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 |
How do I use the thread pool?
How will you load dynamic assembly? How will create assemblies at run time?
0 Answers InfoAxon Technologies,
What is the difference between an abstract class and an interface?
What is use of ContextUtil class?
what is assembly?
Describe ways of cleaning up objects.
State the differences between the dispose() and finalize().
Class for getting the info that is on clipboard of our system in a windows App?
Interop Services?
What is a strong name in .net?
What is the difference between reference type and value type?
What is the raise event used for?