facebook
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...
How to debug NuGet Libraries

How to debug NuGet Libraries

A few weeks ago, I started to stream on twitch, and the following question popped out: how can I easily debug my NuGet libraries? On this blog, I have already talked about how you can create and version a NuGet package, but in this post, I want to talk about...
Golden Master Pattern: don’t fear the legacy code!

Golden Master Pattern: don’t fear the legacy code!

Anyone who works in the software development world will have had the need to add features on the legacy code, perhaps inherited from the previous team, and on which you need to make an urgent fix. Many definitions of legacy code can be found in literature, the one...