.NET Tutorials

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 »

How to build a sentiment text analysis tool in C#

What is sentiment analysis? Sentiment analysis is a natural language processing (NLP) analytical technique that is used to determine the underlying emotional opinion of a piece of text or data and whether it is positive, negative or neutral. This technique is often performed on pieces of text across customer reviews, social media, blogs, news, etc. …

How to build a sentiment text analysis tool in C# Read More »

Scroll to Top