-
Notifications
You must be signed in to change notification settings - Fork 4
Home
paulcamp edited this page May 10, 2019
·
15 revisions
Welcome to the MustardBlack wiki!
MustardBlack is a web application framework that follows the MVC pattern.
MustardBlack gives complete control of the request handling pipeline (everything between the HTTP Request and the HTTP response), which offers an alternative to the Microsoft ASP.NET MVC application framework.
- Good set of abstractions to allow for unit testing.
- No hidden ‘gotchas’ e.g.
- Filters
- Binding
- Auth
- Event ordering
- Complete Control - We can update the MustardBlack framework immediately should there be any features missing or bugs found. Requesting changes to Microsoft ASP.NET MVC would incur significant delays.
TODO