Explain the .NET architecture.
Answer Posted / pramod rai
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 ? | 9 Yes | 6 No |
Post New Answer View All Answers
How is a managed code executed?
What is meant by globalization?
Explain the difference between managed and unmanaged code?
What is a .net class?
Please explain what inheritance is, and why it's important?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What is the difference between constants and read-only variables?
Why did they call it .net?
what is the default security setting in .net?
What is dot net and its uses?
What are data types in .NET?
Explain attributes in dot net?
How to get the number after decimal point in .net?
Name the classes that are introduced in the system.numerics namespace.
Difference between class and interface in .net?