How to enumerate an Enum in C# and VB.NET
To enumerate an Enum in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To enumerate an Enum in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To get the Month name of a Datetime in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get the executable filename in C# and VB.NET you can use one the following methods. Sample C# Sample VB.NET
To list all Databases in MSSQL you can use the following snippet. Sample MSSQL SQL Server Version newer than MS SQL 2000 also support these StoredProcedures. or
This snippet will give you a array of country names template in Javascript. Sample Javascript
To read multiple embedded ressources with a search pattern in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET