react

  1. Kevin24

    Model Binding fails silently (HTTP 400)

    I am trying to make a full stack ASP.NET application using razor pages. In my page, I am trying to make a form submit data properly. Here is my view page with the form: @page @model RogersPizza.Pages.OrderModel @{ Layout = "Shared/_Layout.cshtml"; } @section title { <title>Order</title>...
  2. EdizOnFire

    Audio Editor with React and ASP

    I am in need of a nuget package/library which offers the functionalities to edit audio files (such as changing pitch/tempo/trimming audio) on a website that will be made with React. Looking forward to your suggestions.
Back
Top Bottom