随笔分类 -  00.Net

1 2 3 4 5 ··· 12 下一页
摘要:using System; using System.Collections; namespace YieldDemo { class Program { public static IEnumerable Power(int num, int exponent) { int counter = 0; ... 阅读全文
posted @ 2018-06-15 23:36 庚武 阅读(256) 评论(0) 推荐(0) 编辑
摘要:https://github.com/spring-projects/spring-net/tree/spring-net-2.0.1-GA https://www.nuget.org/packages/Spring.Core/2.0.1 阅读全文
posted @ 2017-06-06 18:31 庚武 阅读(327) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-05-23 12:28 庚武 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-05-03 20:13 庚武 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-22 15:46 庚武 阅读(114) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx To find .NET Framework versions by viewing the registry (.NET Framework 1-4) On the S 阅读全文
posted @ 2016-09-10 21:27 庚武 阅读(480) 评论(0) 推荐(0) 编辑
摘要:http://www.dotnet-tricks.com/Tutorial/mvc/XWX7210713-A-brief-history-of-Asp.Net-MVC-framework.html Asp.net MVC is a new Framework built on the top of 阅读全文
posted @ 2016-07-20 17:11 庚武 阅读(421) 评论(0) 推荐(0) 编辑
摘要:Eclipse有这个功能,在一个项目中加入另一个项目文件夹的引用,源码包含过来,这样不必copy一份代码,只需要维护一份源代码。一直想在VS中找到这个功能,目前项目需要,终于google到了。 http://stackoverflow.com/questions/3610845/add-as-lin 阅读全文
posted @ 2016-05-11 17:03 庚武 阅读(2354) 评论(0) 推荐(0) 编辑
摘要:If you write unit tests and use NUnit test framework this may be helpful. I decided to write this simple step by step project configuration because I 阅读全文
posted @ 2016-05-06 17:59 庚武 阅读(326) 评论(0) 推荐(0) 编辑
摘要:Install-Package Microsoft.Web.RedisSessionStateProvider 依赖于: Dependencies StackExchange.Redis.StrongName (>= 1.0.488) StackExchange.Redis.StrongName ( 阅读全文
posted @ 2016-04-14 16:30 庚武 阅读(3196) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-03-10 17:46 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:http://www.iis.net/learn/extensions/using-iis-express/running-iis-express-from-the-command-lineC:\Program Files\IIS Expressiisexpress /path:D:\ftp\PRJ... 阅读全文
posted @ 2015-08-19 17:41 庚武 阅读(980) 评论(0) 推荐(0) 编辑
摘要:Enable-Migrations –EnableAutomaticMigrationsAdd-Migration [MigrationName] [-Force]Update-Database –TargetMigration CityProperty 阅读全文
posted @ 2015-07-23 16:14 庚武 阅读(576) 评论(0) 推荐(0) 编辑
摘要://filename: MathOperations.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ... 阅读全文
posted @ 2015-07-21 18:08 庚武 阅读(649) 评论(0) 推荐(0) 编辑
摘要:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wikisqlite-netFx40-static-binary-bundle-Win32-2010-1.0.96.0.zipsqlite-netFx40-static-... 阅读全文
posted @ 2015-03-06 23:34 庚武 阅读(421) 评论(0) 推荐(0) 编辑
摘要:找到以下目录,根据VS版本和安装目录不同相应改动:I:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplates\CSharp\Web\MVC 4\CodeTemplates\AddView\CSHTML参考... 阅读全文
posted @ 2015-02-23 23:13 庚武 阅读(621) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-02-21 18:26 庚武 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-12-15 17:41 庚武 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-12-05 12:06 庚武 阅读(1) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 12 下一页