Showing posts with label Assembly. Show all posts
Showing posts with label Assembly. Show all posts
Monday, November 16, 2009
What are the ways to deploy an assembly?
An MSI installer, a CAB archive, and XCOPY command.
Labels:
Assembly
How is the DLL Hell problem solved in .NET?
Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.
Labels:
Assembly
Disclaimer:- All articles are not written by me.i copied some useful definition and tutorials from others site, copied site location is shown in all articles bottom as source.