Why attributes are used in c#?
How do I do implement a assert?
How many types of inheritance are there in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Define thread? Explain about multithreading?
What is before string in c#?
How is lazy loading achieved?
What are the two uses of a ‘using’ statement in c#?
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.
How does dictionary work in c#?
Why do we use overloading in c#?
What is enum in c#?
When a new instance of a type is created, what is the type of method implicitly called?