facebook
Improve you code with Reflection

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 runtime. It is a very powerful feature, but, as all the instruments at our disposal, we should understand how it works to use...
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...