You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Templates for C# and F# languages, built on top of ASPNET 5. The templates offer a structure that is more familiar to those used to MVC or WebApi, providing an HttpRequest instance and returning an IActionResult. They support http method attributes, dependency injection, configuration, route templates and authorization.
Templates for C# and F# languages, built on top of ASPNET 5. The templates offer a structure that is more familiar to those used to MVC or WebApi, providing an
HttpRequest
instance and returning anIActionResult
. They support http method attributes, dependency injection, configuration, route templates and authorization.The template can be found at https://github.com/goncalo-oliveira/faas-aspnet-template
The text was updated successfully, but these errors were encountered: