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

How to spawn a thread?

806


Tell me what is a “jagged array”?

835


How many types of transactions are there in com + .net ?

805


Explain about Behavioral design pattern?

866


What are the important components of .net?

792


What is RCW (Run time Callable Wrappers)?

2172


What is UDDI and how to register the web service in it?

834


Explain the difference between constants and read-only variables?

787


What is the difference between response.redirect & server.transfer?

803


Write the .net syntax for 'for loop'?

777


What is the difference between imperative and interrogative code?

1826


What method do you use to explicitly kill a users session? How?

766


What does msil do?

791


Explain about .NET services?

846


How boxing and unboxing occures in memory?

848