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


Please Help Members By Posting Answers For Below Questions

What is singlecall activation mode used for in .net?

789


What is difference between static page and dynamic page?

771


Explain something about WebService?

907


Is there any attempt system for microsoft technology papers?

1529


What are the differences between com architecture and.net architecture?

770


How do you generate a strong name?

813


Explain the differences between server-side code and client-side code.

770


Tell us what is json data, and what is one way that .net developers can work with json?

756


Explain me what is a design pattern and what is it for?

755


Explain me what is .net web service?

765


What is the root class in .net?

863


Please explain is the jit an interpreter?

835


Tell us why do we use the “using” statement?

737


what user controls are and what server controls are and the differences between the two.

1803


Explain the process of compilation in .NET?

836