2769 0
String to Float in C# (Various ways)
In this article, I have mentioned, how we can convert string to float in C# using various possible ways with console application example.
Type
Article
2992 0
Set Default Value to Property in C#
In this article, I have mentioned with an example to set default value to a class property in C#
Type
Article
24747 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
2543 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
1650 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


12103 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
16053 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
16341 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
2898 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
4321 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