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...
Creating a Single Page Application in C# with Blazor

Creating a Single Page Application in C# with Blazor

Microsoft Developers have always had a bad relationship with JavaScript, and Microsoft has always tried to help them with its own frameworks: ASP.NET WebForms, Silverlight, Lightswitch, are probably the main examples of this. With ASP.NET MVC and .NET Core it seemed...
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...
In-memory caching in ASP.NET Core

In-memory caching in ASP.NET Core

I believe it has happened to everyone, in our job, to receive requests from clients, or feedback from users of our applications, to improve responsiveness. If using best practices when we write code it’s not enough, we surely need to use the caching to nudge...