Explain the .NET architecture.
Answer Posted / preeti
.NET Architecture is based on CLR(common language run time).
Following is layered architecture of .NET
Layer 1---> .net Languages(Like c#,vb.net,j#)
Layer 2---> Common Language Specification(CLS)
layer 3---> Window forms and web applications
Layer 4--->Database Connection(XML,ADO.NET)
Layer 5--->Commomn Language Runtime(CLR)
Layer 6---> Operating System.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to spawn a thread?
Which Namespace is used to to achieve MultiThreading in .NET?
How do we access crystal reports in .net?
Please explain what is the difference between encrypting a password and applying a hashing?
What should you do to store an object in a viewstate?
What is Complex Class in .NET?
What is STA in .NET?
Explain how to load the contents of an xml file into an xmldocument object?
What is deferred execution vs. Immediate execution in linq?
Can you explain what do you understand about web service?
What is jit compilers?
What is lambda expressions in c#?
What are the properties of ADO.NET?
Explain me what are the deferred execution and the immediate execution in linq?
Explain what is the difference between a class and an object?