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
What is data type and how many types of data types are in .NET ?
Explain the difference between constants and read-only variables?
What is the purpose of enumerable class in .net?
What is loosely coupled solution in.net?
What are the differences between com architecture and.net architecture?
What are pdbs?
What is a garbage collector?
Explain what is reflection in microsoft .net context?
Explain how viewstate is being formed and how it's stored on client in .net?
Can I write il programs directly?
State the differences between the dispose() and finalize().
Is .net core stable?
What is the transport protocol you use to call a seb service soap?
What is func in .net 3.5?
How do you view the methods and members of a dll?