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
What is the benefit of .net core?
Please explain what is the difference between a class and an object?
What is the difference between task and thread in .net?
What is iis? Have you used it?
Which namespace is used to support multithearding in .NET?
How many design patterns can be created in .net?
What is the use of common language runtime?
Explain the difference between managed and unmanaged code?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Explain what rare the types of jit and what is econo-jit?
What is reflection in microsoft .net context?
What is namespaces in .net?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What tools is used to develop .NET applications?
Please tell us what is the difference between override and overload in a method?