Articles in this series
As I were creating the a feature for site, I needed to check if a visitor already has given kudos to an article before. An easy way to do that (in my mind) is to randomly generate a GUID and store that in the browser to somehow recognize the browser/...
Out of the box the dotnet pack command (from the .Net Core CLI) treat every project in the Visual Studio solution as its own Nuget package. Project-to-project references aren’t packaged inside the project. Currently, you must have a package per proj...
Some of you are properly using the very cool feature on Azure App Services called “ Deployment slots ” which lets you swap different instance in and out of your production website 🚀. Hopefully you are also using Application Insights to gather teleme...