what is dotnet architecture? can anyone explain that.



what is dotnet architecture? can anyone explain that...

Answer / vijay

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 ?    5 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are .net functions?

0 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

0 Answers  


What is heap and what is stack?

0 Answers  


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  


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

0 Answers  






Explain me what is the .net framework and how does it work?

0 Answers  


Tell us why do we use the “using” statement?

0 Answers  


What is iis? Have you used it?

0 Answers  


How to instantiate a delegate?

0 Answers  


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

0 Answers  


Name the classes that are introduced in the system.numerics namespace.

0 Answers  


Where does the gac exist ?

0 Answers  


Categories