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 look for the specific error numbers/codes you want to catch.…
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 look for the specific error numbers/codes you want to catch.…
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
To convert a Color to Hex and vice versa using C# and VB.NET you can use the snippets below. Sample C# Sample VB.NET (autoconverted)
To get the char code in C++ you can use the following snippet. Simply cast the Char to int. Sample C++
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, and that the client should proceed to send the request…