Saturday, 7 September 2013

Convert database tables to model classes in ASP .NET MVC 4

Convert database tables to model classes in ASP .NET MVC 4

I have spent a lot of time and work creating tables in Microsoft SQL
Server Management Studio. I want this tables convert to ASP .NET MVC 4
model classes. I don't want to write again this from SQL to ASP syntax.
My application will be using Entity framework.
I am beginner, please help me.

No comments:

Post a Comment