Sunday, 12 February 2012

c#, asp.net, mvc, Entity framework interview questions

.net framework related questions

What are generics ?
What is Shadowing ? Tell me whether it is Overloading or Overriding ?
What are Extension methods ?
What are Anonymous methods ?
What are generic templates ?
What are new features in .Net 3.5
What are new features in .Net 4.0

MVC related Questions

Tell me about Model Binding in MVC
Tell me about Action filters in MVC
How do you configure routing in MVC
How MVC request is handled / MVC request life cycle
Tell me about validation in MVC ? Both client side and server side validation
How to create a grid in MVC 3.0 ?
What are new features in MVC 2.0 and MVC 3.0 ?

LINQ

Difference between Where and Any in LINQ

ENtity Framework

How do you call a stored procedure from EF
Tell me about POCO in EF 4.0
What is approach followed in EF ? Whether it is Code first or Design (Schema) first ?

Design related

Tell me about Dependency Injection

No comments:

Post a Comment