23192 1
Encrypt password & decrypt it (C# Console application example)
In this article, I am going to provide code in C# to encrypt password and decrypt it using AES in Console application example & also shows MD5 password hashing example.
Type
Article
2145 0
Select vs SelectMany in C# With Example
In this article, I have mentioned difference between select and selectmany in C# linq with an example.
Type
Article
2432 0
Format Code in Visual Studio (With Indentation)
In this article, I have mentioned shortcut to format code in Visual Studio, which you can use format any document in Visual studio.
Type
Article
3652 0
Convert C# Class to JSON with Example
In this article, I have explained how we can convert C# Class to JSON with an console application example.
Type
Article
1229 0
Lambda expression in C# (With Examples)
In this article, I have explained what is lambda expression in C# and how to use it with various working examples.
Type
Article


11452 0
Converting String to Enum OR Enum to String in C#
In this article, I have explained with a console application example, how you can convert string to enum in C# OR Enum to string
Type
Article
15209 0
Create XML document using C# (Console Application example)
In this article, I have explained, how you can create XML document in C# using Console application, it should work in ASP.NET Web-Forms or MVC, as C# code remains same.
Type
Article
15656 0
Ways to convert List into Datatable using C#
This article gives you quick solution & few ways to convert .ToList() or IEmuerable List data into DataTable using C#.
Type
Article
2245 0
Foreach() vs Parallel.Foreach() in C#
In this article, I have mentioned difference between Foreach() and Parallel.Foreach() in C# with an example.
Type
Article
3383 0
Convert CSV to JSON in C#
In this article, I have mentioned how we can convert CSV file into JSON using C# with an console application example.
Type
Article

Page 8 of 24