This is a simple employee database management system Single-Page Application(SPA) in Blazor WebAssembly, that serves as a client app to a REST API.
Learn how to implement HTTP PATCH method in C# and ASP.NET Web API using JsonPatch library. The Patch method allows client to send partial updates.
Learn how to create a REST client single-page app(SPA) in .NET Blazor WASM, which you can use to test a REST API service by allowing you to send HTTP requests.
Implement a simple Employee database management REST API application in ASP.NET, utilizing design patterns like Repository and Dependency Injection.
Random image or banner on web page refresh? Implemented using ASP.NET Core Web API, this application lets Controller handles HTTP GET requests from the browser.