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

Describe the two main components of the .NET framework ?

Answer Posted / skumar

The .Net framework has two main parts. They are Base class
library and Common Language Run time.
The Base class library gives the classes that are needed for
execute the .net applications.
The CLR is heart of the .Net framework. Which does many
processing in behind scene. Which has lot of internal parts
like Memory Management(Garbage Collection), code
compilation, verification, execution, thread management, JIT
(Just In Time) Compiler, exception handling and debugging.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between overriding and overloading?

1355


How does a content page differ from a master page?

1102


Differentiate strong typing and weak typing

1005


Describe the differences between the lifecycles of Windows services and Standard EXE?

1274


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

964


How many web.config files can I have in an application?

1027


How can we create Tree control in asp.net?

1085


Explain managed code an un-managed code.

1084


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

3101


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

1114


In Code-Behind class which kind of code (server or client) is found ?

1100


What are the security types in asp.net?

1112


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

2277


What is a viewstate?

1054


What is advantage of code behind coding in ASP.NET?

1080