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 five ways of passing data between components in Blazor - route parameters, querystring, state container object, component and cascading parameters.
In the spirit of the 20th anniversary of .NET, I make a bold prediction - that C# will become the most popular programming language by 2035, and I explain why.
I present to you a word cloud of technologies mentioned by Nadella from Microsoft Build 2022 - key phrases and terms that you want to learn as a .NET developer.
Learn how to reload configuration changes made in appsettings.json without restarting website, using Options pattern, specifically, IOptionsSnapshot.
Access and read appsettings.json and custom config files into your Blazor applications. I also explain why we use HttpClient for accessing custom config.
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.
I timed-traveled to 1979, and met Bjarne Stroustrup, the inventor of C++, and told him what C++ in the future should be, well, based on what he said today.
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.