Sponsored Links

Interview Questions



INTERVIEW QUESTIONS MICROSOFT ASP.NET 2.0 DETAILS

Question: What is CLR?

Answer: First of all, VB.NET provides managed code execution that runs under the Common Language Runtime (CLR), resulting in robust, stable and secure applications. All features of the .NET framework are readily available in VB.NET.


The CLR takes care of garbage collection i.e. the CLR releases resources as soon as an object is no more in use. This relieves the developer from thinking of ways to manage memory. CLR does this for them.


Category ASP.NET 2.0 Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.2) By 9059 users
Added on 7/28/2011
Views 70635
Rate it!

Question: What is CLR?

Answer:

First of all, VB.NET provides managed code execution that runs under the Common Language Runtime (CLR), resulting in robust, stable and secure applications. All features of the .NET framework are readily available in VB.NET.


The CLR takes care of garbage collection i.e. the CLR releases resources as soon as an object is no more in use. This relieves the developer from thinking of ways to manage memory. CLR does this for them.


Source: CoolInterview.com


CLR is an execuation engine for executing the applications which are developed uing the dotnet. Source: CoolInterview.com

Answered by: Bajeed | Date: 1/14/2008 | Contact Bajeed Contact Bajeed

other features which are provided by the CLR are;

1. Code Verification
2. Code Access Security
3. Garbage Collection
4. Profiling and Debugging
5. Thread Management
6. Complete Code Execution providing Type Safety.
7. MSIL Code Source: CoolInterview.com

Answered by: Madhusudhanreddy | Date: 7/23/2009 | Contact Madhusudhanreddy Contact Madhusudhanreddy

garbage collection ... Source: CoolInterview.com

Answered by: hardikpatel | Date: 9/29/2009 | Contact hardikpatel Contact hardikpatel

The Common Language Runtime (CLR) is a core component of .Net which defines an execution environment for program code. CLR code is expressed in a form of bytecode called the Common Intermediate Language(CIL or MSIL). using the CLR write code in a language such as C# or VB.NET. At compile time, a .NET compiler converts such code into CIL code. At runtime, the CLR's just-in-time compiler converts the CIL code into code native to the operating system. It provides important services like Memory management, Thread management, Exception handling,
Garbage collection, Security. Source: CoolInterview.com

Answered by: Sundarchum | Date: 11/14/2009 | Contact Sundarchum Contact Sundarchum

CLR takes care of the execution of code written in any .NET compatible language. It provides other functionality like Garbage Collection for memory management. Source: CoolInterview.com

Answered by: Tutul Biswas | Date: 1/27/2010 | Contact Tutul Biswas Contact Tutul Biswas

CLR It manage the Execution code of Program Source: CoolInterview.com

Answered by: Gagan Thakral | Date: 3/18/2010 | Contact Gagan Thakral Contact Gagan Thakral

CLR means Common language run time.
CLR Make Execution in 3 Steps:
1.intialization:which creates object for a class.
2.Processing:Which Compiles and Executes MSIL Code.
3.Rendering:Server side Scripting code to be convert into Browser understandable code like html,dhtml,javascript,xml... Source: CoolInterview.com

Answered by: veerreddy | Date: 4/8/2010 | Contact veerreddy Contact veerreddy

CLR is common language runtime and it forms the heart of the .NET framework. All lanuagues have runtime and its responsibility of the runtime to take care of the code execution of the program. For example Java has JVM. Similarly .NET has CLR.

Responsiblities : Garbage collection, CAS, Code Verification & IL. Source: CoolInterview.com

Answered by: vedarethina sozhan | Date: 6/9/2010 | Contact vedarethina sozhan Contact vedarethina sozhan

The Common Language Runtime[CLR] Is a heart of a .Net,
Because firstly .Net applications Compiled in MSIL[microsoft intermidiate language]and after this CLR convert the compiling MSIL Data into Machine Code. Source: CoolInterview.com

Answered by: Nilesh Suroshi | Date: 6/30/2010 | Contact Nilesh Suroshi Contact Nilesh Suroshi

with the help of CLR any language use any class from dotnet class library.
CLR manages execution of the dotnet application.
CLR offers capabilities such as memory management,security,robust,errorhandling.
all the codes in the dotnet are managed by CLR and also called managed code which contains classes,methods, variables. Source: CoolInterview.com

Answered by: A.Nataraj | Date: 6/30/2010 | Contact A.Nataraj Contact A.Nataraj

CLR stands for common language runtime.clr is the componant of .net frmework.and we can say it is the heart of .net framework.
and its provides runtime environment to execute piece of code.

CLR also have some componant...
1.memory management
2. Security
3. thread management
4.garbage collection
5.
classloading Source: CoolInterview.com

Answered by: sachin kumar | Date: 6/30/2010 | Contact sachin kumar Contact sachin kumar

If you want to do anything in .net then you must know about CLR. Because CLR is responsible for developing everything in .net.
CLR stands for Common Language Runtime, basically provides runtime environment for Application. It is the heart of .net. Without CLR one can do nothing with .net Framework.

Features of CLR-
1- provide runtime environment for application.
2- load multiple Application domains at one place(framework).
3- Memory mngt.
4- Process & thread mngt.
5- Cross language integrity.
6- Exception handling.
CLR converts MSIL code generated by language compiler into Native code(Machine Code) with the help of JIT compiler. Source: CoolInterview.com

Answered by: Abhishek Shankhdhar | Date: 7/12/2010 | Contact Abhishek Shankhdhar Contact Abhishek Shankhdhar

CLR stands for Common Language Runtime, basically provides runtime environment for Application. It is the heart of .net. Without CLR one can do nothing with .net Framework.
Because firstly .Net applications Compiled in MSIL[microsoft intermidiate language]and after this CLR convert the compiling MSIL Data into Machine Code.


Features of CLR-
1- provide runtime environment for application.
2- load multiple Application domains at one place(framework).
3- Memory mngt.
4- Process & thread mngt.
5- Cross language integrity.
6- Exception handling.
Source: CoolInterview.com

Answered by: Shrikant Shelke | Date: 7/25/2010 | Contact Shrikant Shelke Contact Shrikant Shelke

CLR stands for common language Runtime.

Suppose one module done in v.b and other module done in c#.then common intermediate language which is MSIL.thts is Microsoft intermediate language

And CLR has the task to convert MSIL into Binarycode. :)

Regurds,
Nicku
Source: CoolInterview.com

Answered by: nicku | Date: 8/7/2010 | Contact nicku Contact nicku

CLR:Common Language Runtime.
all the programs can be executed in this.
CLR is also known as Execution Engine. Source: CoolInterview.com

Answered by: Triveni | Date: 8/22/2010 | Contact Triveni Contact Triveni


If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
What are webservices?

View Answer
What is .NET remoting?

View Answer
What is an assembly

View Answer
How would you implement inheritance using VB.NET/C#?

View Answer
Can you explain what inheritance is and an example of when you might use it?

View Answer
How does VB.NET/C# achieve polymorphism?

View Answer
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

View Answer
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

View Answer
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

View Answer
What is the life cycle of an asp.net page?

View Answer
What is Viewstate?

View Answer
How can we implement a Identity (SQL Server) call in an asp.net page?

View Answer
How Dataadapter.fill works?

View Answer
How do we get only edited/deleted/inserted records from a Dataset?

View Answer
How do we Sort the data from a Dataset?

View Answer
Diff between Web User Control and Web Custom Control.

View Answer
What is diff. between ASP State Management and ASP.NET State Management?(Imp) 19. How can we pass info between 2 asp.net pages?

View Answer
What r the ASP.NET list controls and diff. between them?

View Answer
What is versioning in .NET?

View Answer
How does u call and execute a SP in .NET?

View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All ASP.NET 2.0 Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions