Create indexes with included columns with Entity Framework Core using code first
Entity Framework allows you to use a code first approach in creating your database design. Basically, you create your classes, maybe add some annotations and...
Entity Framework allows you to use a code first approach in creating your database design. Basically, you create your classes, maybe add some annotations and...
Application Insights provides an enormous amount of information about your application, infrastructure, users etc. It can be difficult to see if a recent cha...
You might have seen it with GitHub; when you do a pull request there will most likely be a build being kicked off and that influences the state of the pull r...
It is important to know if your nicely created application is still working correctly, but you do not want to keep refreshing your browser and seeing if that...
When you practice the scrum process, then one of the artifacts is planning poker. It is a method to gather estimates for the stories and with teams new to sc...
The new Azure CLI version 2 is pretty easy to use when you want to manage your Azure resources. Even if you want to use it from the VSTS build/release agent,...
In Azure, you pay for what you use. And when we talk about virtual machines, this means that you pay for the compute, network and storage. This is charged by...
The complexity of picking a good password and what you can do as a developer
There are a lot of resources on how to setup Kubernetes on Azure, but they require some prerequisites, so I wanted to make a step by step guide here.