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
How is .net able to support multiple languages?
Do you know what is linq?
What is value type and refernce type in .net?
How you apply a theme in whole application in .Net?
What is class library in .net
I'm having some trouble with cas. How can I troubleshoot the problem?
Do you know what is .net standard?
What is .net3.5?
When displaying fonts, what is the difference between pixels, points and ems?
How can I find out what the garbage collector is doing?
What are situations when you register .NET assembly in GAC ?
What is Event - Delegate? clear syntax for writing a event delegate
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
How can you turn-on and turn-off cas?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?