JasonGaylord.com
 
 
Photo of the Day

Photo Number 1416

My ASP.NET Blog
Using the LINQ Keyword "First"
(July 08 2008)
CodeStock coming August 9th to Knoxville
(June 18 2008)
Getting Started with the AjaxDataControls in Visual Studio 2005
(June 16 2008)

My WindowsAdvice Blog
How Can AT&T Be So Cruel?
(October 26 2007)
Gmail IMAP Needs Improvement
(October 25 2007)
Microsoft Adds a Free 411 Number
(October 18 2007)

My ASPInsiders Blog
August 23rd .NET Valley Meeting!
(August 18 2006)
VSIBuilder Version 1.0 Released
(August 17 2006)
My Interview with Julie Lerman
(July 31 2006)

My SQL Junkies Blog
Great Post about SELECT * Queries
(July 20 2007)
TECHbash 2007 Conference in Northeast PA on May 19th
(May 02 2007)
Red Gate's SQL Prompt is Free until Version 3
(October 02 2006)

My Personal Blog
My Disappointment with the AHL (American Hockey League)
(February 20 2008)
Ohio State vs LSU Tonight!
(January 07 2008)
Torre's Gone - Steinbrenner's to Blame
(October 18 2007)



Projects and code distributed or mentioned on this Web Site are provided 'as is' without warranty of any kind.

My Projects

Custom Profile VSI (ASP.NET 2.0)
Status: Released

This VSI application will install an ASP.NET 2.0 (VB) template in Visual Studio 2005 or Visual Web Developer. The template demonstrates how to use a custom profile provider and how to customize this provider for your needs. In this sample, we'll use an HttpModule to force the user to update their profile if we'd like. This VSI project was written for an MSDN article that I wrote.

VSIBuilder (Visual Studio 2005)
Status: Released

This application allows developers to build a VSI file for a web-based project. At the current time, we only allow one web project per VSI. The web-based project must have a solution file. Therefore, the VSIBuilder application works best with Visual Studio.NET 2005. We will be releasing a version in the future that will work with Visual Web Developer and non-solution based projects. We may consider releasing a version that will work with Windows applications as well.

Custom Configuration Template (ASP.NET 2.0)
Status: Released

The Custom Configuration Template is a visual studio installer package that contains a C# and a Visual Basic stub project. Each project has a sample custom configuration code file, a web.config file, and a sample default.aspx page that pulls the custom configuration section. You can download the file by clicking on the title above and extracting the VSI file from the zip folder.

Zip Codes WebService (WebServicesZipCodes Workspace)
Status: Stable

The Zip Codes WebService was written in ASP.NET 1.1/VB.NET 2003. It contains some common functions for converting zip codes to latitude/longitude, obtaining multiple zip codes for a city and state, and more. For a view of the WSDL, visit www.JasonGaylord.com/webservices/zipcodes.asmx?WSDL.

Photo Gallery (PhotoGallery Workspace)
Status: Beta

The PhotoGallery application is an ASP.NET 1.1/VB.NET 2003 version of the Photo Gallery module contained within the ASP.NET 2.0 Personal Starter Kit. For an example of a website using this application, visit my personal website at www.JasonGaylord.com.