Why References are stored on heap and variables on stack?
What is an expression in c#?
What are get and set in c#?
In a single .NET DLL how many classes it contains?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Can you declare the override method static while the original method is non-static?
What is the root element of an xml file?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
what class is underneath the sortedlist class?
When should we use delegates in c#?
What are circular references?
How do you comment in c#?
Is dictionary a collection?