Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,

How to select,insert,update and delete using c# asp.net mvc through enitty framework?

Please help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted
Comments
Mukesh Pr@sad 8-Nov-14 0:53am    
you can use scaffold option ..

CRUD OPERATIONS[^]
CRUD OPERATION[^]
C# [^]

Go through these links
Hope this helps
Thanks
 
Share this answer
 
Code first,and create strong model,it will Automatically generate create,delete,update.also you can
use repository model or something you define.one word,it is like linq.
 
Share this answer
 
Any effort?

If you search internet, this topic has been explored numerous times.

Look at this article on ASP.Net website:

http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900