Summary

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.79.206