what is dotnet architecture? can anyone explain that.
Answer Posted / vijay
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the different types of proxy patterns?
What are data types in .NET?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Does .net supports destructors concept?
Explain assemblies in .net?
What is garbage collection and how it works ?
Difference between value type & reference types ?
What is alias ? Is it used in .Net ?
What is loosely coupled solution in.net?
What should you do to store an object in a viewstate?
Why is .net used?
Explain how to spawn a thread?
What are the advantages of .net?
What are the improvements made in cas in .net 4.0?
Which Namespace is used to to achieve MultiThreading in .NET?