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
The project which you have made, which methodology did you use?
What is garbage collection in .net? Explain the garbage collection process?
What is finalize method in .net?
What is "common language specification" (cls) in .net?
What is the difference between function and stored procedure?
How will you make .NET programs work in Linux ?
Explain why do we use msmq?
What is iis? Have you used it?
How is a managed code executed?
What are .net applications?
What are the new 2.0 features useful for?
What is alias ? Is it used in .Net ?
How to spawn a thread?
Explain me what is .net web service?
What is managed code execution?