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


Please Help Members By Posting Answers For Below Questions

What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

713


Explain what relationship is between a process, application domain, and application?

835


What relationship is between a process, application domain, and application?

772


What is delegation in .net?

816


How to customize the trace output?

753


What tools is used to develop .NET applications?

815


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1677


How to load the contents of an xml file into an xmldocument object?

806


What are the new features in .net core?

772


How do you trigger the paint event in system.drawing?

759


What is loosely coupled solution in.net?

763


How many types of design patterns available in .NET?

776


What is the advantage of .net core?

747


What is a .net class?

829


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

745