What's the difference between a static method and a non static method c#?
Why interface is required?
How long does it take to learn c# programming?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
How?s the DLL Hell problem solved in .NET?
How can we make a thread sleep for infinite period ?
What is Fragmentation and its Types?
What is razor view in c#?
What is difference between property and variable in c#?
What is a singleton unity?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
What is as keyword in c#?
Can constructor be protected?