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 do you instantiate a complex number?

596


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

597


What are the different types of memory in .net?

605


Why SOAP is required?

672


which method do you use to redirect the user to another page without performing a round trip to the client? How?

485






What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

516


Should I implement finalize on my class? Should I implement idisposable?

550


Explain the different parts of an assembly?

587


How to spawn a thread?

579


Do you know what's the difference between .net and laravel?

560


Explain what is a manifest in .net?

572


What is iis? Have you used it?

568


Explain the purpose of Remoting in .NET?

642


What is gac in .net?

591


Where does the gac exist ?

580