Articles
posted by Jeff
Using LINQ, you can generate an RSS feed with clean code and less work than with traditional XML classes.
Thursday, August 28, 2008 11:52:05 AM
posted by Jeff
Instead of creating a new object with user data every time you need it, go back to the well and avoid having to write caching code.
Sunday, July 08, 2007 1:26:34 PM
posted by Jeff
This simple ASP.NET v2.0 application allows the site owner to post news or blog entries, categorize them, syndicate them and allow for comments.
Sunday, July 03, 2005 3:11:18 PM
posted by Jeff
RewritePath() is messy. Using the IHttpHandlerFactory interface allows you to take the requested URL and execute an entirely different page.
Sunday, April 03, 2005 9:48:25 PM
posted by Jeff
Save yourself from SQL injection attacks and other nasty problems by passing along data in parameters.
Monday, June 07, 2004 11:20:51 PM
posted by Jeff
There are two approaches to making something happen in an ASP.NET page, and if you use Visual Studio .NET, you should know about both.
Sunday, February 15, 2004 6:31:29 PM
posted by Jeff
You aren't restricted to just using a DataGrid when you want your data paged. The PagedDataSource class lets you bind just the data you want to display, and lets you build your own pager links.
Wednesday, January 28, 2004 6:12:49 PM
posted by Jeff
Just because you can calculate the exact date of the Big Bang with your Web application doesn't mean you need to.
Monday, January 19, 2004 8:25:41 PM
posted by Jeff
Those little orange XML icons are everywhere. How much will people think you suck if your site doesn't have one? Syndicate your content today or be the target of jokes at your next party.
Wednesday, January 14, 2004 8:24:39 PM
posted by Jeff
HttpHandlers make it easy to handle certain file types with a simple interface that anyone can write code for.
Friday, January 09, 2004 1:14:21 AM
posted by Jeff
In part two, we improve our data class so that it caches data in memory and avoids hitting the database for frequently retrieved data.
Thursday, January 08, 2004 10:17:02 PM
posted by Jeff
Through simple object-oriented techniques, you can write your data access code once and use it everywhere.
Thursday, January 08, 2004 2:18:56 AM
©2014, POP World Media, LLC. All rights reserved
Legal, privacy, terms of service