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.
Click to read more about Cheat Sheet - .NET Framework Exceptions ...
Filed under:
C#
General
ASP.NET 3.5
as
Cheat Sheet
Viewed: 15807 times
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
Filed under:
ASP.NET 2.0
ASP.NET Web Forms
as
Cheat Sheet
Viewed: 17769 times
VBScript to C# - Equivalent string functions
Mikesdotnetting
-
28 May 2007 21:18
A Cheat Sheet containing the VBScript string functions and their equivalent methods in C#.
Click to read more about VBScript to C# - Equivalent string functions ...
C# Regular Expressions Cheat Sheet
Mikesdotnetting
-
19 May 2007 20:36
Cheat sheet for C# regular expressions metacharacters, operators, quantifiers etc
Click to read more about C# Regular Expressions Cheat Sheet ...
Filed under:
C#
as
Cheat Sheet
Viewed: 538834 times
VBScript Regular Expressions Cheat Sheet
Mikesdotnetting
-
14 May 2007 08:44
Metacharacters for use with VBScript regular expressions
Click to read more about VBScript Regular Expressions Cheat Sheet ...
Filed under:
VBScript
as
Cheat Sheet
Viewed: 21662 times
Date Formatting in C#
Mikesdotnetting
-
08 April 2007 21:11
Cheat sheet
Click to read more about Date Formatting in C# ...
Filed under:
C#
ASP.NET 2.0
as
Cheat Sheet
Viewed: 113337 times
Date formatting in VBScript
Mikesdotnetting
-
08 April 2007 20:22
Cheat sheet
Click to read more about Date formatting in VBScript ...
Filed under:
Classic ASP
VBScript
as
Cheat Sheet
Viewed: 66182 times
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.
Click to read more about Migrating from Classic ASP to ASP.NET - equivalent objects and classes ...
Filed under:
Classic ASP
VBScript
ASP.NET 2.0
as
Cheat Sheet
Viewed: 9713 times


