WinForm Code Snippets (edit)
T-SQL code snippets for SSMS
https://github.com/asathkumara/SSMS17-Code-Snippets
https://github.com/EmanueleMeazzo/tsql.tech-Code-snippets
SQL Code Snippets
https://github.com/notahelpdesk/sql-snippets
https://github.com/htphong24/tsql-snippet
Handy SQL Server Code Snippets
https://github.com/stangud/HandySQL
MySQL
https://github.com/binderclip/code-snippets-mysql
ASP.NET Core Identity Demos
https://github.com/htphong24/aspnet-core-identity
https://github.com/htphong24/aspnet-core-react-example
WinForm Code Snippets
How to set header text of a column in the DataGridView (C#)
grid.Columns[0].HeaderText = "First Column";
https://www.codeproject.com/Articles/4491/Load-and-save-objects-to-XML-using-serialization
POCO Generator: POCO generating application for SQL Server
https://www.codeproject.com/Articles/892233/POCO-Generator
A data-bound multi-column combobox: An ownerdrawn multi-column combobox class with support for data-binding
https://www.codeproject.com/Articles/19781/A-data-bound-multi-column-combobox
How to Create a Custom ComboBox from Scratch
https://www.codeproject.com/Articles/30958/How-to-Create-a-Custom-ComboBox-from-Scratch