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 are clr?cts?cls?

Answer Posted / gangadhar

All .NET applications are compiled into Intermediate
Language code (MSIL). When executed on the CLR, MSIL is
converted into native machine code specific to the
operating platform. This process is done by a Just In Time
(JIT) compiler. The code executed by the CLR is called as
Managed Code. This code is type safe and thoroughly checked
by the CLR before being deployed. The .NET runtime also
provides a facility to incorporate existing COM components
and DLL's into a .NET application. Code that is not
controlled by the CLR is called Unmanaged Code.

The .NET Framework is further comprised of Common Type
System (CTS) and Common Language Specification (CLS). The
CTS defines the common data types used by .NET programming
languages. The CTS tells you how to represent characters
and numbers in a program. The CLS represents the guidelines
defined by for the .NET Framework. These specifications are
normally used by the compiler developers and are available
for all languages, which target the .NET Framework.

Is This Answer Correct ?    20 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain code with datachaching with example

2213


What is a query string in a url?

1037


What are app services?

999


How to use push notification?

1097


Give an example of what might be best suited to place in the application_start and session_start subroutines?

1018


What is virtual directory in asp.net?

1096


How does u call and execute a sp in .net?

1040


How long should a session id be?

1090


What is viewstate? In which event of the page life cycle, is the viewstate available?

1063


What is the concepts of globalization and localization in .net?

1005


How does u get record no from 5 to 15 from a dataset of 100 records?

1015


Explain security types in asp.net?

1156


What is the question mark in a url?

1016


Can I read the hard disk serial # of the client computer using asp.net?

1172


Explain the use of resource manager class in .net.

1029