Write Your Own .NET RSS Feed in C#
pre {font-family:"Courier New", Courier, mono; font-size:11px; background-color:#FFFFFF} pre.figure {font-family:"Courier New", Courier, mono; font-size:11px; background-color:#FFFFCC} Technologies...
View ArticleCreating Custom Configuration Sections in ASP.NET
I recently created an application component to manage user lockouts in ASP.NET web applications. To configure it, I had several choices, including using a database table or using configuration settings...
View ArticleSending Multi-Part Emails from ASP.NET
Although the vast majority of email users prefer their messages in HTML format, a few die-hards out there still prefer plain text. My wife is one of those people. In certain circumstances, a plain-text...
View ArticleSubscribing Customers to an AWeber List with an ASP.NET Application
Summary: This article shows you how to send subscribe requests to AWeber directly from your ASP.NET application. This technique is useful when you already have the customer’s name and email address and...
View ArticleImprove GridView Performance by Delegating Paging to SQL Server
The ASP.NET GridView control is an extremely powerful tool that gives you just about everything you need to manage the sorting and paging of a web page grid with minimal coding effort. However, this...
View Article