Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How is a managed code executed?

1503


What is meant by globalization?

1098


Explain the difference between managed and unmanaged code?

970


What is a .net class?

1262


Please explain what inheritance is, and why it's important?

1032


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

1063


What is the difference between constants and read-only variables?

1168


Why did they call it .net?

1079


what is the default security setting in .net?

1035


What is dot net and its uses?

1067


What are data types in .NET?

1211


Explain attributes in dot net?

1109


How to get the number after decimal point in .net?

1059


Name the classes that are introduced in the system.numerics namespace.

1104


Difference between class and interface in .net?

1122