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...


what is dotnet architecture? can anyone explain that.



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

Post New Answer

More Dot Net General Interview Questions

What are the new 2.0 features useful for?

0 Answers  


Give An example of a ctype and directcast.

2 Answers   Wipro,


Explain the features that are common to all .Net languages.

0 Answers   Accenture,


What are the advantages of .net?

0 Answers  


What is stored procedure ? how we use it in .NET ?

0 Answers   MCN Solutions,


What is a garbage collector?

0 Answers  


How different are interface and abstract class in .Net?

2 Answers  


Explain garbage collection?

0 Answers  


Explain the difference between public and static modifiers?

0 Answers  


Explain asp.net?

0 Answers  


What does the "EnableViewState" property do?

1 Answers  


What is "microsoft intermediate language" (msil)?

0 Answers  


Categories