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

URL Encoding in C#This article teaches how to encode a URL in C#. Array of Strings in C#This guide demonstrates declaring and initializing an array of strings in C#. AES Encryption in C#This article will discuss about AES Encryption in C#. WebSocket Client in C#This guide will discuss what C# WebSocket is and how to establish a connection in C#. And finally, the article will tackle the WebSocket client in C# and how to write it. The AddRange Function for List in C#In this article, we will understand the purpose of the AddRange function in the C# programming language. Simple State Machine Example in C#Using the programming language C#, this article will walk you through an example of a basic state machine. Namespace Alias in C#This tutorial explains the namespace alias in C# with the help of an example code. Exact Time Measurement for Performance Testing in C#In this article, you will learn how to measure the exact time for performance testing using the programming language C#. C# Await Multiple TasksThis trivial guide discusses the asynchronous programming model and explains the related keywords like async, await, and Task. It particularly demonstrates the concept of awaiting multiple tasks using C#. Friend Class Equivalent in C#How to use friend class equivalent in C#. High Performance TCP Server in C#The following article will teach you how to use the C# programming language to create a TCP server that has excellent performance, is scalable, and can manage many connections. Best Way to Iterate Over a Dictionary in C#Different methods of iterating over a dictionary in C# SFTP Libraries in C#This tutorial discusses different SFTP Libraries you can utilize in C# like SSH.NET, WinSCP and Rebex List of Exceptions in C#We'll look at the C# exceptions that may be thrown in this article. C# Equivalent of SQL Server Data TypesIn this article, you will understand the C# programming language's data types comparable to those found in SQL server data types. Graph Library in C#In this article, we'll learn about what are graphs, QuickGraph library, and tools used in C#.