4
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
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
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.