﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>uberASP.Net</title><link>http://www.uberasp.net/</link><description>The latest articles from the world of ASP.NET, Microsoft's Web development platform.</description><copyright>(c)2005, POP World Media, LLC. All rights reserved.</copyright><ttl>15</ttl><item><title>Build an RSS feed using LINQ to XML</title><description>Using LINQ, you can generate an RSS feed with clean code and less work than with traditional XML classes.</description><link>http://www.uberasp.net/GetArticle.aspx?id=52</link><pubDate>Thu, 28 Aug 2008 15:52:05 GMT</pubDate></item><item><title>Load user data once with an HttpModule</title><description>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.</description><link>http://www.uberasp.net/GetArticle.aspx?id=51</link><pubDate>Sun, 08 Jul 2007 17:26:34 GMT</pubDate></item><item><title>Build a news or blog site in five minutes with CliqueSite® NewsBlog</title><description>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.</description><link>http://www.uberasp.net/GetArticle.aspx?id=50</link><pubDate>Sun, 03 Jul 2005 19:11:18 GMT</pubDate></item><item><title>Rewriting the URL using IHttpHandlerFactory</title><description>RewritePath() is messy. Using the IHttpHandlerFactory interface allows you to take the requested URL and execute an entirely different page.</description><link>http://www.uberasp.net/GetArticle.aspx?id=49</link><pubDate>Mon, 04 Apr 2005 01:48:25 GMT</pubDate></item><item><title>Using parameterized SQL queries</title><description>Save yourself from SQL injection attacks and other nasty problems by passing along data in parameters.</description><link>http://www.uberasp.net/GetArticle.aspx?id=46</link><pubDate>Tue, 08 Jun 2004 03:20:51 GMT</pubDate></item><item><title>Understanding event wire-ups in ASP.NET and Visual Studio</title><description>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.</description><link>http://www.uberasp.net/GetArticle.aspx?id=37</link><pubDate>Sun, 15 Feb 2004 23:31:29 GMT</pubDate></item><item><title>Using a PagedDataSource and your own data pager links</title><description>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.</description><link>http://www.uberasp.net/GetArticle.aspx?id=29</link><pubDate>Wed, 28 Jan 2004 23:12:49 GMT</pubDate></item><item><title>Performance doesn't matter</title><description>Just because you can calculate the exact date of the Big Bang with your Web application doesn't mean you need to.</description><link>http://www.uberasp.net/GetArticle.aspx?id=21</link><pubDate>Tue, 20 Jan 2004 01:25:41 GMT</pubDate></item><item><title>Building an RSS feed made simple</title><description>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.</description><link>http://www.uberasp.net/GetArticle.aspx?id=17</link><pubDate>Thu, 15 Jan 2004 01:24:39 GMT</pubDate></item><item><title>Use an HttpHandler to stop bandwidth leeching of your images</title><description>HttpHandlers make it easy to handle certain file types with a simple interface that anyone can write code for.</description><link>http://www.uberasp.net/GetArticle.aspx?id=13</link><pubDate>Fri, 09 Jan 2004 06:14:21 GMT</pubDate></item></channel></rss>