C# Password Encryption and Decryption Using Secret Key Explained In today's article I will show you how you can encrypt and decrypt password in c#.net and VB.NET using serrate key. Here I am using CryptoStream …
ASP.NET Core MVC Custom Error Page Tutorial (C#.NET) In today's article I will show you a simple tutorial with example how you can set or display the custom error page in you asp.net core mvc applic…
jQuery DateTime Picker Calendar in Asp.Net Core MVC In today's article I will show a simple tutorial with an example how you can integrate a jQuery datetime picker calendar in asp.net core mvc and …
Encrypt and Decrypt Strings in C#.Net & VB.NET With a Secret Key In today's article I will show you how you can encrypt and decrypt a string value in c#.net and VB.NET with serrate key. Here i am using CryptoSt…
Basic GUID Operations in C#.Net & VB.NET In today's article I will show you the What is GUID and what are different ways to use and real-life example using C#.net and VB.NET. Guid is a …
How to Merge Two DataTables in C#.Net & VB.Net: A Step-by-Step Guide In today's article I will show you how you can merge or combine to two datatable into one and display in c#.net and VB.NET with code example. Thi…
C# - Convert DataSet to List In today's article I will show you a simple tutorial with example how you can convert the dataset value to a class object list in c#.net and vb.n…