Category Archives: ASP.NET

Articles about my work in ASP.NET. Includes descriptions of anything new I’ve learned and solutions to technical problems I’ve encountered.

Mashup With ASP.NET 2.0 Web Parts

Here is a video I created to demonstrate my custom mashup. I won’t be posting much source code anymore because the last two blog entries gave me a lot of problems. I spent several hours fighting with WordPress to get … Continue reading

Posted in ASP.NET | Leave a comment

ASP.NET 2.0 – Database

I have finished reading my book on ASP.NET 2.0. There were two chapters on the new database server controls for ASP.NET 2.0. The new database controls eliminate the need to create database connection, command, and reader objects which was a … Continue reading

Posted in ASP.NET | Leave a comment

ASP.NET 2.0 – Security And Web Parts

Tonight I finished exploring the new security and web parts features of ASP.NET 2.0. The new security features are server controls for user login, password recovery, and new user registration. These server controls eliminate much of the repetitive coding required … Continue reading

Posted in ASP.NET | Leave a comment