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
What’s the data provider name to connect to Access database?
Microsoft.Access.
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 does the keyword “virtual” declare for a method or property?
What are the Member variables (C#) ?
What anonymous methods in C# 2.0?
Can interface have static member? Yes or No?
Are constructors inherited in C#?
What are the Keywords in C#?
How can you overload a method?
What is metadata?
What is Strong Data Typing?