by Adolfo Arnold | Jul 1, 2020 | Blog
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,...
by Francesco Vastarella | Jun 17, 2020 | Blog
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...
by Enrico Bencivenga | Jun 3, 2020 | Blog
In my previous articles (here the first and the second one), I have shown the use of ElasticSearch as a full-text search engine in e-commerce, the set and use of some advanced configurations and the creation of a products index which...
by Michele Aponte | May 20, 2020 | Blog
In a previous article of mine, I talked about Microservices and how authenticate an Angular client with them using IdentityServer as authentication authority. I that case, I used the in-memory configuration to simplify the concept, but in a real application we need to...
by Antonio Liccardi | May 6, 2020 | Blog
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...
by Antonio Tammaro | Apr 29, 2020 | Blog
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...