Html Encoding is basically converting Html tags in non Html tags so that they can be embeded into a...
Latest articles
How to Generate Unique ID in SQL Server
This post sbout how to generate a random unique identifier in using sql query in SQL server If you...
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...
How to Move a File to a Folder in C#
The Move method moves an existing file to a new location with the same or a different file name...
How to Replace a File in C#
The Replace method replaces the contents of a specified file with the contents of another file...
How to Encrypt/Decrypt a File in C#
In this tutorial I will guide you How to Encrypt/Decrypta File in C#, with examples and Demo code...
Delete a File in C#
In this post will guide you How to Delete a File in C#, with examples and Demo code, you can...