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
Which is faster abstract class or interface in c#?
Why do we use ienumerable in c#?
What is mvc firstordefault?
Explain the difference between object type and dynamic type variables in c#?
Explain the different ways a method can be overloaded?
Is array thread safe c#?
What are anonymous functions in c#?
What is lastindexof c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Explain the difference between boxing and unboxing.
How do I format in c#?
What does ienumerable mean?
What is the purpose of the integer parse method the decimal parse method?
What are constants in c#?
Explain types of comment in c# with examples