ASP.NET Controller API + Blazor Client UI resources and help
Hello! I'm doing a side project where I created the backend API with simple CRUD functionality and Authentication using Core.Identity (JWT tokens). I am new to Blazor and I managed to do make a login form with Blazored.FluentValidation and I am able to save the token in session storage using Blazored.SessionStorage. This fully encapsulates my knowledge of how to manage authentication on the Blazor client side so I hit a roadblock 😅 . I cant seem to find many good tutorials or open source projects using this stack so I was wondering If someone can provide me with good resources to start learning. I am also open to all tips on learning Blazor and .NET in general. Thanks in advance! 😁
1 Reply
Hi, I'm learning blazor too. Can I join your project?
I'm planning to make a school website using blazor. I'm looking a project to join. If it's big and good, I want to ask for view it in my CV. Is it ok with you?
And about your question, I was used Telerik library for component in application. I think it quite useful. But I think you will need to understand about the frontend, how to design to generate those components multiple time but still make sense when viewing in client side.
If it is how the .NET and Blazor work, it's the best to use the Microsoft document, although the docuement/blog from microsoft is good too. Learn the syntax from microsoft, try to understand why the syntax is designed like that, try to know what's problem it's solved. From microsoft blog, try to understand and learn how to use those function.