I often stumble upon debates online on Twitter (X, but I’m still not used to that new name) or reddit about what language should one learn or what language is the best. While these discussions have their merits, they are often conducted on partisan grounds and seldom do they give a satisfactory outcome. I understand…
Tag: javascript
How to blazorify an existing mvc app
Blazor is awesome. If you don’t know what it is, you can check it out here but to summarize, it’s a framework that allows .net code to run in your browser using the power of Web Assembly. I’ve found a lot of tutorials using the official blazor templates but only hints on how exactly using Blazor…