Submit Content
Sponsor
Development
Databases
Server Management
|
|
|
|
|
|
|
C# Articles
If you need to create a quick empty DataTable, check out this function.
Posted by retroman80s on Mar 25, 2011
1284 Views
One of the new feature of C# on .NET 4.0 is having the ability to create functions with optional parameters. If you get the following error: Default parameter value for 'RequestDateTime' must be a compile-time constant when trying to assign a default value of DateTime.Now. Here is a solution for resolving this error.
Posted by LazyAssCoder on Jan 18, 2011
2907 Views
This article will show you hot to sort the result from an NH interrogation
Posted by n3rd on Apr 13, 2009
6739 Views
We all had to at one point or another modify a file path and escape the slashes before pasting it into our code or into a database table. Using the @ symbol in front of the string will eliminate the need to modify the path.
Posted by LazyAssCoder on Jan 29, 2008
988 Views
This article shows how to split a delimited string into an array
Posted by LazyAssCoder on May 15, 2007
741 Views
A constant value is expected when using a switch statement in c#
Posted by LazyAssCoder on Apr 24, 2007
7424 Views
One way to return X number of rows from a DataView
Posted by LazyAssCoder on Apr 17, 2007
714 Views
Invalid URI: The Uri scheme is too long.
Posted by LazyAssCoder on Apr 12, 2007
7440 Views
Coalesce Operator(??) in C#
Posted by LazyAssCoder on Mar 17, 2007
1122 Views
Calculate a week starting monday
Posted by LazyAssCoder on Mar 17, 2007
673 Views
|
|
|
|
|
|
|