How to Setup a Minimal API in .NET 7
In this tutorial we'll take a look at how to configure a minimal api Ā in .NET 7. We'll also take
Authentication and Authorization with Okta in .NET 6 Blazor Server
Today I'll show you how to Secure a Blazor Server Application, by setting up Authentication with Okta.
š SO LET'S GET
Create a CRUD Blazor Webassembly API Controller
In this tutorial weāll create and consume a CRUD API Controller in Blazor WebAssembly. This is focused on the
How Much (Knowledge) is Enough to Ship
The problem
What is the problem? This is not always restricted to software engineers, and so this might also sound
Just starting out, what should I learn?
What should I learn (first)?
One of the most sought-after information by up-and-coming software developers is, in my opinion, āWhat
You donāt like VS Code? Hereās why
Visual Studio Code is an impressive tool. Some people call it an IDE, some call it a fancy text editor.
So Where Should You Start Out If Youāre a Beginner?
Specializing in a .NET area itās hard if not impossible. Iām saying that because the more you learn
3 Ways to Sell Refactoring to the Business
OK so you are new to the job, just started getting your hands dirty into your first few stories, and
3 Best PDF Generation Tools For C# ASP.NET
Many people ask āWhat is the best tool for generating PDFs?ā. Youād be surprised, but this can become a
3 Reasons For Using Interfaces
Dependency Injection (DI) is a design pattern that implements Inversion of Control (IoC). Fine but what does that even mean?