What are the ways to deploy an assembly?
Answer Posted / ranjanatyagi
An assembly can be deploy using to ways .One of the easiet
way is XCOPy command.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is a base class in C#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How big is a 64 bit integer?
What are the 2 broad classifications of data types available in c#?
What is the purpose of a namespace?
Can an interface extend a class c#?
What is typeof c#?
How do I create a delegate/multicastdelegate?
what is the meaning of Object lifetime in OOPS
Is dictionary a collection?
What is the default value of string in c#?
Can you inherit multiple classes in c#?
Is post back in c#?
Can a private virtual method can be overridden?
What are the types of attributes in c#?