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 does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
When a Static Constructor called in .NET?
What is a web service in .net?
What is a .net class?
What is machine.config in .net?
Is there built-in support for tracing?
How do we access crystal reports in .net?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
Difference between value type & reference types ?
How does linq work?
Explain what rare the types of jit and what is econo-jit?
What is RCW (Run time Callable Wrappers)?
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?
Explain what is the difference between web application and enterprise application?
What's singleton activation mode in .net?