I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
I think based on above post, we cannot do a alert using C#, we have to invoke IJSRuntime . So how does this IJSRuntime does the alert ? does it converts C# to Javascript and then runs in browser ?
How is Blazor initial load time after release of .NET 5 ? compared to Angular and React , is it performant ?
I think it becomes WASM, have a look here, technical lead Steve Sanderson is trying to explain how Blazor does things, blog.stevensanderson.com/2018/02/0...
Here's an article explaining that visualstudiomagazine.com/articles/... yrs, performance improving a lot on .NET 5.. As for vs Js SPAs, I don't have exact metrics. One thing I know they ar working on is the initial bundle size, which takes time on first load
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice, 😄.
stackoverflow.com/questions/607732...
2 Questions:
I think based on above post, we cannot do a alert using
C#, we have to invokeIJSRuntime. So how does thisIJSRuntimedoes the alert ? does it convertsC#toJavascriptand then runs in browser ?How is
Blazorinitial load time after release of.NET 5? compared toAngularandReact, is it performant ?