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 multiple catch blocks be executed?
No. Once the proper catch code fires off, the control is transferred to the finally block (if there is any), and then whatever follows the finally block.
Does C# support variable method arguments?
What is the "Thread.Sleep()" method in threading?

OR

How to pause a thread for a specified time period?
Does C# support multiple inheritance?
How to loop through a list of files in a directory?
What is GUID and why we need to use it and in what condition? How this is created?
What are Destructors?
In C#, for String class Equals means value equality or reference equality?
Does C# support jagged arrays?
What is BOXING and UNBOXING in C#?
What is the difference between the Debug class and Trace class?