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 how to rename a table using sql queries?
What is manifest in .net?
Explain me what is a design pattern and what is it for?
What is boxing and un-boxing in .net?
Using activex control in .net?
Explain me difference between public and static modifiers?
What is the use of design pattern?
Please explain what is immutability, what is it for and how is it codified?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are the differences between an interface and an abstract class in .net?
How do you create threading in.net?
What is common type system (cts)?
Explain webfarm vs webgardens in .net?
Which Namespace is used to to achieve MultiThreading in .NET?
What is an assembly? What are the different types of assemblies?