
Best blazor tutorial series? : r/Blazor - Reddit
13 votes, 10 comments. Hello, I'm looking for a good (and preferably free) Blazor tutorial for someone that knows C#, but knows next to nothing about…
Best resource to learn Blazor : r/dotnet - Reddit
Mar 30, 2022 · There is a lot of things to learn from. Of course, documentation is first. I started learning to program two years ago and started with Blazor. I got the most from the documentation. Also.as others stated that Patrick God is a real Diamond for learning, but, there
Blazor CRUD with Entity Framework Core – Detailed Tutorial
Jun 4, 2020 · In this tutorial, let's build a Client-side Blazor CRUD Application that uses Entity Framework Core as it's Data Access Layer. In our previous articles, we discussed Blazor basics and it's folder structures.
Blazing Pizza - great tutorial with an app built with Blazor ... - Reddit
Dec 1, 2020 · Single-responsibility principle. The single-responsibility principle (SRP) is a computer-programming principle that states that every module, class or function in a computer program should have responsibility over a single part of that program's functionality, which it should encapsulate.
Best books for beginners to learn Blazor? : r/Blazor - Reddit
Feb 2, 2023 · I really struggled learning blazor. tried a few udemy courses, and some random tutorials. I was finally able to successfully start learning Blazor+Asp via "Blazor in Action" published by Manning. If you purchase it, do so from the website and get The "LiveBook" plus spoken version, as that's a good way to go through in a kind of lecture layout.
r/Blazor on Reddit: Could you please recommend some of your …
May 21, 2023 · I recommend Kudvenkat's video in Youtube, then you can watch other youtubers like Tim Corey, Nick Chapas, Patrick God, Gavilanch3 and many more, but for starters, Kudvenkat's is the best on my opinion, but please take note that, his blazor tutorial are older, but it's a good start.
Recommended Blazor Tutorials or Learning Resources : r/Blazor
Dec 28, 2021 · The docs and the accompanying tutorial are the best source. When you get a reasonable command of Razor Pages Apps, you can start learning Blazor. A WebForms developer like a Windows Forms developer have no idea how the internet works.
Z.Blazor.Diagrams 2.0 - The diagramming library that suits ... - Reddit
Mar 25, 2021 · Z.Blazor.Diagrams. Hey guys! I just released version 2.0.0 of my diagramming library Z.Blazor.Diagrams. It's a fully customizable and extensible all-purpose diagrams library for Blazor. Here are some of its features: Multi-purpose Touch support SVG layer for links/nodes and HTML layer for nodes for maximum customizability
Stop disabling Prerendering on Blazor Server - Tutorial : r/Blazor
Mar 14, 2024 · We have Blazor Server projects for years. We never used OnInitializeAsync for data fetching. Actually, idk where we are using OnInitializeAsync except for those seo oriented pages (only fetching head content, body content is still fetching in OnAfterRenderAsync method). Nowdays we're moving all our SEO centric apps to net 8 static ssr.
Building Flappy Bird with Blazor Tutorial Series! : r/Blazor - Reddit
Aug 12, 2020 · It would be nice if you mentioned the OnParametersSet "sibling" and explain why you use OnInitialized here. The tutorial seems to be for beginners and in my opinion this is something a beginner could appreciate. Of course, too much background would be killing the tutorial. It's a balancing game. But as I said: it's a pleasant tutorial.