自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Allen_白的专栏

.NET,ASP.NET,BI个人经验和总结

  • 博客(11)
  • 资源 (4)
  • 收藏
  • 关注

转载 Azure WebJob

Get Started with the Azure WebJobs SDKThis tutorial shows how to create a multi-tier ASP.NET MVC application that uses the WebJobs SDK to work with Azure queues and Azure blobs in an Azure Web

2014-11-18 17:26:44 5315

原创 .net一个集合的所有真子集

var subsets = from m in Enumerable.Range(0, 1                           select                              (from i in Enumerable.Range(0, lstTemp.Count)                               where (m &

2014-11-17 13:40:13 656

原创 .net集合类的研究--哈希表(二)--HashSet

.Net3.5之后出现了HashSet,硬翻译过来就是“哈希集合”,跟“哈希”两字挂钩说明这种集合的内部实现用到了哈希算法,用Reflector工具就可以发现,HashSet和Dictionary使用了相同的存储方式和哈希冲突算法,那么,它跟Dictionary和Hashtable在使用上到底有什么不同?HashSet对集合运算的操作HashSet是一个Set集合,虽然List、C

2014-11-14 14:48:32 547

原创 HashTable、HashSet和Dictionary

HashTable、HashSet和Dictionary的区别  今天又去面试了,结果依然很悲催,平时太过于关注表面上的东西,有些实质却不太清楚,遇到HashTable和Dictionary相关的知识,记录下来,希望对后来人有所帮助,以及对自己以后复习可以参考。  1.HashTable  哈希表(HashTable)表示键/值对的集合。在.NET Framework中,Hasht

2014-11-14 14:47:39 515

原创 .net CsvHelper 2.0

http://joshclose.github.io/CsvHelper/varfs=newFileStream(outputmatchPath,FileMode.Open,FileAccess.Read);varcontentReader=newStreamReader(fs,Encoding.GetEncodi...

2014-11-13 10:00:16 2079

原创 linq left join

class Person { public string FirstName { get; set; } public string LastName { get; set; } } class Pet { public string Name { get; s

2014-11-12 15:18:38 393

原创 lambda Intersect two list in C#

List data1 = new List {1,2,3,4,5};List data2 = new List{"6","3"};var newData = data1.Select(i => i.ToString()).Intersect(data2);

2014-11-11 10:48:20 847

原创 .net单数负数

namespace System.Data.Entity.Design.PluralizationServicesvar wordService = PluralizationService.CreateService(CultureInfo.GetCultureInfo("en-us"));a=splitName[i] = wordService.Singulariz

2014-11-11 10:42:58 654

转载 char与byte的区别

byte 是字节数据类型 ,是有符号型的,占1 个字节;大小范围为-128—127 。char 是字符数据类型 ,是无符号型的,占2字节(Unicode码 );大小范围 是0—65535 ;char是一个16位二进制的Unicode字符,JAVA用char来表示一个字符 。        下面用实例来比较一下二者的区别:1、Char是无符号型的,可以表示一个整数,不能表示负

2014-11-10 11:04:21 993

转载 Windows Azure Web Sites: How Application Strings and Connection Strings Work

Windows Azure Web Sites has a handy capability whereby developers can store key-value string pairs in Azure as part of the configuration information associated with a website.  At runtime, Windows Azu

2014-11-05 12:04:53 554

转载 Asynchronous Calls in .Net

http://www.codemag.com/Article/0305071Asynchronous Calls in .NETBy Lowy, JuvalinShareLowy, JuvalJuval Löwy is a software architect and the principal of IDesign, a con

2014-11-03 12:08:56 1051

Screwturn wiki sqlserver

release 的screwturn 直接部署就可使用

2014-09-17

Slider相册 带左右和1,2,3小图标

Slider相册 带左右和1,2,3小图标

2013-08-02

AngularJSDemos

AngularJSDemos

2013-08-02

Infragistics.Web.Mvc

Infragistics.Web.Mvc dll,css,js,samples

2013-06-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除