4. Describe the process when we send a request URL? And who
is responsible for that?
No Answer is Posted For this Question
Be the First to Post Answer
Which is faster abstract class or interface in c#?
Why data types are important?
Why do we need static class in c#?
What is difference between dictionary and hashtable?
how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;
example of uniary operators and binary operators
Is hashset serializable c#?
Define assert() method? How does it work?
What is the difference between Static, Const and read only?
What is the .net datatype that allows the retrieval of data by a unique key?
can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?
4 Answers Mphasis, Ness Technologies,
Where are all .NET Collection classes located ?