Uses of CLR ?
Answers were Sorted based on User's Feedback
Answer / shirishakyatoor
CLR common Language Runtime : It is a runtime excution
engine for all the applications developed using .Net
Framework.
Some of the Uses Of it are :
Automatic memory management,garbage collection,code
execution,type safety, versioning , and some other system
services...
Is This Answer Correct ? | 32 Yes | 2 No |
Answer / suresh mediboyina
CLR is Excutive environment of .NET Applications.
.Net source code converted into MSIL code and then CLR
converts machine understanable code by using JIT compliers.
CLR takes care about of Code Access Security,Gerbage
Collector,Converting compile code to mechine understable
code,versioning and etc
Is This Answer Correct ? | 13 Yes | 3 No |
How to create a permanent cookie?
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How to Deploy a project?
In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.
Urgent requirement of .NET in CMMI Level3 COmpany Pune
In which scenario we use Session and Cookies? With Example..
What is the significance of attaching a profile while creating a user?
What is ispostback property?
What is skin in asp.net?
What is the difference between dynamic SGA and static SGA?
how can i insert array values and retreive in asp.net