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
How we can invoke child actions in ASP.Net MVC?
Can we have enum in entity framework?
Can I use razor code in javascript in asp.net mvc?
what is code first approach?
Is entity framework slow?
what is csdl?
What is the use .Glimpse in ASP.Net MVC
which are the key concepts of entity data model?
What are the levels at which filters can be applied in an asp.net mvc application?
Explain Sections is ASP.Net MVC?
Explain dependency resolution?
What is the use of the default route?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
what is msl?
Can I add asp.net mvc testcases in visual studio express?