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


Please Help Members By Posting Answers For Below Questions

Explain webfarm vs webgardens in .net?

589


What is .net3.5?

602


What are the similarities and difference between class and structure in .net?

533


Why is .net used?

557


What's singleton activation mode in .net?

614






What are the security policy levels in .Net

1573


What is meant by globalization and localization?

584


Is .net an object oriented language? What are their components?

529


Please explain is the jit an interpreter?

586


What is the root class in .net?

661


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

712


What is reflection in microsoft .net context?

575


What is singleton activation mode in .net?

688


What is managed code execution?

607


How can you assign an rgb color to a system.drawing.color object?

554