摘要:
http://www.cnblogs.com/John-Connor/archive/2012/05/03/2478821.html 引言-- 在初级篇中,我们介绍了如何利用基于ASP.NET MVC的Web程序中的Global文件来简单的重写路由。也介绍了它本身的局限性-依赖于路由信息中的键值对: 阅读全文
摘要:
using System; using System.Web; using System.Web.Routing; using Nop.Core; using Nop.Core.Data; using Nop.Core.Infrastructure; using Nop.Services.Events; using Nop.Services.Seo; using Nop.Web.Framewor... 阅读全文
摘要:
https://github.com/Azure/aspnet-redis-providers https://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider/ 阅读全文
摘要:
http://www.xuebuyuan.com/356638.html 选择MiniProfiler.EF 默认会把MiniProfiler安装上,笔者程序是Asp.Net WebForm 不需要安装MiniProfiler.MVC3 2: 在Global.asax中添加下面代码: void Ap 阅读全文
摘要:
AutoMapper用法 AutoMapper是对象到对象的映射工具。在完成映射规则之后,AutoMapper可以将源对象转换为目标对象。 作者:齐飞 原文:http://www.qeefee.com/article/automapper 配置AutoMapper映射规则 AutoMapper是基于 阅读全文
摘要:
https://github.com/trailmax/IoCIdentitySample TL;DR: Registration code for Autofac, for SimpleInjector, for Unity. Tony Mackay has an alternative walk 阅读全文
摘要:
/// /// Register dependencies /// /// Config protected virtual void RegisterDependencies(NopConfig config) { var builder = new ContainerB... 阅读全文
摘要:
http://stackoverflow.com/questions/6173566/run-time-registration-with-autofac Yes you can, using the Update method on ContainerBuilder: Autofac: canno 阅读全文
摘要:
http://www.cnblogs.com/smileberry/p/4047835.html 阅读全文
摘要:
http://www.codemaid.net/ http://www.codemaid.net/documentation/ http://www.wtoutiao.com/p/C9bNHv.html 阅读全文
摘要:
https://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 阅读全文
摘要:
http://www.cnblogs.com/lyj/archive/2008/03/25/1119671.html 阅读全文
摘要:
var q1 = from orderitem in q2 join pd in _iProductDetailContract.Entities on orderitem.ProductDetailId equals pd.Id join pm in ProductMainContract.Entities o... 阅读全文