@manhng

Welcome to my blog!

WinForm Code Snippets

June 2, 2020 14:20

WinForm Code Snippets (edit)

T-SQL code snippets for SSMS

https://github.com/asathkumara/SSMS17-Code-Snippets

Useful SQL Server scripts/SPs for DBA or SQL Developers that I use and/or have created http://tsql.tech

https://github.com/EmanueleMeazzo/tsql.tech-Code-snippets

SQL Code Snippets

https://github.com/notahelpdesk/sql-snippets

Contains useful T-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

Asp.NET Core SPA with React.js - for Augen test

https://github.com/htphong24/aspnet-core-react-example

App Screenshot

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

Categories

Recent posts