Elegant WhatsApp integration with .NET Core
It's quite annoying that WhatsApp, one of the most popular messaging platforms, does not (yet) provide a consumer API. Although they might have valid reasons for »
It's quite annoying that WhatsApp, one of the most popular messaging platforms, does not (yet) provide a consumer API. Although they might have valid reasons for »
While doing some research on Hypermedia As The Engine Of Application State (HATEOAS), I came across some great HATEOAS providers for ASP.NET Web API and »
Following my previous post on creating some handy helpers for the .NET Core SDK, I received some great feedback from the community - thank you! You »
A friend of mine, Herman van der Merwe; recently asked me how one can use the .NET Core CLI to switch to a specific version of »
The ASP.NET Core framework is built from the ground up with extensibility in mind, having Middleware as the fundamental core to its architecture. From a »