In ASP.NET MVC3 world, what we mean by "Scaffolding"?
In what scenarios, the scaffolding package in ASP.NET MVC can benefit an individual or a team?
What is the name of NuGet scaffolding package for ASP.NET MVC3 scaffolding?
HTML 5 Project Templates are now part of ASP.NET MVC3 installation in VS2010?
ASP.NET MVC 3 comes with a new view engine named .........
True or False : ASP.NET MVC3 has support for Multiple View Engines.
A New "ViewBag" Property is introduced in ASP.NET MVC3. What is the purpose of this property?
True of False. ASP.NET MVC3 introduced a new ActionResult callled HttpNotFoundResult.
True or False. ASP.NET MVC 3 automatically installs and enables NuGet as part of its setup
True or False. In ASP.NET MVC 3 you can indicate whether you want a controller class to use session state, and if so, whether session state should be read/write or read-only.