Explain the .NET architecture.
Answer Posted / gaurav shenolikar
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 ? | 96 Yes | 15 No |
Post New Answer View All Answers
What is singlecall activation mode used for in .net?
What is difference between static page and dynamic page?
Explain something about WebService?
Is there any attempt system for microsoft technology papers?
What are the differences between com architecture and.net architecture?
How do you generate a strong name?
Explain the differences between server-side code and client-side code.
Tell us what is json data, and what is one way that .net developers can work with json?
Explain me what is a design pattern and what is it for?
Explain me what is .net web service?
What is the root class in .net?
Please explain is the jit an interpreter?
Tell us why do we use the “using” statement?
what user controls are and what server controls are and the differences between the two.
Explain the process of compilation in .NET?