facebook
Load Test with Azure Service

Load Test with Azure Service

In the last few months, we have helped some clients to migrate from the on-premise infrastructure to Microsoft Azure. Many of them asked us what the maximum user load that the configuration can support is. Answering this question is not easy, mostly because it could...
Living without Visual Studio: yes, you can!

Living without Visual Studio: yes, you can!

Whenever I am a speaker at Microsoft events, many people seem to be confused by my MacBook Pro. The first thing they probably think is that I’m a mobile developer, and I have a virtual machine with Windows to use Visual Studio. At least the explicit questions...
Publishing NuGet packages with GitHub Actions

Publishing NuGet packages with GitHub Actions

In my previous article, we have seen how to create a GitHub Action to validate a pull request. In this article, we will see how to use an action to publish a .NET Core library on Nuget.org API key on Nuget.org The first step is to open an account on Nuget.org to...
From requirements to testing with SpecFlow

From requirements to testing with SpecFlow

Foreword In past few months, I casually analyze the employment of frameworks and codes testing methods. In particular, I am using two code writing methods, which are intriguing me a lot: the TDD (Test Driven Development) and the BDD (Behaviour Driven...
Documenting API with Swagger

Documenting API with Swagger

I recently worked on the backend of an application, for one of our clients. Some tasks concerned the introduction of new API to be noticed with Swagger and, specifically, one of these requires to habilitate Swagger only for the debug...