Author name: trystanwilcock

Implement Unit of Work with Generic Repository Pattern in C# ASP.NET Core

The unit of work and generic repository pattern are essential tools that can be seamlessly integrated into any ASP.NET Core project. Their versatility and applicability make them invaluable for us as developers aiming to enhance code organization, scalability, and reusability. In this tutorial, we will explore the implementation of unit of work with the generic …

Implement Unit of Work with Generic Repository Pattern in C# ASP.NET Core Read More »

Building an Image Generator in Blazor using Open AI DALL·E 2

The latest trend in technology at the moment is the amazingly powerful ChatGPT by the OpenAI group. While it will soon be available through OpenAI’s API, I couldn’t wait to see what incredible things were possible with their existing APIs. This is where I came across DALL·E 2, an artificial intelligence model and language and …

Building an Image Generator in Blazor using Open AI DALL·E 2 Read More »

Building a Point of Sale Application in Blazor WebAssembly .NET 7 C# Tutorial

In this tutorial, we will be building a POS or point of sale application that allows us to manage products, update stock levels and perform a sale. Here is a short demo of what the finished application will look like: We will create areas where products and their categories can be created and updated. We …

Building a Point of Sale Application in Blazor WebAssembly .NET 7 C# Tutorial Read More »

.NET 6.0 Blazor WebAssembly JWT Token Authentication From Scratch C# Tutorial

In the previous tutorial, we built an API that creates and issues JWT tokens to authenticated users. If you haven’t already completed this tutorial, it is recommended to do so as this API will be the server project in our solution and will be used to issue JWT tokens to our client. In this tutorial, …

.NET 6.0 Blazor WebAssembly JWT Token Authentication From Scratch C# Tutorial Read More »

Scroll to Top