Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 C-Sharp (C#) Interview Questions and Answers
Can you inherit multiple interfaces?
Yes.
What is the static constructor in C#?
Why should we use Anonymous method?
Is it possible to have a static indexer in C#?
What is the advantage of using System.Text.StringBuilder over System.String?
How do I get application full path & .exe?
Why doesn't C# support static method variables?
OR
In C++, it's possible to write a static method variable, and have a variable that can only be accessed from inside the method. C# doesn't provide this feature. Why?
By default the member of the interface are public and abstract. true or false?
Why strings are called Immutable data Type?
When do you absolutely have to declare a class as abstract?
What is the static class?