What are the ways to deploy an assembly?

Answers were Sorted based on User's Feedback



What are the ways to deploy an assembly?..

Answer / daniel

An MSI installer, a CAB archive, and XCOPY command.

Is This Answer Correct ?    21 Yes 1 No

What are the ways to deploy an assembly?..

Answer / 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

More C Sharp Interview Questions

What are examples of desktop applications?

0 Answers  


How to update the gui from another thread in c#?

0 Answers  


Why do we use yield in c#?

0 Answers  


What is unrecognized escape sequence in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What are the fundamental differences between value types and reference types?

0 Answers  


Explain the different ways a method can be overloaded?

0 Answers  


Are private class-level variables inherited?

2 Answers  


Explain the difference between passing parameters by value and passing parameters by reference with an example?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


how to handle errors in sqlserver

1 Answers  


What are anonymous methods ? why these methods are used and in what condition these methods are useful ?

1 Answers  


Categories