Explain the use of Inversion of control (IOC)?
what is eager loading?
How does the .net framework 3.0 relate to the .net framework 2.0?
what is .edmx file and what it contains?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is object service? : Entity framework
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Is entity framework slow?
What is Reference type and value type
Which is the default http method for an action method?
Explain JSON Binding?
Why string are called Immutable data Type