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 / raj

CLR is .NET runtime execution environment. It manages code
verification, code-based security, code execution, memory
management through Garbage Collector. All the code that
runs under the control of CLR is termed as managed code.
Source code is first compiled to MSIL (microsoft
intermediate language) by JIT. Portion of the code is
executed as it is called by JIT compiler. Not all the code
gets executed for the first time. IL code is then converted
to native machine code.

CLS works with CTS to support language interoperability
that target .net. CTS defines predefined datatypes. CLS is
set of standards that all languages target .net must
support. all code must be CLS-compliant code to be able to
interoperable.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What websites use asp.net?

1026


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

1067


What is Partial PostBack in ASP.NET?

1045


What is s2s tracking?

983


What is the difference between mechine.config and web.config?

1227


Why is the standalone environment only useful during the development process?

1831


Can we have a web application running without web.config file?

992


What is the difference between a default skin and a named skin?

1087


How may clustered index we can create in table?

1011


How do we ensure view state has not tampered?

1021


What is difference between inproc and outproc?

1139


What is Model-View-View Model?

1018


Where do we store our connection string in asp.net application?

1023


Why would a company use an application service provider?

921


What is the difference between c# and .net?

1044