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 class is underneath the SortedList class?
A sorted HashTable.
What does the keyword virtual mean in the method definition?
Is it possible to have a static indexer in C#?
What is Application domine in C#.Net?
What are Constructors?
What does the keyword “virtual” declare for a method or property?
What is the advantage of using System.Text.StringBuilder over System.String?
Can you change the value of a variable while debugging a C# application?
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?
Can I use inline assembly or IL in C# code?
Does C# support variable method arguments?