Reserved repository for samples/experiments with Framework Blazor and C# for professional improvement, placing knowledge learned in the Blazor.essential of José Carlos Macoratti course.
Using practically the same code, the first app from experiments to put Blazor's knowledge into practice is a very simple task manager where you can create a new task, edit a registered task and erase as well. The tasks can be marked as completed and are listed with pagination feature, being displayed 5 tasks per page, filtering based on both task name (task column) and in your description (Description column). The data is saved locally using the location. The Simple to-Do App is a Blazor Webassembly that runs on the browser and the Maui Simple to-Do App is a version of the same app that runs on multiple platforms, having already been compiled and tested on Windows and Android. One detail that I really liked was the very few change made to get a web application running on various platforms natively. I want to evolve these two projects, adding dark theme and more responsiveness and toast messages.





I created a Webapi using C# and ASP.NET Core, using mysql with authentication, authorization and endpoints for simple customer data that is used on blazorclients.
Example of system with login, logging, account creation, and customer crud. Under construction...