摘要:
Method syntax:Enumerable.Range(1, 100).ToList().ForEach(Console.WriteLine);Query syntax:(from n in Enumerable.Range(1, 100) select n) .ToList().For... 阅读全文
posted @ 2015-08-17 16:36
ChuckLu
阅读(256)
评论(0)
推荐(0)
摘要:
.NET Framework Client ProfileThe .NET Client Profile is a subset of the .NET Framework, which was provided with .NET Framework 4 and earlier versions ... 阅读全文
posted @ 2015-08-17 15:57
ChuckLu
阅读(231)
评论(0)
推荐(0)
摘要:
Resharper中 Visual Studio中注释代码 Ctrl+Alt+/ Ctrl+E+C取消注释 Ctrl+Alt+/ Ctrl+E+U上面的是VS2015中的VS2012中,VS自带的快捷注释,不会被Resharper覆盖,仍然有效 阅读全文
posted @ 2015-08-17 13:28
ChuckLu
阅读(1660)
评论(0)
推荐(0)
摘要:
The numbers correspond to the internal version numbers of various editions of Visual Studiohttp://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Versio... 阅读全文
posted @ 2015-08-17 11:15
ChuckLu
阅读(205)
评论(0)
推荐(0)