Build a skeleton Blazor project that receives a WooCommerce Webhook and handles other API calls.
Create a Blazor Server App (preferably .Net core 5.0) in VS2019 called "CompTest". Add API controllers in a folder called API, handing POST and GET requests. Th...
Read more