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 Interview Questions and Answers / FAQs
By default the member of the interface are public and abstract. true or false?
True
Which collection class uses the unique key for the collection?
HashTable
What is Process?
Anything under execution.
What is thread?
It is a process which executes independently.
Can interface have static member? Yes or No?
No.
FirstPreviousDisplaying page 2 of 25NextLast
What happens in memory when you Box and Unbox a value-type?
What is the difference between .dll extension and .exe extension?
What is type safety?
What is Multithreading in C#?
Does C# support multiple inheritance?
Does C# support variable method arguments?
What is the difference between an .EXE and a .DLL?
How many .Net languages can a single .Net DLL contain?
In C#, for String class Equals means value equality or reference equality?
Is it possible to have a static indexer in C#?