3
Answers

Tips and tricks to CRUD ms sql

Eric March

Eric March

1y
731
1

Got a basic winform working for contacts MS SQL DB. 

How do I find examples if I don't have a specific question?

Any pointers to tips I might browse?

Answers (3)
4
Tuhin Paul

Tuhin Paul

42 33.2k 310.1k 1y

In addition to articles shared by @Amit.

Start with broad keywords like "WinForms MS SQL CRUD operations" or "WinForms data binding to MS SQL." This will give you a general overview of common tasks and functionalities.

4
Amit Mohanty

Amit Mohanty

17 52.2k 6.1m 1y

Please review the following articles.
https://www.c-sharpcorner.com/article/crud-operations-in-windows-applications-using-c-sharp/
https://www.c-sharpcorner.com/article/crud-operation-in-c-sharp-windows-application-using-store-procedure/
https://github.com/SnehaPatil2/CSharpWinForms-StudentRegistrationForm

2
Sam Hobbs

Sam Hobbs

54 29.3k 2.1m 1y

In addition to searching for articles about Windows Forms and SQL, search for articles about Windows Forms and Entity Framework. EF takes time to learn but it will save time after you learn it. EF can be used in all project types, including consoles and websites.