2D silhouette effect in OpenGL
In this blog post, I'll explain how to make a cool 2D silhouette effect in OpenGL. For this we are going to write a simple fragment shader, and use the stencil and depth buffers.…
In this blog post, I'll explain how to make a cool 2D silhouette effect in OpenGL. For this we are going to write a simple fragment shader, and use the stencil and depth buffers.…
Learn how to redirect a non-authenticated user to a login page with Microsoft's Blazor framework.…
In this post, I will show you how to put your DbContext, entities and migrations in a separated library project when using Entity Framework Core 3.0…
In this post, I will show you how to use the fantastic Quartz.Net scheduler library within a ASP.NET Core 3.0 application. It allows to do background, delayed and recurring jobs with ease.…