Tag: .NET

  • Using the Fetch API to Post with ASP.Net Core

    by

    in

    Using the Fetch API in conjunction with ASP.NET Core Razor Pages offers a host of advantages that can significantly enhance the development and performance of web applications. One of the primary benefits is the ability to make asynchronous HTTP requests to servers, which allows for dynamic and interactive web pages. This means that you can…

  • Migrating Azure Functions to .NET 8

    Migrating Azure Functions to .NET 8

    by

    in

    With Azure Functions no longer supporting .NET 6 by the end of 2024 it’s time to migrate your existing functions to .NET 8.