by infoblexincom | Nov 30, 2019 | Events
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...
by Michele Aponte | Oct 23, 2019 | Blog
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...
by Francesco de Vicariis | Sep 25, 2019 | Blog
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...
by Salvatore Sorrentino | Jul 9, 2019 | Blog
Suppose we want to create a monitoring web application, that provides users with a dashboard able to display a range of information, which are updated over time. A first approach is to periodically call an API at defined time intervals (polling) to update data on the...
by Francesco de Vicariis | Jul 2, 2019 | Blog
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...