Using .NET Core Configuration with legacy projects
In this post I demonstrate how to use the new .NET Core Configuration components in legacy projects such as previous versions of ASP.NET.
Continue reading →Aspiring entrepreneur, software engineer and founder of Fabrik. London, UK.
In this post I demonstrate how to use the new .NET Core Configuration components in legacy projects such as previous versions of ASP.NET.
Continue reading →This post looks at the different ways you can enable CORS (Cross Origin Resource Sharing) in Web API 2.
Continue reading →How to proxy requests made with .NET's HttpClient through Fiddler, the web debugging proxy tool.
Continue reading →How to test message handlers and action filters that access IDependencyScope in ASP.NET Web API.
Continue reading →In this post I discuss how we handled session based authentication with ASP.NET Web API and our ASP.NET MVC and JavaScript clients for the new fabrik API.
Continue reading →A simple approach to PATCH validation in ASP.NET Web API.
Continue reading →