Posts
All the articles I've posted.
Using LINQ to Merge Mailing Lists and Filter Opt OutsBuilding the Code Camp Web Site (Article 5)
Published: at 08:00 PM<br /> <p>Combining two mailing lists with LINQ, then removing a third is demonstrated in this post. Using C# 3.0 with .Net 3.5 allows us to leverage LINQ to make this an easy process. This post shows and explains the LINQ code to do this</p> <br />
Read moreC# In Depth by Jon Skeet Book Review
Published: at 08:00 PM<br /><p>Jon Skeet published a great book titled C# In Depth by Manning Publishers. I strongly recommend getting this book</p><br />
Read moreBuilding High Performance ASP.NET Web Applications Downloads
Published: at 08:00 PM<br /><p>Downloads for my presentation to BAADD titled "Building High Performance ASP.NET Web Applications".</p><br />
Read moreMaking the RSS Feed From the web site Discoverable
Published: at 08:00 PM<br /><p>This post shows how to use a cool tool to making a RSS Feed Discoverable on a web page. It involves creating an entry in the header tag of the page.</p>
Read moreCreating a Modal Login Window Using the Telerik Modal RadWindow ComponentBuilding the Code Camp Web Site (Article 4)
Published: at 08:00 PM<br /><p>This article shows how to create a modal windows (not a popup) that displays a login windows (asking for username and password) in the middle of whatever asp.net page you are viewing. It uses the Telerik Modal Radwindow control. At the end of a successful login, the login dialog redirects the web user to some page designated by the author. It requires no Javascript programming by the programmer. Just simple method calls in the asp.net page.</p>
Read more