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
When do you absolutely have to declare a class as abstract?
1. When the class itseft is inherited from an abstract class, but not all base abstract methods have been overridden.
2. When at least one of the methods in the class is abstract.
What is the differences between Value Types and Reference Types:
Are C# constructors inherited
What is maximum dimension technically posible in C#?
Can interface have static member? Yes or No?
What is the "as" operator?
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?
What is the static class?
How do I do a case-insensitive string comparison?
What is an Anonymous method in C#?
What are the Member variables (C#) ?