How to do Crud operation with XAML in WPF ?
Loading
How to do Crud operation with XAML in WPF ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 11, 2024, 2:30 AM
Do you know Entity Framework? If not then you should learn it. Most sample programs will use it.
How to make a GUI using XAML depends very much on the data. Typically there will not be just one table, such as for orders there would be an orders table but also an order items table and an inventory table and customers table. A form for an order might be complicated due to all the tables. A CRUD for just one table could be much simpler than one for multiple tables with relationships contecting them.
Rajanikant HawaldarPosted Feb 9, 2024, 5:57 PM
https://www.c-sharpcorner.com/uploadfile/dpatra/crud-operation-in-datagrid-in-wpf/
Dhiraj PoojaryPosted Feb 9, 2024, 4:48 PM
Hey please check the below links
Video Tutorial
https://www.youtube.com/watch?v=m1YAtZNFupY
Article
https://www.linkedin.com/pulse/quick-simple-wpf-application-crud-operations-richard-avila