Ways to deploy your windows application - C#.NET

Explain the ways to deploy your windows application

- Merge Module Project: Allows the package of the components to be shared between multiple applications.

- Setup Project: Builds an msi and exe installer for a Windows application.

- Web Setup Project: Builds an installer for a Web application.

- Cab Project: Creates a cabinet file for downloading.
Explain 3 types of configuration files in windows application in .NET
Explain 3 types of configuration files in windows application in .NET - Application Coniguration:They contain configuration settings specific to applications...
Ways to optimize the performance of a windows application
Ways to optimize the performance of a windows application - Knowing when to use StringBuilder...
What is Code-Access security? - C#.NET
What is Code-Access security? - Code access security is a mechanism that helps limit the access to the code by protecting...
Post your comment