#F

EF--Codefirst 加密数据库连接字符串

http://www.tuicool.com/articles/QvYbEn一.EF,CodeFirst加密SQL连接符publicLifeHelpContext():base("SQLConnectionString"){}publicLifeHelpContext(stringsql=@"DataSource=.;...

CallerInformation

http://www.cnblogs.com/henryzhu/archive/2013/01/27/csharp-5-new-callerinformation.html去年8月,VisualStudio2012和.NETFramework4.5已经完成了,在.NETFramework4.5的C#5.0的新特性中,其...
代码星球 ·2020-04-04

Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP

http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-witDownloadsampleapplication (orseethelateston Github)Intro...

Database Initialization Strategies in Code-First:

YoualreadycreatedadatabaseafterrunningyourCode-Firstapplicationthefirsttime,butwhataboutthesecondtimeonwards??Willitcreateanewdatabaseeverytimeyouruntheapplicat...

C#如何把List of Object转换成List of T具体类型

上周码程序的时候碰到个问题,因为设计上的约束,一个方法接受的参数只能为List<object>类型,然而该方法需要处理的真实数据则是确定的List<Currency>。然而C#不允许显示的直接转换类型,并且两个方向上都不可以操作。这个问题让我爆了一会儿,最后在MSDN上找到了一个OfType&l...

Fiddler进行模拟Post提交json数据,总为null解决方式

RequestHeaders:User-Agent:FiddlerHost:localhost:3248Content-Type:application/json;charset=utf-8 Content-Length:63要加上Content-Type:application/json;charset=u...

ASP.NET WebAPI 08 Message,HttpConfiguration,DependencyResolver

 WebAPI作为通信架构必定包含包含请求与响应两个方法上的报文,在WebAPI它们分别是HttpRequestMessage,HttpResponseMessage。对于HttpResponseMessage之前在WebAPI返回结果中有应用。HttpRequestMessage请求报文包含请求地址(Req...

EntityFramework的多种记录日志方式,记录错误并分析执行时间过长原因(系列4)

EntityFramework延伸系列目录今天我们来聊聊EF的日志记录.一个好的数据库操作记录不仅仅可以帮你记录用户的操作,更应该可以帮助你获得效率低下的语句来帮你提高运行效率废话不多说,我们开始 环境和相关技术本文采用的环境与技术系统:WIN7数据库:SQLServer2008相关技术:MVC5 ...

webform membership2.0注入debug

privateIUserContract_UserService;publicIUserContractUserService{get{if(_UserService==null){_UserService=((IContainerProviderAccessor)HttpContext.Current.Applica...

The method below converts an array of objects to a DataTable object in C#.

http://www.c-sharpcorner.com/blogs/dynamic-objects-conveting-into-data-table-in-c-sharp1publicstaticDataTableGetDataTableFromObjects(object[]objects){if(objects...

Configuring Autofac to work with the ASP.NET Identity Framework in MVC 5

https://developingsoftware.com/configuring-autofac-to-work-with-the-aspnet-identity-framework-in-mvc-5ByTonyMackay  02February2015Thispostwillshowyouh...

让FineUI数据绑定支持dynamic对象

FineUI非常好用,但是有一个缺点,就是不支持dynamic对象的数据绑定。查了一下源代码,找了解决方案,其实只需要几行代码就可以搞定,这就是开源的好处。本想直接在CodePlex上贡献代码,但不知道怎么加入项目,直接写在这儿吧,如果三石觉得有用,可以考虑合并在FineUI的下一个版本中。这是ObjectUtil类的...

Microsoft.Web.Redis.RedisSessionStateProvider

https://github.com/Azure/aspnet-redis-providershttps://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider/...

性能工具MiniProfiler在Asp.Net WebForm跟踪EntityFramework

http://www.xuebuyuan.com/356638.html选择MiniProfiler.EF默认会把MiniProfiler安装上,笔者程序是Asp.NetWebForm不需要安装MiniProfiler.MVC3 2:在Global.asax中添加下面代码:voidApplication_Be...

autofac Adding services after container has been built

http://stackoverflow.com/questions/6173566/run-time-registration-with-autofac Yesyoucan,usingthe Update methodon ContainerBuilder:varnewBuil...
首页上一页...14081409141014111412...下一页尾页