This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
I started working as a Consulting Engineer in Red Hat Open Innovation Labs a little over a year ago. In this new role the first practice I was introduced to was Event Storming. While at first the…
An article that showcase the combination of Entity Framework and RepoDb ORM, the best solution in .NET when it comes to Data Access space.
In this article, I am going to show how to build a Docker image out of the ASP.NET Core Web API application and host its container in AWS EC2 instance. For this tutorial you are going to need the…
I have written my fair share of console applications in .NET. They are possibly the most common type of application that I write. Whether it is to test a new language feature, a library from NuGet or…
GraphQL C# client generator . Contribute to Husqvik/GraphQlClientGenerator development by creating an account on GitHub.
GraphQL is the more powerful query language, but it can be expensive to implement and is not RESTful. OData is very RESTful and has a lower learning curve.
The fillfactor option in SQL Server is sometimes helpful, but often a performance killer. Learn how to use fillfactor the right way.
ASP.NET Core 3 - Authorization and Authentication with Bearer and JWT. The purpose of this article is to show how authorization, authentication with Bearer and JWT (JSON Web Token) works in .NET Core 3….
We’re living in an age where technologies are switching standards are changing all the time. You forget to read Medium/Stackoverflow/Reddit and you found there are at least five (5) new industry…
GraphQL subscription aims to help you build real-time functionality into your apps, while still allowing only the data you need to be returned from live events.