What attributes and values are you passing when you click a checkbox or radio button? Let's learn the different scenarios! Also learn some ASP.NET form processing!
Learn how to easily align labels and textboxes in forms using Flexbox. Create responsive, maintainable, and visually appealing layouts with simple CSS rules
Here's a simple to-do list app or task manager in .NET Blazor PWA, using JavaScript interop to access local storage, while demonstrating checkbox event handling.
Should you learn C# in 2023? Some of the reasons why you should include .NET MAUI Blazor, ASP.NET popularity, game development, Azure support and ease of use.
What is .NET Blazor? Should you learn it? In this post, I attempt to explain the hype around Blazor and I will give you 5 reasons why you need to learn Blazor.
This is a quick tip on how to send an HTTP PATCH request in C# and Blazor using HttpClient. I also show how to send the request via 3rd-party client.
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.
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.
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.