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
Explain about .net?
Why do we use the “using” statement?
How to manage pagination in a page using .net?
Explain .NET architecture?
What is 'Common Type System' (CTS) in .NET?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What is web.config in .net?
Explain different types of html, web and server controls.
What should you do to store an object in a viewstate?
Explain why do we use msmq?
What is the use of immutability?
What is meant by globalization and localization?
Explain what is immutability, what is it for and how is it codified?
Do you know what is .net standard?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?