Can a method return multiple values in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of console readkey in c#?
What are modifiers in c#?
why delegate is type safe?
Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is ado c#?
What is sorting in c#?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?
What is hashmap in c#?
What is difference between constants and readonly in c#?
1)what is timestamp in C# (anilringole@gmail.com)