Best of .NET CoreApril 2024

  1. 1
    Article
    Avatar of watercoolerWatercooler·2y

    Who

    Discover similar articles, compare versions, and find more information about dotnet and dotnet-core.

  2. 2
    Article
    Avatar of codemazeCode Maze·2y

    Using Server-Sent Events for Realtime Updates in ASP.NET Core

    Learn about Server-Sent Events in ASP.NET Core, including what they are, their features, and how they work. Discover the differences between Server-Sent Events and WebSockets. Implement Server-Sent Events in a simple ASP.NET Core Web API for real-time updates.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    What is Mocking? Mocking in .NET Explained With Examples

    Learn about mocking in .NET software development, including why it's necessary for building a robust testing strategy and exploring popular mocking libraries. Gain the knowledge to choose the best mocking tool for your needs.

  4. 4
    Article
    Avatar of codemazeCode Maze·2y

    How to Use HttpOnly Cookie in .NET Core for Authentication and Refresh Token Actions

    Learn how to use HttpOnly Cookie in .NET Core apps to secure JWT or JSON Web Tokens during authentication and refresh token actions.

  5. 5
    Article
    Avatar of codemazeCode Maze·2y

    Using Property Mappings in AutoMapper To Define Mapping Rules

    This post explores the usage of AutoMapper and how to define property mappings in order to streamline object mapping and minimize errors in .NET development.

  6. 6
    Article
    Avatar of codemazeCode Maze·2y

    How to Test gRPC Services in ASP.NET Core

    This post explains how to test gRPC services in ASP.NET Core, covering both unit and integration testing. It also shows how to mock ServerCallContext in gRPC services.