Snippets created by Dmitry Morozov

  • Asynchronous Workflow Controller

    The snippet overrides default AsyncControllerActionInvoker so F# async workflows can be used for ASP.NET MVC 3. It declares a new base class for asynchronous controller. Controller method has to have return type Async.

    5 people like this

    Posted: 12 years ago by Dmitry Morozov