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

Write the .net syntax for 'while loop'?

811


Conceptually, what is the difference between early-binding and late-binding?

829


How do you instantiate a complex number?

824


Explain me what is an anonymous method and how is it different from a lambda expression?

757


Tell us what is json data, and what is one way that .net developers can work with json?

775


Explain me what is .net web service?

788


How to view a .NET assembly?

820


Differences between dll and exe?

859


Do you know what are three common acronyms used in .net, and what do they stand for?

786


Explain is the jit an interpreter?

804


What is .net and why it is used?

744


What is value type and refernce type in .net?

841


What is your observations between vb.net and vc#.net?

818


What is the root class in .net?

884


Which dll translate xml to sql in internet information server (iis)?

816