Software developer Commoninterview questions for technical round
Software developer Commoninterview questions for technical round
NET Framework
-----------------------------------------------------------------------------------
--------------------------------------------------------------------
a. What is the difference between `abstract` class and `interface` in C? When would
you use one over the other?
b. Explain how garbage collection works in .NET. What are the different generations
in the GC?
c. What are extension methods in C? Can you give a practical use case?
d. What is the role of `async` and `await` in C? How do they work under the hood?
-----------------------------------------------------------------------------------
--------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------------------------------------------------------