Click here to Skip to main content
16,018,637 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
CRUD operation Demo with Entity Framework.
How to create view for insert, update, delete and show data from multiple table.
which way is secured?
please explain it detail.

What I have tried:

I have searched and tried but not possible from multiple table data in single view.
Posted
Updated 30-Aug-16 2:07am
Comments
F-ES Sitecore 17-Aug-16 4:32am    
You're basically asking "how do I write a website". There are thousands of tutorials that cover CRUD with EF and also using EF with MVC. Go through them and if you have a specific question about a specific problem then feel free to ask.
ERP.SYSTRONICS@GMAIL.COM 29-Sep-16 11:20am    
Hi,

You are right, there are thousands of tutorials that cover CRUD with EF and also using EF with MVC. But there are not any one reference for CRUD Operation on PARENT and CHILD level both at same time.

If you have any idea then share it with me....
F-ES Sitecore 29-Sep-16 11:38am    
Rather than looking for someone else to always provide you with the exact code you need, read the tutorials on CRUD and *understand them* (don't just copy and paste them into your code), and if you genuinely understand CRUD and EF it will be clear how you do CRUD with parent and child data.

 
Share this answer
 
Check my article below

CRUD in single view

may be this is perfect solution for you.

happy coding.
 
Share this answer
 
Comments
ERP.SYSTRONICS@GMAIL.COM 29-Sep-16 11:21am    
Your article is good to understanding. But my basic concern is that , I want to perform CRUD operation at Detail (Child) Level......

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