We will learn to create our “C# String Reverse Function” to get the length of the...
Archive - July 2018
C# DataTable to List
This article describes how to convert Data Table to List of Objects. In following code, you can...
C# – Insert Listbox Items to Database
Here in this article, I will show you How to insert listbox items to MS Access Database. ...
Delete a File in C#
To delete a file in Windows using a WPF, Form or Console App you could use the following code: Add...
C# Replace Invalid Filename Characters
Sometimes, I need to create files or folders directly, and use existing data to provide the file...
C# Shuffle Objects in List Using Linq
Shuffle objects list using by Linq Random C# Shuffle List of Objects Student Class C# public class...
C# Program to Find Power of a Number with Math.Pow
The power of a number means how many times to use the number in multiplication. This can be easily...
C# HashSet vs List
The Collection classes are a group of classes designed specifically for grouping together objects...
C# Shuffle a List
In the following examples you will find more than one solution to mix a list. Some samples were...