ASP.Net Core in Action
ASP.NET Core In Action book from Manning Publishing…
ASP.NET Core In Action book from Manning Publishing…
This is a post I've wanted to put together for a while now, but I haven't exactly known what to call it or describe what it is I'm trying to get across. But with the…
The Azure team have put together this really great tool - called AutoRest - that can generate a client library for a Rest based API using a Swagger document. Fire up a command prompt, pass…
Another app I was working on recently needed to fetch the current date but also be in the correct format depending on the location settings found in Settings -> Time & Language ->…
A recent Universal Windows Store app I was working on needed a way to encrypt/decrypt data on the device. After looking around I couldn't find the code I was looking for, so I crafted…