C# Howtos
Csharp String
- C# Convert String to Enum
- C# Convert Int to String
- Use Strings in Switch Statement in C#
- Convert a String to Boolean in C#
- Convert a String to Float in C#
- Convert a String to a Byte Array in C#
- Write a Multiline String Literal in C#
- C# Convert String to Datetime
- C# Identify if a String Is a Number
- Convert String to Int in C#
- C# Convert Byte Array to String
- C# Efficiently Remove All Whitespaces From a String
- String Tokenizer in C#
- Write a Backslash in a String in C#
- Carriage Return in C#
- Split a String on Newline in C#
- Convert String to Double in C#
- Convert Double to String in C#
- Convert String to Datetime in C#
- Finding Leftmost String in C#
- Convert String to Type in C#
- Format a String as a Telephone Number in C#
- C# Key Value Pair List
- Split String by String in C#
- Convert String Array to String in C#
- C# Capitalize First Letter
- CharAt in C#
- Repeat String X Times in C#
- Convert Enum to String in C#
- Repeat String in C#
- Check Palindrome String in C#
- Check if a String Is Null or Empty in C#
- Convert String to Hex in C#
- Format a String to Currency in C#
- Read a File to String in C#
- Remove First Character From String in C#
- Remove Quotes From String in C#
- Truncate a String in C#
- Find Substring in a String in C#
- Add String to an Array in C#
- Compare Two Strings by Ignoring Case in C#
- Convert String to JSON Object in C#
- Generate Random Alphanumeric Strings in C#
- Count Occurrences of a Character Inside a String in C#
- Get the First Character of a String in C#
- Validate Email Address in C#
- Encode and Decode a Base64 String in C#
- Encrypt and Decrypt a String in C#
- Escape Double Quotes in C#
- Split String to List in C#
- Case Insensitive Contains String Function in C#
- Convert List<string> to String in C#
- Enum Strings in C#
- Reverse a String in C#
- Add Newline to String in C#
- Add a Tab to a String in C#
- Remove a Character From a String in C#
Csharp Enum
- C# Convert String to Enum
- Convert Int to Enum in C#
- Convert Enum to String in C#
- Enum Strings in C#
- Enumerate an Enum in C#
- Get Int Value From Enum in C#
Csharp Integer
- C# Convert Int to String
- Convert Int to Enum in C#
- Random Int in C#
- Random Number in a Range in C#
- Convert String to Int in C#
- Integer Division in C#
- Convert Boolean to Integer in C#
- Convert Int to Bool in C#
- Convert Long to Integer in C#
- Convert Int to Hex in C#
- Convert Object to Int in C#
- Convert Integer to Binary in C#
- Convert Float to Int in C#
- Convert Double to Int in C#
- Get Int Value From Enum in C#
Csharp File
- Get File Name From the Path in C#
- Rename a File in C#
- Download a File From a URL in C#
- C# Read a Text File Line by Line
- Append to Text File in C#
- Delete All Files in a Directory in C#
- Get All File Names in a Directory in C#
- Read a File to String in C#
- Unzip a Zip File in C#
- Write a Stream to a File in C#
- Get File Size in C#
- Get Relative Path of a File in C#
- Read and Write to a File in C#
- Check Whether a File Exists in C#
- Delete a File in C#
Csharp Array
- Get the Length of an Array in C#
- Sort an Array in C#
- Sort an Array in Descending Order in C#
- Remove Element of an Array in C#
- Convert a String to a Byte Array in C#
- Adding Values to a C# Array
- C# Read a CSV File and Store Its Values Into an Array
- Initialize a Byte Array in C#
- Compare Arrays in C#
- Convert String Array to Int Array in C#
- Sum Up an Array of Integers in C#
- Initialize Array of Objects in C#
- Declare an Array of Objects in C#
- Convert String Array to String in C#
- Initialize an Empty Array in C#
- Array of Lists in C#
- Shuffle an Array in C#
- Merge Two Arrays in C#
- Add String to an Array in C#
- Array Slicing in C#
- Declare a Constant Array in C#
- Print Array in C#
- Difference Between a Jagged Array and a Multi-Dimensional Array in C#
- Get Length of a 2D Array in C#
- Append to Array in C#
- Convert Array to List in C#
- Get the Size of an Array in C#
- Check if an Array Contains a Value in C#
Csharp Method
- Optional Parameter in C#
- Pass a Method as a Parameter in C# Function
- Sort a List by a Property in the Object in C#
- C# Pass Multiple Parameters to a Get Method
- Method Groups in C#
Csharp Parameter
- Optional Parameter in C#
- Pass a Method as a Parameter in C# Function
- Sort a List by a Property in the Object in C#
Csharp Switch
Csharp Boolean
Csharp Float
- Convert a String to Float in C#
- Convert Int to Float in C#
- Float vs Double vs Decimal in C#
- Convert Float to Int in C#
- Generate a Random Float in C#
Csharp Timer
Csharp IEnumerable
- Convert an IEnumerable to a List in C#
- Convert IEnumerable Into List in C#
- Convert List to IEnumerable in C#
Csharp List
- Convert an IEnumerable to a List in C#
- C# Remove Item From List
- C# Join Two Lists Together
- HashSet vs List in C#
- Convert List Into Dictionary in C#
- Sort a List in Descending Order in C#
- Unique Items to List in C#
- Convert IEnumerable Into List in C#
- Create a Comma Separated List in C#
- Sorting List in Alphabetical Order in C#
- Sort a List by a Field in C#
- C# List Index
- Get List Length in C#
- Convert List to IEnumerable in C#
- Convert String to Char in C#
- Remove Duplicates From List in C#
- Thread Safe List in C#
- Get the Last Element of a List in C#
- Initialize a List of Tuples in C#
- Add List to Another List in C#
- Add String to an Array in C#
- ArrayList vs List in C#
- Iterate Through a List in C#
- Compare Two Lists in C#
- Copy a List in C#
- Split String to List in C#
- Check if List Is Empty in C#
- Convert Array to List in C#
- Convert List<string> to String in C#
- Declare a Multidimensional List in C#
- Shuffle a List in C#
Csharp Directory
Csharp Datetime
Csharp Decimal
Csharp Loop
Csharp JSON
- C# Parse JSON
- C# Convert the Object to a JSON String
- Convert JSON String to C# Object
- Convert String to JSON Object in C#
- Read a JSON File in C#
Csharp Dictionary
- Best Way to Iterate Over a Dictionary in C#
- Convert List Into Dictionary in C#
- Update Dictionary Value in C#
- Get Dictionary Key by Value in C#
- Sort Dictionary by Value in C#
- C++ Map<T1, T2> Equivalent in C#
- Initialize a Dictionary in C#
- Get Dictionary Value by Key in C#
Csharp CSV
- C# Write Data Into a CSV File
- C# Read a CSV File and Store Its Values Into an Array
- Parse CSV File in C#
Csharp Textbox
Csharp DateTime
- C# Get the Unix Timestamp
- C# Get the Current Date Without Time
- Set null in DateTime in C#
- Get Current Time in C#
- Calculate the Difference Between Two Dates in C#
Csharp Byte Array
Csharp Char
- C# Convert a Char to an Int
- Convert Char to Int in C#
- Count Occurrences of a Character Inside a String in C#
- Get the First Character of a String in C#
- Get ASCII Value of Character in C#
- Remove a Character From a String in C#
Csharp Int
- C# Convert a Char to an Int
- Convert Int to Float in C#
- Convert Char to Int in C#
- Convert Int to Byte in C#
Csharp Xml
Csharp Keyword
- C# new vs override
- The nameof Expression in C#
- Java final Equivalent Keyword in C#
- The yield Keyword in C#
Csharp Data Type
Csharp HashSet
Csharp Number
Csharp Map
Csharp Reduce
Csharp Function
- Create Map and Reduce Functions in C#
- Get the Current Method Name in C#
- Exit a Function in C#
- Abstract Function vs Virtual Function in C#
- Create an Inline Function in C#
- Pass a Function as a Parameter in C#
- Return Multiple Values From a Function in C#
Csharp SQL
Csharp StringStream
Csharp CURL
Csharp SOAP
Csharp Class
- Include a Class Into Another Class in C#
- Nested Classes in C#
- Inherit From Multiple Classes in C#
- Destroy Object in C#
- Deep Copy in C#
- Pass Object by Reference in C#
- Call Constructor From Another Constructor in C#
- Copy a Object in C#
- Call Constructor of Base Class From the Constructor of Child Class in C#
- Partial Class in C#
- Difference Between Struct and Class in C#
Csharp Error
Csharp Access Modifier
Csharp Screenshot
Csharp Environment
Csharp Active Directory
Csharp Comment
Csharp Dialog
Csharp Interface
Csharp Compile
Csharp Event
Csharp Image
Csharp Math
- Get Double Value by Dividing Two Integers in C#
- Standard Deviation in C#
- Calculate Distance Between 2 Points in C#
Csharp GUI
- Simulate a Key Press in C#
- Change Label Text in C#
- Create an Input Dialog Box in C#
- Check if TextBox Is Empty in C#
- Clear TextBox in C#
- Multiline Label in C#
- TextBox New Line in C#
- Clear ListBox in C#
- Popup Message in C#
- Close Form in C#
- Numbers Only in TextBox in C#
- Message Box in C#
Csharp Sort
Csharp Conversion
Csharp Thread
- Stopping a Thread in C#
- Thread Safe List in C#
- Thread vs Task in C#
- Wait for a Thread to Finish in C#
- lock Statement in C#
Csharp Operator
Csharp Graph
Csharp Email
Csharp Database
Csharp SSH
Csharp Library
Csharp Calculate Percentage
Csharp Files
Csharp Linux
Csharp MacOS
Csharp Variable
Csharp Constuctor
Csharp Random
Csharp Object
- Deserialize XML to Object in C#
- Convert JSON String to C# Object
- Delete Object in C#
- Serialize an Object to XML in C#
- Check if an Object Is Null in C#
Csharp Counter
Csharp Newline
Csharp Statement
Csharp Process
Csharp Byte
Csharp Obfuscation
Csharp Macro
Csharp Mp3
Csharp UUID
Csharp Operators
Csharp Encapsulation
Csharp Algorithms
Csharp Configuration
Csharp Field
Csharp Property
Csharp Path
Csharp HTML
Csharp PDF
Csharp Excel
Csharp Network
Csharp Exception
Csharp Bool
Csharp Long
Csharp Hex
Csharp Type
Csharp Memory
Csharp Console
- Keep Console Open in C#
- Read Integer From Console in C#
- Exit Console Application in C#
- Properly Exit an Application in C#
- Pause Console in C#
Csharp LINQ
Csharp IO
Csharp XML
Csharp DataTable
Csharp Task
Csharp Zip
Csharp Stream
Csharp Debug
Csharp URL
Csharp Tuple
Csharp Singleton
Convert Object
Csharp Synchronization
Csharp ArrayList
Csharp Print
Csharp Time
Csharp Double
- Float vs Double vs Decimal in C#
- Convert Double to Int in C#
- Round a Double Value to an Integer Value in C#