简体   繁体   中英

Using Entity Framework with Telerik's Controls

I have worked with products of Telerik about two week,and in my opinion the Entity Framework is better than the Open Access(ORM), But i wonder that other Products of Telerik(EXP:GridView or ....) hasn't any problem with Entity Framework? I want to start a Project with Entity Framework and Telerik's Controls

You shouldn't run into any problems. Entity Framework and the Telerik Tools are compatible with one another, in fact I have used EF and Telerik together in a number of projects.

We use the EntityFramework in conjunction with Telerik's controls extensively, and have not had any issues or problems. Telerik's controls seem to always behave as expected when binding to individual objects or lists.

Good luck!

To take the classical 3 tier approach...

Are you asking if your data access layer (ie EF) is compatible with your UI (ie Telerik controls)?

The answer is kind of up to you as you should provide the middle layer (ie the business/service layer).

If you are finding direct dependencies between the two then I would advise looking at the architecture of the application. They shouldn't be connected directly.

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