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

How to Write a Backslash in a String in C#In this article, we'll learn how to write a backslash in a string in C#. How to Make a CURL Call in C#This tutorial will teach you how to make a CURL call in C#. How to Create StringStream in C#This comprehensive tutorial teaches how to create and use StringStream in C#. How to Check Prime Number in C#This tutorial shows how to check and find prime numbers in C#. How to Create Rock Paper Scissors Game in C#In this article, we'll learn how to create a rock paper scissors game in C#. How to Convert Dictionary to List Collection in C#This tutorial will demonstrate how to convert a dictionary to a list collection in C#. How to Use of the Object Sender in C#In this article, we'll take a look at what an Object Sender is and how it may be used in C# programming. How to Select Query for Database in C#A complete programming tutorial about setting-up database connections and retrieving records using SELECT query in C#. How to Get Selected Value of a ComboBox in C#This tutorial shows how to get the selected value of a ComboBox in C#. How to Create a UDP Server in C#In this article, we'll learn how to create a UDP server in C#. How to Add Placeholder to a Textbox in C#This tutorial demonstrates the methods to add placeholder to a textbox in C#. How to Parse Command Line Arguments in C#In this post, we'll examine the various techniques to parsexa0command-line parameters in C# code. How to Group by Multiple Columns in LINQ Queries Using C#This is an article about the use of LINQ queries and how we can group by columns using LINQ queries. How to Set Up Client-Server Communication in C#A programming tutorial explaining how to set up client-server communication in .NET framework using C#. How to Compress and Decompress a String in C#In this article, we'll learn how to compress or decompress a string size in C#. How to Swap Variable Values Without the Use of Temporary Variable in C#This article teaches how to swap variable values without the use of temporary variables. How to Execute Stored Procedure With Parameters in C#This article discusses how to call a stored procedure with parameters in C#. How to Toggle a Boolean Variable in C#This article teaches us the ways in which we can toggle boolean variables in C#. How to Reset Timer in C#This article will discuss how to reset a timer using the C# programming language. How to Implement a Read-Only Property in C#This article teaches us how to implement read-only properties in C#. How to Convert DataTable to CSV in C#Using C#, this article will walk you through the process of converting a DataTable to a CSV file. How to Check for the Existence of a Dictionary Key in C#This article teaches us how to check or detect if a dictionary key exists in C#. How to Post JSON to a Server in C#This article tells us how to post JSON to a server in C#. How to Get the Value of ListBox Selected Item in C#This article teaches how to get the value of selected item in a listbox as string in C#.