What do you mean by object pooling?
Explain how obfuscator works in .net
Difference between multi-level and multiple inheritance?
What is datetime parse in c#?
Explain Constructor and destructor?
Perfect Example Of While And Do-While Loop In C#.Net ?
main concept of c sharp
What are the desktop applications?
When should we use sealed class in c#?
What is escape character in c#?
What is default access modifier for class 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
Why do we use stringbuilder in c#?