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
Explain asp.net?
Explain about the features and elements present in Visual studio.NET IDE?
What is the difference between odbc and ado?
What is meant by globalization and localization?
What are the differences between user control and server control?
What is common type system (cts)?
What are the deferred execution and the immediate execution in linq?
Explain what are an object and a class?
What is the use of design pattern?
What should you do to store an object in a viewstate?
What is an exe and a dll?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Explain what is the difference between encrypting a password and applying a hashing?
Using activex control in .net?
What are .net functions?