Items By Type: Cheat Sheet
Cheat Sheet - .NET Framework Exceptions
Mikesdotnetting
-
07 February 2010 17:19
Here's a list of Exceptions that can be found in the assemblies which are most commonly used in ASP.NET development. Ideally, you should be as specific as possible when catching or throwing Exceptions. The more specific you are, the less work the CLR has to do in locating the appropriate catch block, and the more informative your error messages are, which should help speed up identifying the source of any problems. More...
Filed under: C# General ASP.NET 3.5 as Cheat Sheet
Object reference not set to an instance of an object and INamingContainer
Mikesdotnetting
-
21 August 2007 11:36
A list of standard ASP.NET web controls that implement INamingContainer More...
Filed under: ASP.NET 2.0 as Cheat Sheet
VBScript to C# - Equivalent string functions/methods
Mikesdotnetting
-
28 May 2007 21:18
A Cheat Sheet containing the VBScript string functions and their equivalent methods in C#. More...
C# Regular Expressions Cheat Sheet
Mikesdotnetting
-
19 May 2007 20:36
Cheat sheet for C# regular expressions metacharacters, operators, quantifiers etc More...
Filed under: C# as Cheat Sheet
VBScript Regular Expressions Cheat Sheet
Mikesdotnetting
-
14 May 2007 08:44
Metacharacters for use with VBScript regular expressions More...
Filed under: VBScript as Cheat Sheet
Date Formatting in C#
Mikesdotnetting
-
08 April 2007 21:11
Cheat sheet More...
Filed under: C# ASP.NET 2.0 as Cheat Sheet
Date formatting in VBScript
Mikesdotnetting
-
08 April 2007 20:22
Cheat sheet More...
Filed under: Classic ASP VBScript as Cheat Sheet
Migrating from Classic ASP to ASP.NET - equivalent objects and classes
Mikesdotnetting
-
07 April 2007 10:01
Having spent some time familiarising oneself with the objects available in Classic ASP, it can be tricky sometimes to find the .NET framework equivalent. Here's a guide. More...
Filed under: Classic ASP VBScript ASP.NET 2.0 as Cheat Sheet

