Submit Content

Sponsor



Welcome to LazyAssCoder

Welcome to LazyAssCoder.com, the ultimate developer resource for tips, how tos, code snippets and more.

What's New
Feb 23, 2009 Submit and manage your favourite development links in Devmarks.
Jan 19, 2009 You can now add comments to any community article.
Jan 10, 2009 Got a great tip or how to? Now you can write your own LazyAssCoder development articles and share it with other community members. Just login or register free and click on My Articles and create your own article.
Dec 16, 2008Have a development question but no answers, why not post it in our new community forums.
Nov 4, 2008 We have teamed up with Amazon.com to bring you LazyAssCoder Online Store. Shop for the latest and best deals on software development books.

Latest articles RSS: Latest on LazyAssCoder.com

ASP.NET: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. on Win2k8 64bit, IIS7, Oracle

This issue started to appear when I migrated my .NET web service to Windows 2008 64-bit using IIS7. System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B). The solution to our issue was pretty simple and this is how I did it.

0 Comments   Posted by retroman80s on Feb 19, 2010   1077 Views  


.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   491 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   176 Views  


Oracle: Select all records from a table

How to select all records from a given table

1 Comments   Posted by salilbagde on Jan 13, 2010   173 Views  


MS SQL Server: How to drop all triggers in a SQL Server database

This script will loop through and drop all schema triggers in a SQL Server database.

0 Comments   Posted by retroman80s on Aug 25, 2009   404 Views  


MS SQL Server: How to get a list of all triggers in a SQL Server database

This script will give you a list of all trigger for a given SQL Server database

0 Comments   Posted by retroman80s on Aug 25, 2009   289 Views  


ASP.NET: ERROR: The name 'Request' does not exist in the current context

This article shows you have to resolve the following error: The name 'Request' does not exist in the current context

0 Comments   Posted by retroman80s on May 29, 2009   1590 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   348 Views  


C#: NHibernate: Sorting Session.CreateSQLQuery(sqlQuery).List() result using lambda

This article will show you hot to sort the result from an NH interrogation

0 Comments   Posted by n3rd on Apr 13, 2009   2219 Views  


Crystal Report: How to hide a field in Crystal Report

This article will show you how to hide a field in Crystal Reports XI

1 Comments   Posted by retroman80s on Feb 25, 2009   798 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   908 Views  


MS SQL Server: ERROR: Cannot connect to SQL Server or SQLEXPRESS, SQL Server does not allow remote connections

If you are using Microsoft SQL Server Management Studio to connect to your SQL Server and getting the following error message: Cannot connect to SQL Server or SQLEXPRESS Here's a solution your can try.

0 Comments   Posted by LazyAssCoder on Jan 16, 2009   449 Views  


Crystal Report: How to calculate the date difference in months in Crystal Reports

This article will show how to calculate the date difference in months.

0 Comments   Posted by retroman80s on Jan 16, 2009   1601 Views  


Crystal Report: How to show the max date for a group of records in Crystal Reports 11

This article will describe how to display the max date(latest date) for a group selection in Crystal Reports.

0 Comments   Posted by retroman80s on Jan 09, 2009   1335 Views  


ASP.NET: Error: ora-12154: TNS:could not resolve service name

If your getting the following error in ASP.NET Crystal Report or Tnsping ora-12154: TNS:could not resolve service name Here's a possible solution.

0 Comments   Posted by LazyAssCoder on Nov 26, 2008   1999 Views