Category: C# .NET Development

  • Authenticating a .NET Blazor Server App Using API and PostgreSQL

    by KaliLinuxCode

    in

    .NET 8 Blazor Server API Authentication with PostgreSQL Blazor Server, a part of the ASP.NET Core framework, allows developers to build interactive web UIs using C# instead of JavaScript. With the release of .NET 8, Blazor Server has introduced several enhancements, particularly in the realm of authentication and API integration. This article delves into setting…

  • Let me explain Everything you need to know about DESIGN PATTERNS

    by KaliLinuxCode

    in ,

    No Cheating The Gang of Four (GoF) design patterns are a set of 23 foundational software design patterns described in the book “Design Patterns: Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides. These patterns provide solutions to common problems encountered in software design and are grouped into three…