by Al Beecy
May 4, 2010
When providing overloads for a method signature developers often implement the business logic just once in the version having the full list of parameters to avoid writing redundant code. The methods with the simpler signatures fill in default values and hand the call off to another of the signatures.
This same approach can also be used with constructors, but the syntax is slightly different.
[More]
by Al Beecy
June 5, 2009
A useful RegEx expression for preventing script tags from being injected into web forms.
[More]
by Al Beecy
May 18, 2009
How to convert a generic List<> to a DataTable with reflection.
[More]
by Al Beecy
January 10, 2009
How to convert a byte array to a string in C#.
[More]
9696862b-17a6-4ff1-931a-9a84148dec7d|15|4.4
Tags:
C#
by Al Beecy
January 8, 2009
Event signature reference for the ASP.Net GridView control.
[More]