简体   繁体   中英

Linq-to-entities in DotNetNuke

Is it possible to use linq-to-entities in DotNetNuke ? On the other hand can a c# dotnetnuke development package be used to develop a linq-to-entities dotnetnuke web application ?

http://dnntechtemplate.codeplex.com/上有一个可用的模块模板,该模板演示了如何在DotNetNuke环境中使用实体框架(自动处理objectQualifierdatabaseOwner配置)。

Version 7 of DNN will start using PetaPoco as an ORM. You should definitely consider using PetaPoco instead of Linq-To-Entities.

http://www.charlesnurse.com/Blog/tabid/226/EntryId/53/DAL-2-A-New-DotNetNuke-Data-Layer-for-a-New-Decade.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM