how to deplaoy a project in the system?
Answer / venkat2050
your question is not understanable you want known in dot
net then this the way
1. start
2.visual studio 2005/2008
click then
3. click on the language choice
c#/ vb.net
then click on either console or use according to your
choices...
Is This Answer Correct ? | 0 Yes | 1 No |
Differentiate between static class and singleton instance?
What is Event - Delegate?
Difference between imperative and interrogative code?
If I want to override a method 1 of class A and in class b then how do you declare ?
What is delegation in oops?
Do void methods have parameters?
Write an expression which satisfies the following statements: (i) Creates an object of type q (ii) If m is null, returns n, otherwise returns m (iii) If x and y are string types, it concatenates x and y
Can you have parameters for static constructors?
What are the access allowed for compilation units(namespace),class and structs and what are its default access?
Explain the three test cases in unit testing?
How do I enforce const correctness in c#?
How do you pass reference parameters in c#?