csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
662 stars 215 forks source link

Blazor WebAssembly and MVC #114

Closed nakigoe closed 2 years ago

nakigoe commented 2 years ago

Would MVC help with my Blazor WebAssembly website?

Should I move to exploring other topics than MVC now, since my Blazor WebAssembly website is up and running?

My current pain is pre-rendering for Blazor WebAssembly and finding a free or dirt-cheap server for 0-50 users a day, no more than 25 users accessing the website at the same time. Or, with GitHub Actions, to crawl and to compile Blazor WebAssembly pages into standard crawlable HTML.

Thanks to Your lessons I've been able to move my static HTML and CSS website into Blazor WebAssembly, and the localization is going smoothly. You can see the fruits of Your teaching here:

NAKIGOE.ORG Nakigoe Academy NAKIGOE.ORG

csharpfritz commented 2 years ago

I can't tell you what your website needs next, that's up to you. There are lots of things that can be done to enhance and augment your project... and that's for you to decide