27 Jun 2014 • 2 min read
Dynamic CORS origins from appsettings using Web API 2.2 Cross-Origin Support
Creating a c# attribute that allows for dynamic origins based on the appsettings section but can be adapted to any source.
Creating a c# attribute that allows for dynamic origins based on the appsettings section but can be adapted to any source.
Returning and flattening all ModelState errors as Json using linq and extension methods