Submit Content

Sponsor



Results


.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   1035 Views  


ASP.NET: How To: Remove all HTML tags from a string using regular expressions

This article will show you how to remove all HTML tags from a string using regular expressions.

0 Comments   Posted by LazyAssCoder on Nov 15, 2007   258 Views  


ASP.NET: How To: Get the ConnectionString from the Web.Config in ASP.NET 2.0

0 Comments   Posted by LazyAssCoder on Jul 26, 2007   140 Views  


C#: How To: Split a delimited string

This article shows how to split a delimited string into an array

0 Comments   Posted by LazyAssCoder on May 15, 2007   155 Views  


C#: Error: A constant value is expected

A constant value is expected when using a switch statement in c#

0 Comments   Posted by LazyAssCoder on Apr 24, 2007   2483 Views  


C#: How To: Calculate a week starting monday

Calculate a week starting monday

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