Docker is a project that allows you to create and run applications in an isolated environment. Let’s try it to run MongoDB on your machine!
Continue reading
Having a robust logging system is crucial for any application. There are many tools, and one of these is Serilog. Here you’ll learn how to use it in a .NET application and how to integrate it with Seq.
Continue reading
Azure Functions are one of the best examples of serverless applications. By default you can’t use Dependency injection: here’s how you can configure it by adding the Startup class.
Continue reading
Azure DevOps, among its capabilities, allows you to store NPM packages in their system. Here we’ll see how to connect to an NPM feed and how to solve the 401-unauthorized error.
Continue reading
Asynchronous programming is often seen as something cumbersome, so many developers avoid it. What, why and how to use it? Here are the first steps you can take to approach async programming.
Continue reading