asp.net

Code Formatting Utility for Blog

by fred on March 19, 2007

in Code

This code formatting utility facilitates for formatting code for 1) C# 2) VB 3) html/xml/aspx 4) t-sql 5) msh

Using MSBuild to deploy website files

by fred on November 30, 2006

in Code

After reading several blogs and searching the net for examples, I finally finished our team build script. Some things to note about the tasks inside the build engine. The delete task will not delete directories. The exclude path must be absolute. $(SolutionRoot)\Projects\MyProject\branch_name MyProject.sln $(ProjectLocalPath)\MyProject.Web \\Server\share_name\_DeployFiles\branch_name In order for this to work, the domain user that [...]

This is a great little macro that can save some time. More

Application performance has always been a concern for Web Application developers. This article contains guidelines and tips for maximizing application performance in ASP.NET.

Dino Esposito continues his series on ASP.NET 2.0 controls development with this look at how to create template properties in a custom control. More

Sometimes the simplest things in ASP.NET 2.0 turn out to be the hardest things to implement. One example is trying to have a shared property across all your web pages. For example, let’s say that you want to have a User object that is on all of your pages and that object be initialized on [...]

Reviews both Visual Studio 2005 Web project and ASP.NET 2.0 framework changes that affect Web project conversion, and then discusses common issues and solutions for converting using Visual Studio 2005. More

The Visual Studio 2005 Web Application Project Model is a new web project option for Visual Studio 2005 that provides the same conceptual web project approach as VS 2003 (a project file based structure where all code in the project is compiled into a single assembly) but with all the new features of VS 2005 [...]

Upgrade info for ASP.NET 1.x to 2.0

by fred on January 22, 2006

in Code

ASP.NET 2.0 contains a wealth of new features and capabilities for ASP.NET developers. Learn how to best use the new features and explore the changes to the architecture in ASP.NET 2.0. More