first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

MCAD/MCSD Notes: Chapter 9, Lesson 1; Building a Web Application

Lesson 1: Building a Web Application

This lesson quickly introduces the concepts of the meta-data associated with .NET assemblies and the configuration of automatic assembly compilation with "build options."

It may be better to remind us that Visual Studio solutions have two, default, build options: Debug and Release. Other configurations can be added. For more, see "Default and Custom Builds" at:

http://msdn.microsoft.com/library/en-us/
    vsintro7/html/vxconprojectbuilds.asp

Project-level build options in the Property Pages dialog can be set for additional control over the build process.

These declarative attributes should not be confused with similar procedural properties in the System.Windows.Forms.Application class.

mod date: 2006-02-10T05:04:14.000Z