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 what is the difference between constants and read-only variables?
What is the best way to crack the certification?
What's the .net collection class that allows an element to be accessed using a unique key?
Can any object be stored in a viewstate in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the advantages of .net core?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Who is using .net core?
Do you know what is .net standard?
Please explain the difference between constants and read-only variables?
What is smart navigation in .net?
Why do we use msmq?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What does cil do?