摘要: http://www.cnblogs.com/John-Connor/archive/2012/05/03/2478821.html 引言-- 在初级篇中,我们介绍了如何利用基于ASP.NET MVC的Web程序中的Global文件来简单的重写路由。也介绍了它本身的局限性-依赖于路由信息中的键值对: 阅读全文
posted @ 2016-06-09 23:45 shiningrise 阅读(855) 评论(1) 推荐(1) 编辑
摘要: 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... 阅读全文
posted @ 2016-06-09 23:39 shiningrise 阅读(349) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Azure/aspnet-redis-providers https://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider/ 阅读全文
posted @ 2016-06-09 20:00 shiningrise 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: http://www.xuebuyuan.com/356638.html 选择MiniProfiler.EF 默认会把MiniProfiler安装上,笔者程序是Asp.Net WebForm 不需要安装MiniProfiler.MVC3 2: 在Global.asax中添加下面代码: void Ap 阅读全文
posted @ 2016-06-09 19:49 shiningrise 阅读(673) 评论(0) 推荐(0) 编辑
摘要: AutoMapper用法 AutoMapper是对象到对象的映射工具。在完成映射规则之后,AutoMapper可以将源对象转换为目标对象。 作者:齐飞 原文:http://www.qeefee.com/article/automapper 配置AutoMapper映射规则 AutoMapper是基于 阅读全文
posted @ 2016-06-09 18:04 shiningrise 阅读(262) 评论(0) 推荐(0) 编辑
摘要: https://github.com/trailmax/IoCIdentitySample TL;DR: Registration code for Autofac, for SimpleInjector, for Unity. Tony Mackay has an alternative walk 阅读全文
posted @ 2016-06-09 17:44 shiningrise 阅读(1174) 评论(0) 推荐(0) 编辑
摘要: /// /// Register dependencies /// /// Config protected virtual void RegisterDependencies(NopConfig config) { var builder = new ContainerB... 阅读全文
posted @ 2016-06-09 17:35 shiningrise 阅读(906) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/6173566/run-time-registration-with-autofac Yes you can, using the Update method on ContainerBuilder: Autofac: canno 阅读全文
posted @ 2016-06-09 17:26 shiningrise 阅读(287) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/smileberry/p/4047835.html 阅读全文
posted @ 2016-06-09 16:40 shiningrise 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://www.codemaid.net/ http://www.codemaid.net/documentation/ http://www.wtoutiao.com/p/C9bNHv.html 阅读全文
posted @ 2016-06-09 14:15 shiningrise 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 阅读全文
posted @ 2016-06-09 13:32 shiningrise 阅读(272) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lyj/archive/2008/03/25/1119671.html 阅读全文
posted @ 2016-06-09 13:10 shiningrise 阅读(155) 评论(0) 推荐(0) 编辑
摘要: var q1 = from orderitem in q2 join pd in _iProductDetailContract.Entities on orderitem.ProductDetailId equals pd.Id join pm in ProductMainContract.Entities o... 阅读全文
posted @ 2016-06-09 00:16 shiningrise 阅读(2141) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css