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 minimum requirement for entity framework applications to run?
The order of the filters that get executed, if the multiple filters are implemented?
Explain unit test done by tester on development team?
Is entity framework slow?
What is filters in web api?
Name a few different return types of a controller action method?
What is the mvc pattern (model view controller pattern)?
How do I use partial view?
will there be any issues adding a table without primary keys to a data model?
What are sections?
How do you specify comments using razor syntax?
How to use multiple submit buttons in asp.net mvc?
What is partialview in asp.net mvc?
How does servicing work for the .net framework 3.0?
What is representational state transfer (rest) mean?