上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 401 下一页
摘要: https://github.com/JamesNK/Newtonsoft.Json Json.NET is a popular high-performance JSON framework for .NET http://www.newtonsoft.com/json Popular high- 阅读全文
posted @ 2016-03-17 21:41 ChuckLu 阅读(487) 评论(0) 推荐(0)
摘要: https://www.nuget.org/packages/Microsoft.AspNet.Mvc/3.0.50813.1 This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a 阅读全文
posted @ 2016-03-17 21:39 ChuckLu 阅读(355) 评论(0) 推荐(0)
摘要: https://github.com/apache/log4net 阅读全文
posted @ 2016-03-17 21:11 ChuckLu 阅读(178) 评论(0) 推荐(0)
摘要: http://automapper.org/ A convention-based object-object mapper映射. 100% organic and gluten-free. Takes out all of the fuss of mapping one object to ano 阅读全文
posted @ 2016-03-17 21:09 ChuckLu 阅读(227) 评论(0) 推荐(0)
摘要: 在项目上右键-->Manage NuGet Packages Browse 可以去搜索想要添加到项目的类库 Installed 已经添加到项目的类库 Updates 需要更新的类库 阅读全文
posted @ 2016-03-17 19:51 ChuckLu 阅读(836) 评论(0) 推荐(0)
摘要: ConfigurationManager.OpenExeConfiguration Method Opens the specified client configuration file as a Configuration object. http://stackoverflow.com/que 阅读全文
posted @ 2016-03-16 11:12 ChuckLu 阅读(2857) 评论(0) 推荐(0)
摘要: 在app.config文件中添加如下配置 访问方式(需要添加System.Configuration.dll的引用) https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsetti 阅读全文
posted @ 2016-03-15 16:34 ChuckLu 阅读(749) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/2811006/what-is-a-good-buffer-size-for-socket-programming 问题: We are using .Net and sockets. The server is using th 阅读全文
posted @ 2016-03-15 14:13 ChuckLu 阅读(227) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/22940317/protected-vs-protected-internal-again-in-c-sharp protected means that you can access the member from any s 阅读全文
posted @ 2016-03-15 13:57 ChuckLu 阅读(403) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bcd5672a.aspx The protected keyword is a member access modifier. A protected member is accessible within its 阅读全文
posted @ 2016-03-15 13:46 ChuckLu 阅读(738) 评论(0) 推荐(0)
上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 401 下一页