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

How to register exception filter globally?

1064


What are html helpers in asp.net?

1136


What is data binding in asp net?

1139


How do you implement postback with a text box?

1038


Explain some of the major built-in objects in asp.net

1079


Explain why datareader is useful?

1045


What is use of <% %> in asp.net?

1056


Explain diff. Between friend and protected friend?

987


Distinguish between Server-side and Client-side code with its functionality?

1184


How are sessions stored?

1042


What is recordset asp?

1029


What is a web api? Which protocol is used in a web api?

1125


What is difference between session and cookies?

1058


How would you create a permanent cookie?

1087


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

1094