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 Resource Files? How are they used in .Net?
Resource files are the files containing data that is logically deployed with an application. These files can contain data in a number of formats including strings, images and persisted objects. It has the main advantage of if we store data in these files then we do not need to compile these if the data get changed. In .Net we basically require them storing culture specific information by localizing applications resources. You can deploy your resources using satellite assemblies.
When do you use virtual keyword?
Can you change the value of a variable while debugging a C# application?
What is Multithreading in C#?
What is an Anonymous method in C#?
What does the keyword “virtual” declare for a method or property?
Can you prevent your class from being inherited by another class?
What is the difference between the System.Array.CopyTo() and System.Array.Clone()?
What is the "sizeof" operator?
Explain the 3 types of properties in C# (c-sharp)?
What is Process?