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 are JIT compilers? How many are available in CLR?
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. There are two types of JITs one is memory optimized & other is performance optimized.
How do you inherit from a class in C#?
What does the keyword virtual mean in the method definition?
Can you override private virtual methods?
How can you overload a method?
What is the difference between const and static readonly?
What is the datatype that allows the retrieval of data by a unique key?
Can interface have static member? Yes or No?
What is Delegate in C# ?
What class is underneath the SortedList class?
What is the difference between an .EXE and a .DLL?