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 the purpose of enumerable class in .net?
What is Finalizer in .NET define Dispose and Finalize ?
What is lazy initialization?
Describe the use of following com+ services jit activation, queued components, object pooling.?
How viewstate is being formed and how it is stored on client in .net?
What is the use of design pattern?
What are Attributes in .NET?
Explain what is the difference between response.redirect & server.transfer?
Is .net 4.8 backwards compatible?
What is the use of Treeview control?
What is il in vb.net?
What is "common language runtime" (clr) in .net?
Tell us what is the difference between struct and class?
What is alias ? Is it used in .Net ?
What is lambda expressions in c#?