#344 – January 03, 2021
WEBINAR | A .NET Core migration story: The benefits of a carefully planned process
.NET 5 is here! So let’s make the path to progress as painless as possible. On Jan 21, Headspring joins the Ed-Fi Alliance to talk about moving their Admin App to .NET Core, enabling deployment in Docker containers. They’ll provide insights into the planning and delivery process, methods for communicating with stakeholders, and tips to avoid technical risks along the way. Register today!
Build your own .NET CPU profiler in C#
The last series was describing how to get details about your .NET application allocation patterns in C#.
Audit Trail Implementation in ASP.NET Core with Entity Framework Core
In this article, we will go through Audit Trail Implementation in ASP.NET Core (.NET 5) using Entity Framework Core. So what’s this Audit Trail about? Well, it’s a handy technique to track changes that are done by your logged-in users. Ever wondered who had updated the value of a certain entity record in your ASP.NET Core Application? You would want to always keep a record of each and every modification made to your application data.
Casbin.NET is a powerful and efficient open-source access control library for .NET (C#) projects. It provides support for enforcing authorization based on various access control models.
Prerender a Blazor Web Assembly application
In this post, we speed up initial load time by prerendering our Blazor Web Assembly application.
What is JWT and why should you use JWT in WebAPI
You must have heard about JWT a lot, but did you try to understand the structure of JWT and know how it works in authentication. In this video I will explain what is JWT and why should you use it in your web application.