by Francesco Vastarella | Sep 18, 2019 | Blog
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...
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...
by Francesco Vastarella | Jun 25, 2019 | Blog
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...