Skip to content
paulcamp edited this page May 10, 2019 · 15 revisions

Welcome to the MustardBlack wiki!

What is it?

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.

Why?

  • 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.

Getting Started

More advanced topics

Changelog

See here

TODO

Clone this wiki locally