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
Write the .net syntax for 'while loop'?
Conceptually, what is the difference between early-binding and late-binding?
How do you instantiate a complex number?
Explain me what is an anonymous method and how is it different from a lambda expression?
Tell us what is json data, and what is one way that .net developers can work with json?
Explain me what is .net web service?
How to view a .NET assembly?
Differences between dll and exe?
Do you know what are three common acronyms used in .net, and what do they stand for?
Explain is the jit an interpreter?
What is .net and why it is used?
What is value type and refernce type in .net?
What is your observations between vb.net and vc#.net?
What is the root class in .net?
Which dll translate xml to sql in internet information server (iis)?