by Antonio Liccardi | Oct 28, 2020 | Blog
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...
by Michele Aponte | Mar 11, 2020 | Blog
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...
by Antonio Liccardi | Feb 26, 2020 | Blog
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...
by Francesco de Vicariis | May 8, 2019 | Blog
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...
by Genny Paudice | Feb 19, 2019 | Blog
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...