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 shared and repeatable inheritance?

544


How com+ related to the dna architecture?

581


What is operator overloading in .net?

617


How many types of design patterns available in .NET?

597


Tell us what is a sealed class?

542






How to instantiate a delegate?

1637


Explain about Behavioral design pattern?

628


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

559


What is 3 tier architecture?

565


Is .net 4.8 backwards compatible?

534


What are the new features of Framework 1.1 ?

3790


Do I have any control over the garbage collection algorithm?

540


What are the namespace available in .net?

582


How anonymous method is different from a lambda expression?

519


How to load the contents of an xml file into an xmldocument object?

590