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's the use of system.diagnostics.process class in .net?
What is the difference between reference type and value type?
How to create multiple inheritance in c#, with example?
What is .net3.0 and .net3.5?
Explain the .net framework overview?
What is finalize method in .net?
What is the purpose of enumerable class in .net?
Difference between machine.config and web.config?
Explain code access security.
Is atl redundant in the .net world?
Is .net core free?
What is "common language runtime" (clr) in .net?
Explain me what is encapsulation?
What are the deferred execution and the immediate execution in linq?
Explain what are an object and a class?