#F

表达式拼接Expression<Func<IEntityMapper, bool>> predicate

///<summary>///重写以筛选出当前上下文的实体映射信息///</summary>protectedoverrideIEnumerable<IEntityMapper>EntityMappersFilter(IEnumerable<IEntityMapper>e...

EF Code First Migrations数据库迁移

http://www.cnblogs.com/libingql/p/3330880.html1、EFCodeFirst创建数据库  新建控制台应用程序Portal,通过程序包管理器控制台添加EntityFramework。  在程序包管理器控制台中执行以下语句,安装EntityFramework。PM>Insta...

关于MarshalByRefObject的解释

http://www.cnblogs.com/webfpc/archive/2010/03/10/1667101.html 首先了解一下不同应用程序域中的对象的通信方式有两种:一种是跨应用程序域边界传输对象副本一种是使用代理交换消息。 简单来讲,继承此类的对象可以跨越应用程序域边界被引用,甚至被远程...
代码星球 ·2020-04-04

EF批量插入 扩展

https://efbulkinsert.codeplex.com/ https://github.com/loresoft/EntityFramework.Extended...
代码星球 ·2020-04-04

msbuild ConfuserEx.Build 加密

https://www.nuget.org/packages/ConfuserEx.Build/<?xmlversion="1.0"encoding="utf-8"?><projectbaseDir="bin"outputDir="confused"xmlns="http://confuser.cod...
代码星球 ·2020-04-04

AutoMapper.EF6

https://github.com/AutoMapper/AutoMapper.EF6 ExtensionsforAutoMapperandEF6ThiscontainssomeusefulextensionsI'veusedwithAutoMapperandEF6.Insteadofthis:Mapper...
代码星球 ·2020-04-04

aufomaper Queryable Extensions ProjectTo

WhenusinganORMsuchasNHibernateorEntityFrameworkwithAutoMapper'sstandardMapper.Mapfunctions,youmaynoticethattheORMwillqueryallthefieldsofalltheobjectswithinagrap...

EF架构~对AutoMapper实体映射的扩展

http://www.cnblogs.com/lori/p/3327898.html///<summary>///AutoMapper扩展方法///</summary>publicstaticclassAutoMapperExtension{///<summary>///集合对集合/...

从Microsoft.AspNet.Identity看微软推荐的一种MVC的分层架构

Microsoft.AspNet.Identity是微软在MVC5.0中新引入的一种membership框架,和之前ASP.NET传统的membership以及WebPage所带来的SimpleMembership(在MVC4中使用)都有所不同。Microsoft.AspNet.Identity是符合微软开放Owin标...

EF How to use context.Set and context.Entry, which ships with EF4.1 ?

 Hello,Iamtryingtoimplementagenericrepositoryasexplainedonthefollowinglink:-http://www.asp.net/entity-framework/tutorials/implementing-the-repository-and-u...
代码星球 ·2020-04-04

EF和MVC系列文章导航:EF Code First、DbContext、MVC

http://www.cnblogs.com/oppoic/p/ef_code_first_dbcontext.html#title02 ...
代码星球 ·2020-04-04

EF DbModelBuilder

protectedoverridevoidOnModelCreating(DbModelBuildermodelBuilder){varmodel=modelBuilder.Build(Database.Connection);varcompliedModel=model.Compile();}...
代码星球 ·2020-04-04

EF二级缓存

https://efcache.codeplex.com/ ...
代码星球 ·2020-04-04

sufeinet

http://www.sufeinet.comhttp://tool.sufeinet.com/ ...
代码星球 ·2020-04-04
首页上一页...14071408140914101411...下一页尾页