Practical solutions

C# Howtos How-To Guides

Solve the problem. Keep building. Collection of C# how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

The yield Keyword in C#Explore the yield keyword in C Message Box in C#Learn how to effectively use the MessageBox class in C How to Use Stopwatch in C#Learn how to effectively use the Stopwatch class in C How to Convert String to JSON Object in C#Learn how to convert a string to a JSON object in C How to Find Substring in a String in C#Learn how to find a substring in a string using C How to Calculate Distance Between 2 Points in C#Learn how to calculate the distance between two points in C Timer in C#Learn how to create and manage timers in C How to Write to an Excel File in C#Learn how to write to an Excel file in C How to Get URL of Current Page in C#Learn how to get the URL of the current page in C LINQ Group by in C#Discover the power of LINQ's "group by" functionality in C How to Wait for Key Press in C#Learn how to wait for key press in C How to Serialize an Object to XML in C#Learn how to serialize an object to XML in C How to Read a File to String in C#Learn how to read a file to a string in C How to Get the Last Element of a List in C#Learn how to get the last element of a list in C How to Deep Copy in C#Learn how to perform deep copying in C How to Catch Multiple Exceptions in C#Learn how to catch multiple exceptions in C Array of Lists in C#Learn how to create an array of lists in C The nameof Expression in C#Discover the power of the nameof expression in C How to Clear ListBox in C#Learn how to clear a ListBox in C HTML to PDF in C#Learn how to convert HTML to PDF in C How to Count Down Timer in C#Learn how to create a count-down timer in C How to Clear TextBox in C#Learn how to clear a TextBox in C C# Capitalize First LetterThis tutorial teaches how to capitalize the first letter of a string in C C# If-Else Short HandThis tutorial teaches you about the if-else shorthand in C