2
Answers

MVC Crud on database table

Blumonde

Blumonde

9y
348
1
Quick question please. I don't know if I can create CRUD on 1 table at a time as I build more tables over time in my project or it is better to wait until I have created all the tables and then create CRUD on all of them at one time? Please tell me the correct approach to follow. Thank you.
Answers (2)
0
Satyapriya Nayak
NA 53k 8m 13y
Hi Shubham,

Please refer the below links

http://www.codeproject.com/Articles/30905/WPF-DataGrid-Practical-Examples#dataset

http://wpftutorial.net/DataGrid.html?showallcomments


Thanks