Ivaylo Kenov
Ivaylo Kenov
Currently, it shows a generic error stating the component could not be instantiated. It should how a correct error and do not catch all exceptions. Maybe add this to the...
Even if the model state contains errors - it is considered skipped https://github.com/aspnet/Mvc/commit/faba95287ee761f5a208ad1df42239ca9c9b3fa4
These should be renamed to Specifying. The old methods should be marked as obsolete after version 3.0 and deleted after version 3.1. The reason is - you may have route...
http://docs.asp.net/en/latest/data/ef-mvc/intro.html
They should be Component -> Http -> Action. Also add base classes and interfaces for those because different components have different level of context data.
Like: ``` c# .ViewBag(viewBag => viewBag.Passing(entries => entries.Name == "Test")) ```