State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class have multiple constructors c#?
What is the purpose of abstract class in c#?
What are constructors in c#?
What is console used for?
What is disconnected data architecture in c#?
What is a HashCode?
What are iterators?
Why can?t you specify the accessibility modifier for methods inside the interface?
3 Answers Mind Tree, Siebel Systems,
what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
Classes and structs can be declared as static, is this statement true or false?
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
What is a thread? What is multithreading?