Personal Web Starter Kit Modules

Here is some of the code that I have written for the ASP.NET 2.0 Personal Web Starter Kit (PWSK). You are more than welcome to either use, modify or implement any or all of my code just as you don't claim mine as your own.  Some of the module functionality can bee seen running on my old site www.willyd.ca.

ASP.NET 2.0 Personal Web Starter Kit Code (PWSK)

Site Code v2 

This is my code version of the Personal Web Starter Kit (PWSK). Some enhancements include; usage of the provider pattern, file system based photo album, links management, a blog, user management (with profile info), combined ASP.NET membership and site database, code library, RSS feed for the blog, guest book, error logging (ELMAH module) and quote of the day. The downloadable zip contains all of the source code, the database and a setup document.

You can download a copy of the source code here.

Guest Book Module
A simple guest book module that I wrote for the stock PWSK, the module and code is based on the provider pattern. Included in the zip are full instructions on how to implement it into the PWSK.

You can download a copy of the source code here.

Code Library Module
A simple code library module that I wrote for the stock PWSK, the module and code is based on the provider pattern. Included in the zip are full instructions on how to implement it into the PWSK.

You can download a copy of the source code here.

User Management Module
A user registration and management module that I wrote for the stock PWSK, the module is based on the provider pattern. Has an automated confirmation part where users can register and then click on a link to confirm the registration. Included in the zip are full instructions on how to implement it into the PWSK.

You can download a copy of the source code here.

Blog Module
A blog module that I wrote for the stock PWSK, he module and code is based on the provider pattern. Included in the zip are full instructions on how to implement it into the PWSK.

You can download a copy of the source code here.

Links Module
A links management module that I wrote for the stock PWSK, the module is based on the provider pattern. Included in the zip are full instructions on how to implement it into the PWSK.

You can download a copy of the source code here.

Site code version #1
This is the original site that I modified when I started to work with the PWSK. Some enhancements include; file system photo album, links management, a blog, user management (with profile info), auto confirm registration and a combined ASP.NET membership and site database. The downloadable zip contains source and database.

You can download a copy of the source code here.