How to catch specific MS-SQL SQLExceptions in C# and VB.NET
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to…
All the Code Snippets and Samples you need
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to…
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan…
To convert a Color to Hex and vice versa using C# and VB.NET you can use the snippets below. Sample…
To get the char code in C++ you can use the following snippet. Simply cast the Char to int. Sample…
To get the char code in C you can use the following snippet. Sample C
To get the char code in Java you can use the following snippet. Sample Java
To get the char code in Javascript you can use the following snippet. Sample Javascript
List of HTTP Status Codes. Codes 1xx Informational 100 Continue This means that the server has received the request headers,…