Explain the .NET architecture.
Answer Posted / pramod rai
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 ? | 9 Yes | 6 No |
Post New Answer View All Answers
What are the new thee features of com+ services, which are not there in com (mts)?
Can I write my own .net host?
Explain the process of serialization in .NET?
What's the .net collection class that allows an element to be accessed using a unique key?
Explain the difference between constants and read-only variables?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Define marshling?
Explain .NET architecture?
Name the classes that are introduced in the system.numerics namespace.
What are the authentication methods in .net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What is strong-typing versus weak-typing? Which is preferred?
Explain what is an anonymous method and how is it different from a lambda expression?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Explain what are an object and a class?