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 "Threading"?
Will the finally block get executed if an exception has not occurred?
What namespaces are necessary to create a localized application?
Can you override private virtual methods?
How do I get application full path & .exe?
What is the difference between System.String and System.StringBuilder classes?
What is the static class?
What is the Interface (C#)?
How call a virtual method from a constructor or destructor?
What is the size (in bytes) of C#.Net object?