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

Method Group in C#This article teaches us about method groups in C#. Equivalent of SQL Bigint in C#This tutorial shows what data type in C# is equivalent of SQL bigint. async and await in C#The async and await keywords are used for Asynchronous programming in C#. Standard Deviation in C#There are two main methods that can be used to calculate the standard deviation of elements in a list in C#, the self-defined approach, and the extension method. The goto Statement in C#This tutorial demonstrates how to use goto in C# and when it can be helpful to use Field vs Property in C#This tutorial explains the difference between a field and a property in C# and when each should be used CharAt in C#This tutorial demonstrates how to use an equivalent of Java's CharAt in C# using a string array indexer or Substring App.Config in C#This tutorial explains what the App.Config is in C# and how to use it The if Statement With Multiple Conditions in C#In this tutorial, you will learn the operators in C# and the different methods of using if statement with multiple conditions in C# to return the same statement. Increment and Decrement Counter in C#In this guide, we'll see how to make an increment and decrement counter in C# using two buttons in Windows Forms. Constructor Chaining in C#This tutorial demonstrates how to do constructor chaining in C# using standard syntax The @ Symbol Before a Variable Name in C#This article explains what the @ symbol before a variable name in C# means. Telnet Library in C#This tutorial describes the Telnet library and demonstrates a simple Telnet interface in C#. Nested Classes in C#This tutorial introduces nested classes in C# Programming. Typically, the purpose is to limit the scope of the nested class. Nested classes offer the additional possibility of private modifier and protection. Unique Items to List in C#This tutorial introduces about unique list in programming. Typically, list is dynamic memory and there is no need about defining total length. So we can add as much data as needed. But it has issue about adding same data item, and we will resolve this issue in our article. Carriage Return in C#In this article, we'll learn carriage return in a string in C#. Types of Exceptions Thrown for Invalid Arguments or Parameters in C#This tutorial will teach you how to throw different types of exceptions for invalid arguments or parameters in C#. Thread.Sleep() in C#In this guide, we are going to learn why the use of thread.sleep() in C# is considered harmful. The extern Keyword in C#In today's article we'll learn the functionality of the extern keyword in C#. Dictionary vs Hashtable in C#This guide will discuss the differences between Dictionary and Hashtable in C#. Which one should you prefer? Tree Data Structure in C#Trees in C# is the topic of discussion in this article. A kind of hierarchical data organized in the form of a tree is referred to as the tree data structure. Callback in C#This article provides a brief explanation to what a callback is in C#. C# Constructors OverloadingConstructor overloading is a topic that will be covered in this article in C#. SQL Connection String in C#In this tutorial, we'll discover how to use the connection string feature of the C# programming language to perform different functionalities.