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
mention what is the key advantage of using entity framework or ef?
What operating systems will the .net framework 3.0 be available for?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is entity sql?
How do you handle variable number of segments in a route definition?
how can you tell ef to have a different table or column name than that defined for the class?
What is poco proxy? : Entity framework
The order of the filters that get executed, if the multiple filters are implemented?
Explain the use of Inversion of control (IOC)?
What is the difference between partial and renderpartial?
What is entity framework in asp net?
Is it possible to share a view across multiple controllers?
explain what does .edmx file contains?
Can you explain renderbody and renderpage in asp.net mvc?
What is iobjectset? : Entity framework