News

The Web API framework allows developers to quickly create services using MVC-like conventions. It offers the flexibility of creating REST style services, and serving up data in a variety of formats, ...
This article will discuss the challenges of API versioning and how you can work with Microsoft’s ASP.NET Core MVC Versioning package to version RESTful APIs built in ASP.NET Core.
Simple Injector demo in ASP.NET Core MVC To demonstrate dependency injection using Simple Injector, we’ll first create a service, but only with minimal implementation for the sake of simplicity.
More on this topic: Building Web Apps with SignalR, Part 1 In Part 1, I covered how to use the SignalR persistent connection API to create a simple real-time chat Web application. This installment ...