Explain the .NET architecture.
Answer Posted / pramod rai
Architecture of .Net is based on CLR. CLR is the Common
Language Runtime which runs as virtual machine on Operating
System. CLR manages execution of code right from memory
allocation to Garbage collection. CLR consists of CLS and
CTS. Every program that is written in .NET runs on CLR. We
can write code on different languages which should be
compliant with CLS. Languages like C#.net,VB.net,J#.net are
supported by CLR. All code written in such language is
knwon as Managed Code. With the help of such language,
different types application like, Console Based, Web based
and windows based can be written. Also it can uses ADO.NET
for backend connectivity.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Explain can 2 different applications use the same dll in gac at the same time?
What is .net3.0 and .net3.5?
How to customize the trace output?
Tell us what is the difference between struct and class?
What is the difference between constants and read-only variables?
What is multiThreading in .NET?
Explain clr, cts and cls?
Explain the different types of proxy patterns?
Do you know what is .net standard?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is .net3.5?
What is .net code security?
Types of evidence in .net with context to CAS
Tell us what is a variable of implicit type and what is its scope?
How does linq work?