Explain about major components of the .NET framework.
Answer Posted / izetamtechnologies
• 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 |
Post New Answer View All Answers
What is reflection and what is it for?
Explain me what is encapsulation?
Explain the procedure to add assemly to gac to make it shared one?
What is heap and what is stack?
Which Namespace is used to to achieve MultiThreading in .NET?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Is .net capable of supporting multi-thread?
What is managed code in .NET?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
How is threading done in .net?
What is equivalent for regsvr32 exe in .net ?
Explain me what is .net web service?
Explain what is a manifest in .net?
Do you know what is .net standard?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?