MVC 3 Scaffolding issue with Entity Framework
by Pinaki • July 3, 2011 • MVC, Tips & Tricks
I was working on a project with ASP.NET NVC project. I already had a SQL server database ready to be used, and I wanted to use the Entity Framework 4.1. After my model was created and ready, I wanted to use the MVC 3 Repository pattern. There are lot of tutorial and demos on...
Read more →