Chapter 7. Assemblies and Deployment

for RuBoard

Deployment makes the programmer's hard work available to the customer. .NET assemblies make deployment much simpler and much more reliable than current Windows deployment. Private assembly deployment is as simple as copying the component assembly into the same directory as the client program. Alternatively, shared assembly deployment places the component with a unique name (known as a strong name ) in the global assembly cache, which makes it available for general use.

This chapter begins with a look at assemblies, which are the fundamental unit of deployment in .NET. Private assembly deployment and shared assembly deployment are described next . Versioning and digital signing of assemblies are discussed in the context of shared deployment. Finally, the Visual Studio.NET deployment and setup wizards are introduced. Throughout our discussion we illustrate a number of useful tools that are part of the .NET Framework SDK.

for RuBoard


Application Development Using C# and .NET
Application Development Using C# and .NET
ISBN: 013093383X
EAN: 2147483647
Year: 2001
Pages: 158

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