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
Describe the difference between inline and code behind which is best in a loosely coupled solution?
How can I get at the win32 api from a .net program?
Can any object be stored in a viewstate in .net?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are the different types of memory in .net?
What is the difference between response.write & response.output.write?
Explain something about WebService?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain the difference between asp.net and asp?
What is file extension of Webservices in .Net?
What is new in .net core?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What operating systems does the .net framework run on?
How to produce an assembly?