Pages

Sunday 12 July 2015

Entity farmework database first approach in asp.net mvc application

So finally we get rid of writing complex queries directly in C# code and spending hours and hours to find error. and what we find at last is a semicolon missing.

Entity framework come with solution and provide us a highly valuable ORM model which we can use to handle database. this is very unique for you if you are coming form PHP etc.

This example show you how we can connect our Asp.net MVC application with database using entity framework database first approach

No comments:

Post a Comment