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 are the namespace available in .net?

802


Explain the difference between asp.net & vb.net and explain architecture?

731


What do you mean by Code Access Security in .NET?

813


How big is the datatype int in .net?

740


What is jit compilers?

733






What are the main components in .net?

734


Tell us what is the difference between struct and class?

703


How does linq work?

764


Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

735


What are the advantages of .net core?

700


What are the features of dot net?

741


What's the use of system.diagnostics.process class in .net?

775


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

768


Explain cas (code access security)?

763


Explain how com+ related to the dna architecture?

735