随笔分类 - 00.Net
摘要:using System; using System.Collections; namespace YieldDemo { class Program { public static IEnumerable Power(int num, int exponent) { int counter = 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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Eclipse有这个功能,在一个项目中加入另一个项目文件夹的引用,源码包含过来,这样不必copy一份代码,只需要维护一份源代码。一直想在VS中找到这个功能,目前项目需要,终于google到了。 http://stackoverflow.com/questions/3610845/add-as-lin
阅读全文
摘要: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
阅读全文
摘要:Install-Package Microsoft.Web.RedisSessionStateProvider 依赖于: Dependencies StackExchange.Redis.StrongName (>= 1.0.488) StackExchange.Redis.StrongName (
阅读全文
该文被密码保护。
摘要:http://www.iis.net/learn/extensions/using-iis-express/running-iis-express-from-the-command-lineC:\Program Files\IIS Expressiisexpress /path:D:\ftp\PRJ...
阅读全文
摘要:Enable-Migrations –EnableAutomaticMigrationsAdd-Migration [MigrationName] [-Force]Update-Database –TargetMigration CityProperty
阅读全文
摘要://filename: MathOperations.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ...
阅读全文
摘要: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-...
阅读全文
摘要:找到以下目录,根据VS版本和安装目录不同相应改动:I:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplates\CSharp\Web\MVC 4\CodeTemplates\AddView\CSHTML参考...
阅读全文
该文被密码保护。