Introduction to Packaging and Deployment

You will now walk through the process of packaging and deploying two small programs that take advantage of the new .NET environment. You will start with the simplest program — a command-line version of the traditional Hello World executable program — and then work with a small, component-based application that demonstrates several increasingly complex deployment scenarios. These programs are written in Visual C#, although they could be written in Managed Extensions for C++ or Visual Basic.

See Also

Common Packaging & Deployment Concepts | (1) Hello World | (2) A Simple Componentized Application | (3) Path for Private Components | (4) A Shared Component | (5) Component Versioning | Packaging and Deployment Summary | Appendix A: Additional Packaging and Deployment Information | Appendix B: Packaging and Deployment Tools