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
What is machine.config in .net?
Please explain what is reflection and what is it for?
Is there built-in support for tracing?
How do you create threading in.net?
Why SOAP is required?
Explain how do assemblies find each other?
How viewstate is being formed and how it's stored on client in .net?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
what is machine key error in .NET how can we solve it?
explain the states of a window service application?
Please explain what is the difference between constants and read-only variables?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is common type system (cts)?
What does jit do?
Explain what is a manifest in .net?