Stay updated

Improve you code with Reflection
Reflection is a .NET framework functionality that allows us to inspect and manipulate the Metadata and the code compiled in a .NET assembly at...

Creating NuGet packages with Azure Pipelines
Continuous Deployment of Nuget Packages In the previous articles, we have seen how to create Nuget packages for our software and how to share them...

How to simplfy CSS with BEM
What BEM is Let’s start with basics: BEM is not a framework, but a methodology, a special way to write and organize the CSS code that I love to...

How to support Internet Explorer in Angular 8
For some strange reason, the world has not yet forgotten Internet Explorer. If you’re a front-end developer, this is a very stressful truth,...

Visual Studio Code in your App!
During a consulting by a customer, which commissioned us the development of an e-commerce platform, we were asked if and how it was possible to...

High availability with RabbitMQ
When dealing with complex systems, it is often necessary to consider mechanisms, thanks to which the services provided are always available, it...

Real-time applications with SignalR, ASP.NET Core and Angular
Suppose we want to create a monitoring web application, that provides users with a dashboard able to display a range of information, which are...

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...

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...

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...