what is dotnet architecture? can anyone explain that.
Answer / 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 |
Explain me why do we use msmq?
Why MVC programming model preferred?
What distributed process frameworks outside .NET do you know?
Difference between Debugging and tracing in .net
explain the states of a window service application?
What is the use of Treeview control?
what is managed data and managed code?
Which is the main Difference Between .Net 2003 and .Net 2005?
Explain what are an object and a class?
What is DTS and explain the purpose of it?
Explain how to rename a table using sql queries?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?