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 the Keywords in C#?
Keywords are special words built into the C# language and are reserved for specific use. This means you cannot use them for naming your classes, methods and variables. For instance, if you attempt to use a C# keyword (if) as your class name, the C# compiler will emit runtime error.
Can you declare the override method static while the original method is non-static?
Is it possible to have a static indexer in C#?
How do assemblies find each other?
In C#, for String class Equals means value equality or reference equality?
Explain the 3 types of properties in C# (c-sharp)?
What is the datatype that allows the retrieval of data by a unique key?
What is Namespace?
Can I use inline assembly or IL in C# code?
Can multiple catch blocks be executed for a single try statement?
How do I launch Internet Explorer in C#?