.NET Articles

.NET: ora-00911: invalid character when executing multiple Oracle SQL statements

This article will show you how to execute multiple Oracle SQL statements

1 Comments   Posted by LazyAssCoder on Feb 18, 2010   652 Views  


.NET: How to trim each string with in a delimited string

Here is a function that will trim spaces in front and after of each string within a delimited string.

0 Comments   Posted by retroman80s on Feb 07, 2010   221 Views  


.NET: Missing templates

In my case, LINQ to SQL classes template from Visual C# Items -> Data location was missing.

0 Comments   Posted by n3rd on Apr 23, 2009   399 Views  


.NET: ERROR: The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'

Here's a solution to solve this issue: The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'

0 Comments   Posted by LazyAssCoder on Feb 25, 2009   1057 Views  


.NET: How To: Convert an object to XML string

In this article we will show you how to output an object's data to an XML string.

0 Comments   Posted by LazyAssCoder on Nov 10, 2008   714 Views  


.NET: How To: Divide a number and round it up

This article will demonstrate how to divide an integer number and round it up.

0 Comments   Posted by LazyAssCoder on Nov 26, 2007   186 Views  


.NET: How To: Convert an Array of Objects to a Generics List

This article will show you how to convert an array of object to a generic list.

0 Comments   Posted by LazyAssCoder on Aug 15, 2007   10825 Views  


.NET: Shortcut: Conditional (Ternary) Operator in C#

Conditional (Ternary) Operator (?:) in C#

0 Comments   Posted by LazyAssCoder on Mar 17, 2007   117 Views