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?
Answer Posted / 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 |
Post New Answer View All Answers
What are the benefits of .net framework?
Can you explain renderbody and renderpage in asp.net mvc?
What are child actions in ASP.Net MVC?
What is the full form of sp?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Which are the important namespaces used in mvc?
What is attribute routing in mvc?
What is html.renderpartial?
What are the 3 main components of an asp.net mvc application?
What is the use .Glimpse in ASP.Net MVC
mention what are the various methods provided by the dataset object to generate xml?
mention in what all scenarios entity framework can be applicable?
What is layout in mvc?
List the new features added in .net framework 4.0.