Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Entity Framework sample applications? [closed]

I am looking for some good asp.net sample applications which use Entity Framework. I saw a couple apps for NorthWind (one was MVC based). Looking for one with is more sophisticated than the simple apps at MSDN (HRSkillsCombined, CourseManager,AdWksSalesWinDataBind, ResearchCollaborationAssistant). Possibly using Entity Inheritance, multi table change tracking.. etc.

like image 271
Abdu Avatar asked Feb 16 '09 23:02

Abdu


People also ask

Does .NET 6 Support Entity Framework?

To use Entity Framework 6, your project has to compile against . NET Framework, as Entity Framework 6 doesn't support .

What is the difference between Entity Framework and Entity Framework Core?

Entity Framework Core is the new version of Entity Framework after EF 6. x. It is open-source, lightweight, extensible and a cross-platform version of Entity Framework data access technology. Entity Framework is an Object/Relational Mapping (O/RM) framework.


1 Answers

This is a work in progress, but Microsoft's Danny Simmons has started a series of posts on implementing a MUD using the Entity Framework. He's discussing not only how to use the Entity Framework itself (and he's one of the most qualified people to do that), but also how to use it in the context of the architecture of the application.

Here's a free book on the Entity Framework with a complete sample project.

like image 195
Craig Stuntz Avatar answered Sep 30 '22 18:09

Craig Stuntz