Summary

IOTA^_^    

ASP.NET Developer's JumpStart
By Paul D. Sheriff, Ken Getz
Table of Contents
Chapter 26.  Development and Deployment Techniques


In this chapter, you learned some useful development techniques, including the following:

  • Creating and using class libraries so you can encapsulate commonly used functionality

  • Creating and using namespaces

  • Adding assembly information so you can identify your applications

You also learned two ways to deploy ASP.NET applications:

  • XCOPY deployment (not really reliant on the old DOS XCOPY command but rather more focused on file and folder copying) is possible because of the metadata stored in all .NET assemblies. However, it provides no support for anything besides file placement.

  • Microsoft Installer technology supports full setup programs with many additional features. You'll use this technique when you have anything but the simplest of applications to deploy.


    IOTA^_^    
    Top


    ASP. NET Developer's JumpStart
    ASP.NET Developers JumpStart
    ISBN: 0672323575
    EAN: 2147483647
    Year: 2002
    Pages: 234

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net