Folks, just a comment for the old VB sucks Friday discussions.

Earlier in the year I expressed my admiration for Blazor Webassembly and my
hope that it will put JS frameworks back where they belong in history books
under the category of "Great IT follies of the 21st century".

Now I've written some large Blazor Wasm apps, I believe I will never write
any other kind of web app again. Not only would I never consider a JS
framework, I will never consider any kind of ASP.NET server-side app either
... they're dead to me. (MVC web services and all their plumbing are dead
to me too as I'd rather use Azure Functions)

No more of that clumsy request-response pipeline to deal with (which is as
dumb as a CB radio). No more dealing with statelessness. No more fudging to
mix JavaScript with server rendered markup to attempt a responsive UI. No
more configuration files and controllers and all their cryptic secret
conventions.

Using familiar tools like Visual Studio, Razor and C# I can write a Blazor
app 10 times faster than an equivalent MVC app with about one tenth the
amount of code, and the UI is snappy and it's a cinch to deploy.

I hope others are as happy as me.

*Greg K*

P.S. Maybe there are reasons that ASP.NET server-side web apps would
continue to be created, but someone else will have to think of them.

Reply via email to