EFMVC – A demo web app using ASP.NET MVC 3 and EF 4.1 Code First
I have created a demo web app for some of my previous blog posts and can be download from http://efmvc.codeplex.com/. The following technologies are used for the web app
- ASP.NET MVC 3
- Entity Framework 4.1 Code First
- Microsoft Unity 2.0
- jQuery Mobile
The following are the main features of the web application
- CRUD demo in ASP.NET MVC 3 with Entity Framework 4.1 Code First
- Razor View Engine
- Generic repository for Entity Framework 4.1 Code First
- Repository Pattern and Unit of Work
- Dependency Injection using Unity 2.0
- Mobile specific pages using JQuery Mobile
- ASP.NET MVC Area for Mobile specific pages
- Automatic redirection to mobile specific pages if users are accessing from Mobile browsers.
- Using EF 4.1 Code First with a custom Membership/Role providder (Altairis Web Security Toolkit)