Explain about major components of the .NET framework.
• Common Language Runtime(CLR)
• Framework Class Library(FCL)
• Base Class Library(BCL)
o User-defined class library
o Predefined class library
• Common Type System(CTS)
• Common Language Specification (CLS)
| Is This Answer Correct ? | 0 Yes | 0 No |
State the differences between the dispose() and finalize().
Explain boxing and unboxing in .net.
How can you instantiate a tuple?
How to implement DataGrid in .NET?
How to view a .NET assembly?
Describe the programming model of a windows service
How different are interface and abstract class in .Net?
Explain acid properties?
Please explain what inheritance is, and why it's important?
What is difference between .net and .net core?
What is a design pattern and what is it for?
How would ASP and ASP.NET apps run at the same time on the same server?