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


Please Help Members By Posting Answers For Below Questions

Explain about .net?

786


Why do we use the “using” statement?

734


How to manage pagination in a page using .net?

746


Explain .NET architecture?

817


What is 'Common Type System' (CTS) in .NET?

849


How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

728


What is web.config in .net?

752


Explain different types of html, web and server controls.

736


What should you do to store an object in a viewstate?

745


Explain why do we use msmq?

709


What is the use of immutability?

813


What is meant by globalization and localization?

768


Explain what is immutability, what is it for and how is it codified?

708


Do you know what is .net standard?

790


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?

708