What is .net framwork?
what is web application?
what is CLR? How does work CLR & wht is work of CLR?
What is compile?
wht is thread? what does use in .net?

Answers were Sorted based on User's Feedback



What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work o..

Answer / menalish fenando

FRAMEWORK : it is a collection of all the tools and utilities required to execute the .net managed application on particular platform.

WEB APPLICATION: it is also known as website , it is a collection of webpages. it needs web server to run.

CLR- common language runtime.. clr in .net is equivalent to jvm in java. garbage collection,sode access security, code verification, intermediate language are work sof clr..
it uses jit to compile intermediate language code to machine code....

THREAD-- sequence of execution ....

Is This Answer Correct ?    12 Yes 0 No

What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work o..

Answer / anand gopal makwa munger

The .NET Framework is one of the tools provided by the .NET infrastructure and tools components of the .NET platform.
The .NET Framework provide an environments for building,deploying and running web service and other application.
it consists three distinct technologies:
1.common Language Runtime(CLR).
2.framework Base Classes.
3.User and Program interface(ASP.NET & WinForms).


Web Application:-It is collection of web page.


CLR:It provide runtime Environment.
CLR provides a number of service that include
1.Loading and execution of programe.
2.Memory isolation for application.
3.verification of type safety
4.Memory management.

Is This Answer Correct ?    2 Yes 0 No

What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work o..

Answer / guest

IT IS A COLLECTION OF ALL TOOLS AND UTILITY REQUIRED TO
EXCUTE THE .NET.
IT IS A COLLECTION OF WEB PAGES.
COMMON LANGUAGE RUNTIME.
INTR MEDIATE LANGUAGE TO MACHINE CODE CONVERT.

Is This Answer Correct ?    0 Yes 0 No

What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work o..

Answer / randhir singh rangra

Dot net provides interoperability b/w various Applications and lanuages.It provides flexibility to run code of other languages into a single framework.

Dot Net framework(architecture)has these parts :
1.Dot Net Products:-Which types of products it have developed
e.g: Visual Studio.
2.Dot Net Services:-Which types of services it provides
e.g:-Web Application development.
Windows Application development.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what are background threads? give ex?

3 Answers   CSC, Kanbay,


Can you declare an override method to be static if the original method is non-static

1 Answers  


What is global assembly cache

2 Answers   BirlaSoft,


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,


What are the advantages of mvc over asp.net?

0 Answers  






Is it possible to use multipe inheritance in .net

1 Answers  


What is objectcontext? : Entity framework

0 Answers  


What is the advantage of mvc?

0 Answers  


What type of filter does outputcacheattribute class represents?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


What data type should you use if you want an 8-bit value that's signed ?

1 Answers  


What is the difference between tempdata and viewbag?

0 Answers  


Categories