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 Interface (C#)?
Reference type containing only abstract members—delegates, events, indexers, public methods, properties. The interface contains only member declarations. A class implementing an interface must provide the implementation of the interface members. An interface cannot contain constants, constructors, data fields, destructors, or static members. Interface member declarations are implicitly public. Classes or structs may inherit any number of interfaces.

A C# interface is declared with the interface keyword

What is the difference between const and static readonly?
What is Application domine in C#.Net?
What is the datatype that allows the retrieval of data by a unique key?
What are JIT compilers? How many are available in CLR?
What is Multithreading in C#?
Can you prevent your class from being inherited by another class?
What is the "Threading"?
Can I use DirectX in C#?
What are Identifiers?
How do you convert a value-type to a reference-type?