facebook
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...
Custom Type Conversion in C#

Custom Type Conversion in C#

A professional code developer needs solid foundation. Our daily work can drive us away from what we have studied, as well as the routine can push us to repeat always the same mistakes. A review of the fundamentals is a useful exercise, can’t be bad! So...
Maps

Maps <3 Angular

Giving the right emphasis on geographic data is not always easy. Putting some markers on a map inside a web page it’s not enough to add value to our solution. In this article, we’ll show the best practices on geographical data used in Blexin. We’ll show an Angular...
.NET Core, Docker and Kubernetes

.NET Core, Docker and Kubernetes

In a previous article, we talked about the use of Docker containers for development purpose, underlining the advantages that the usage of the Containers can bring in the software development process. One of these advantages is the simplification of the deployment...