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 is ViewStart Page in ASP.Net MVC?
What are the options can be configured in AJAX helpers?
What is entity graph? : Entity framework
What is entity sql? : Entity framework
Why to use html.partial in mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
what is csdl?
What are Scaffold templates in ASP.Net MVC?
What is .net framwork?
Describe the gac in the .net framework.
What is the purpose of a web form?
In which assembly is the mvc framework defined?
How to update one of my table in database at 4pm every day how it is possible?
What is the .net framework?
What are non action methods in mvc?