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 is the difference between // comments, /* */ comments and /// comments?
Single-line comments, multi-line comments, and XML documentation comments.
Can you allow class to be inherited, but prevent the method from being over-ridden?
Does C# support multiple inheritance?
What is the difference between an .EXE and a .DLL?
In how many ways you can create new copies of an existing string in C#?
What is the difference between string and String?
Can you change the value of a variable while debugging a C# application?
Differentiate the Lifetime with Scope.
What namespaces are necessary to create a localized application?
Why strings are called Immutable data Type?
Does C# do array bounds checking?