facebook
Codemotion – Online Tech Conference

Codemotion – Online Tech Conference

This year Codemotion will be held entirely online. Blexin is present in two days, with Michele and Gaetano. On November 24th at 5 pm, Gaetano will explain how to find the right compromise between costs and performance of Azure App Services, while on November...
Testing our API with GraphQL and Hot Chocolate

Testing our API with GraphQL and Hot Chocolate

In my previous article. i showed what GraphQL is and how we can create an API with HotChocolate. Starting from the code on my repo https://github.com/AARNOLD87/GraphQLWithHotChocolate let’s see how we can test the project. This is not a unit test,...
LINQ: a language to rule them all!

LINQ: a language to rule them all!

One of the peculiarities that distinguish the .NET world from other technological stacks is definitely LINQ, an acronym for Language INtegrated Query. Introduced with the .NET Framework 3.5 and Visual Studio 2008, it is, in fact, the first framework independent...