What are the deployment features of the .NET Framework? - DOT.NET

What are the deployment features of the .NET Framework?

The following features make the deployment of the application of the .NET framework easier:

- Isolation of applications and elimination of DLL conflicts
- Components of the deployed application are private by default.
- The features also include controlled sharing of the code.
- Side-by-side versioning feature is used when one has to choose between multiple versions.
- XCOPY deployment and replication feature provides self-descriptive applications which can be deployed without the registry entries or dependencies.
- On-the-fly updates feature provisions for the updating of the DLLs of the remote computers.
- The features like advertising, publishing, repairing, and install-on-demand are also available during deployment of an application.
- Enterprise deployment provides ease of software distribution.
- Partially trusted code feature is used by code based identification.
What are Merge module projects? - DOT.NET
Merge module projects are used for the packaging of files or components that are shared between multiple applications.......
Explain what a permissiong is. - DOT.NET
Permissioning is tha ability the CLR possesses to allow or deny a certain program to access a resource.....
Define XSLT - DOT.NET
XSLT language is used for transforming XML documents into XHTML documents...
Post your comment