facebook
WPC 2019

WPC 2019

It’s already been a year since the last WPC, it’s time to prepare ourselves. As you probably know, the history of this event is closely linked to that of Blexin, so how could we miss it? The date is fixed for December 3rd, 4th and 5th in Assago, for...
Azure Day Reloaded

Azure Day Reloaded

Following the success of the first edition, which saw us as protagonists as “Gold” sponsor and event’s speaker with our Antonio Liccardi, the organization decides to repeat the Azure Day on November 29th. The appointment is fixed...
Let’s solve the “rebus” of communication

Let’s solve the “rebus” of communication

In the previous articles, we have seen how to decouple the communication between applications using a Message Broker like RabbitMQ. When a software system is composed of multiple services that perform different tasks but need to interact with each other to perform...
Distributed cache in ASP.NET Core

Distributed cache in ASP.NET Core

In the previous article, I explained how to manage the caching in an ASP.NET Core application, using the in-memory caching. It’s possible to use this type of caching if your application is hosted on a single server. Which are instead the tools that the .NET...