This post sbout how to generate a random unique identifier in using sql query in SQL server If you...
Archive - July 2019
How to get current assembly version
Extracting the version of currently executing assembly If you want to know the version of currently...
Add parameterized queries in MySql (OleDb)
To connect to MySQL database you can use the System.Data.Odbc namespace in .net C# using...
Random Sort a List Using LINQ
LINQ (Language Integrated Query) is a one of very useful feature of .net 3.5 framework. This allows...
Relational Operators in C#
Relational operators are used to check the relationship between two operands. If the relationship...