How to exit an application in C# and VB.NET
To exit an application in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To exit an application in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To iterate a dictionary in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET for more informations see KeyValuePair
To make a List or Collection of class read-only in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
This snippet will give you Assembly version info extension methods for C# and VB.NET. Sample C# Sample VB.NET
This snippet will give you the ChangeEncoding extension method for C# and VB.NET. Sample C# Sample VB.NET
To list installed services in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
This snippet will give you the IsUppercase extension method for C# and VB.NET Sample C# Sample VB.NET
To choose a font using FontDialog in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To select a file using OpenFileDialog in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To choose a color using ColorDialog in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET