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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access