facebook
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...
Blazor live streaming with DevDay

Blazor live streaming with DevDay

On March 26th our CEO Michele Aponte will be interviewed live streaming by Michele Nasti of DevDay to talk about Blazor. You can follow the meeting for free starting from 6:00PM on the Facebook pagehttps://www.facebook.com/DevDay.it/, and you will have the opportunity...
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....
Living without Visual Studio: yes, you can!

Living without Visual Studio: yes, you can!

Whenever I am a speaker at Microsoft events, many people seem to be confused by my MacBook Pro. The first thing they probably think is that I’m a mobile developer, and I have a virtual machine with Windows to use Visual Studio. At least the explicit questions...
A world of messages with Azure

A world of messages with Azure

In my previous articles, we have seen how important is decoupling the communications in enterprise applications, and we used on-premise solutions like RabbitMQ or transportation abstraction like Rebus. Cloud offers, in any case, native tools to manage messages....