Posts
If you want to build a graphQL API in .NET right now, the most well-known options available are the graphQL.NET implementation and the HotChocolate one. I personally prefer HotChocolate over graphQL.NET, but in this post I won't be talking about how you can build a graphQL API, mainly because there are a lot of great examples online and writing another one seems meaningles...
Securing a graphQL API with Azure Active Directory
Aug 24, 2021
251 views
Nowadays creating a new dotnet gRPC application is pretty straightforward. From the developer standpoint the experience of creating a gRPC app it's quite similar to creating an API, furthermore, Visual Studio also offers Intellisense support for gRPC services and proto files. As I stated before developing a dotnet gRPC app right now is an easy feat, but when you try to deploy it in some cloud prov...
Some common gotchas when trying to deploy a dotnet gRPC app to AWS ECS
Jul 21, 2021
366 views
I have wanted to talk about how you can build a .NET template and how to use it within Visual Studio for quite some time. So I'm taking advantage of the fact that Microsoft announced the release of Visual Studio 2019 version 16.10 a few weeks ago and this version adds the capability of creating entire solutions from a .NET template to write about it. I started writing this post a few days ago but ...
How to build a .NET template and use it within Visual Studio
Jun 19, 2021
256 views