facebook
A look to the future: C# 9

A look to the future: C# 9

In my previous article (part one and part two), we saw the news features introduced in version 8 of C #, but the team is already working on version 9, and we can appreciate some changes. Obviously, at the moment the new features are still under...
Angular 9: what changes and why use it

Angular 9: what changes and why use it

In our job, it’s very challenging to follow the continuous evolution of the frameworks and development tools. In this article, we will see what’s new in Angular 9, why it is a remarkable version, and why it is worthful test it as soon as possible. The expected release...
ElasticSearch: advanced features

ElasticSearch: advanced features

In my last article, we talked about the use of ElasticSearch as a simple full-text search engine, how to install and configure it in a quick way and how to integrate it in our .NET Web application. Today, we are going to show you, still in the context of an...
Creating our API with GraphQL and Hot Chocolate

Creating our API with GraphQL and Hot Chocolate

How often have you called an API and received more data than needed? Or, on the contrary, you obtained less than necessary and therefore have to make more calls to different endpoints to have all the information required?Those two events are...
Loading plugins in .NET applications

Loading plugins in .NET applications

During the development of our own CMS WebRight, we found that people from outside the team also need to develop plugins. I thought it might be interesting to tell you how we dealt with the problem, showing you how to develop a plugin system for your .NET applications....