|
|
How Tos
In this article we will show you how to output an object's data to an XML string.
Posted by LazyAssCoder on Nov 10, 2008
665 Views
In this article, we will describe how to manually initialize a custom membership provider.
Posted by LazyAssCoder on May 08, 2008
1618 Views
This article will show some ways of checking for null values in a DataTable.
Posted by LazyAssCoder on Feb 06, 2008
649 Views
This article will demonstrate how to create a DataTable manually and populate it with some random data.
Posted by LazyAssCoder on Jan 29, 2008
1580 Views
This article describe how to easily take your ASP.NET 2.0 web application offline.
Posted by LazyAssCoder on Dec 06, 2007
302 Views
In this article, we will describe how to separate your connection strings and appSettings into external files from your web.config or app.config.
Posted by LazyAssCoder on Dec 04, 2007
267 Views
This article will show you how to get the client's computer name that is calling your web service.
Posted by LazyAssCoder on Nov 28, 2007
282 Views
This article will show you one way of overcoming the 32k character limitation of the event log. The sample code in this article can also be easily retrofitted to used the enterprise library.
Posted by LazyAssCoder on Nov 26, 2007
208 Views
This article will demonstrate how to divide an integer number and round it up.
Posted by LazyAssCoder on Nov 26, 2007
173 Views
The Enterprise Library Logging Application Block by default will log the timestamp in UTC time. In the Enterprise Library ver 3.0 and earlier, if you wanted it log the local server time, you can override the FormatToken method and implement you you custom logic. If you use the Enterprise Library 3.1, this is a very easy change which we will describe in this article.
Posted by LazyAssCoder on Nov 21, 2007
2813 Views
This article will show you how to remove all HTML tags from a string using regular expressions.
Posted by LazyAssCoder on Nov 15, 2007
241 Views
This article will show you how to add a row count column to a GridView. This technique can also be applied to a DataList or a Repeater.
Posted by LazyAssCoder on Sep 07, 2007
2574 Views
This article will show you how to convert an array of object to a generic list.
Posted by LazyAssCoder on Aug 15, 2007
9992 Views
This article will show you how to write to the eventlog using Microsoft Enterprise Library 3.x Logging block.
Posted by LazyAssCoder on Aug 03, 2007
708 Views
Don't you hate when you PostBack on a long form you have to scroll back to the location where you were previously? In this article, it will show you how to maintain the scroll position on a PostBack.
Posted by LazyAssCoder on Aug 01, 2007
129 Views
This article shows you how to execute an Oracle stored procedure in an Oracle Package using the Oracle .NET data provider shipped with the .NET Framework. It will also show you how to retrieve an output ref cursor's results and load it into a DataSet.
Posted by LazyAssCoder on Jul 26, 2007
136 Views
Posted by LazyAssCoder on Jul 26, 2007
128 Views
This article will show you how to execute an Oracle Package and retrieve an output cursor's data using Microsoft Enterprise Library Data Access Application Block(DAAB) 2.0.
Posted by LazyAssCoder on Jul 26, 2007
105 Views
This article will show you step by step on how to implement the Enterprise Library 2.0 Data Access Application Block in to your application.
Posted by LazyAssCoder on Jul 18, 2007
153 Views
The following article will demonstrate how to execute a JavaScript function at the end of an Ajax request.
Posted by LazyAssCoder on May 23, 2007
95 Views
|
|