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 how to spawn a thread?
Do I have any control over the garbage collection algorithm?
What is the difference between vb.net and vc#.net?
Explain how to redirect tracing to a file?
What is singleton activation mode in .net?
Using activex control in .net?
What is boxing and un-boxing in .net?
Is atl redundant in the .net world?
Explain asp.net?
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.
Explain cas (code access security)?
What versions of .net are there?
What are Attributes in .NET?
why you wouldn't want to write into it even if you could
Explain how to rename a table using sql queries?