Blazor looks so nice!!! can´t wait for the official release
@jamesheffer39655 жыл бұрын
why wait
@DurstigerAffe5 жыл бұрын
Thank you guys for helping us to escape from the javascript hell
@you0neville0tube5 жыл бұрын
understatement.. but to be fair this can't be expressed in words :D
@NotTheStinkyCheese5 жыл бұрын
there is no escape from javascript hell ;-) besides ... we all know that old problems get replaced by new problems.
@lifehacks51785 жыл бұрын
Well, I don't think so, we are getting rid of Javascript. I didn't hear "Bye Bye to JavaScript " in any part of Microsoft's official videos. More problems are waiting for the developers :D
@singerdave20015 жыл бұрын
Javascript is amazing. However just like any tool in a toolbox there are times when its not the right choice. If you are building a business app for a large company I feel that you need concrete classes just to keep things sane an unfortunately if javascript is in the mix some developer is bound to do something stupid somewhere. Javascript gives you enough rope to not only hang yourself but to tie up and hang everyone around you.
@ronjones15875 жыл бұрын
This is amazing! You guys are really doing an amazing job on simplifying devs lives, thanks for that.... I can't wait for Septembuurrrr.... ^_^
@sent4dc5 жыл бұрын
From what I understand .NET byte code will be converted to web assembly on the client computer that will run in the web browser. So in essence, the client browser will download all of the needed .NET DLLs for your app to do that. First off, how large my pages will become? And two, do I need to have a gaming PC so that my web browser doesn't crawl to a halt to run all that?
@Uri184 жыл бұрын
this was super helpfull, would love more sessions like this one with neat tricks
@drsmaky5 жыл бұрын
Awesome... I had not realized that I could @inject singleton (or scoped) POCOs to share state between multiple components.
@99MrX995 жыл бұрын
so with the last shown approach it can be used in a way similar to MVVM, we could just inject the ViewModel
@dcuccia5 жыл бұрын
I had the same thought, but you wouldn't automatically get all the StateHasChanged data binding w/o your own plumbing, vs the code-behind component subclassing demoed earlier on. Jeremy Likeness shows in his blog some MVVM for Blazor with a ViewModelRegion component he created.
@sandanuwan7354 жыл бұрын
Anybody can tell me why is blazor application not refreshing after change html and css
@dergeneralist71065 жыл бұрын
Cool, code-behind is back 😂
@hamdanaldabbas15744 жыл бұрын
Now they call separation of concern, same they called controllers when they released MVC
@ColaKnusper5 жыл бұрын
this is really mindblowing stuff. Can't wait for the day using Blazor in a job instead of Java and jsp...
@melihyilman88035 жыл бұрын
Change file extension ".razor" to "blazor" :p
@rodrigo64595 жыл бұрын
I actually didn’t realize how much people hated JavaScript before Blazor was a thing!!! Just WOW!!!!
@xxKipper5 жыл бұрын
12:24 handling state, very nice.
@tech-rofo5 жыл бұрын
Vs Code support is coming?
@rianconsultinginc97425 жыл бұрын
Great state management!!!
@aqeelbaloch11164 жыл бұрын
I have applied the AdminLTE template to my Blazor Web Assembly project and the layout works fine. But the JQuery document ready function was not working so I have called it from the Blazor component and then the plugin controls display perfectly. After doing so I am facing issues with Blazor Model Binding to input fields. Would you please suggest how can I resolve this issue? I have posted this question on StackOverflow with code snippets stackoverflow.com/questions/64829660/blazor-web-assembly-application-input-field-binding-is-not-working-after-calli
@MrTellus4 жыл бұрын
Why doesn't Ed answer Roberts question if you can use Identity in bazor with AD (and without Azure AD), isn't Windows AD supported and if it is where is the documentation?
@amirhosseinahmadi37065 жыл бұрын
That's great. But please start working on a VS Code extension for Blazor to get support in VS Code as well.
@letmewatch273 жыл бұрын
This is great, but what about a complete development framework/model, like MVVM or clean architecture? What you think the most suitable for Blazor development?
@shreyasjejurkar12335 жыл бұрын
Blozor looks promising and nice! 😍
@pebre795 жыл бұрын
I might've missed it, but is there hot reloading yet?
Holy hacks, Batman! That syntax trifle makes me yearn for regex & awk!
@JoelByrd15 жыл бұрын
Look! On the left, it's Michael Scott's brother!!
@jimiscott5 жыл бұрын
Good stuff!
@cas44254 жыл бұрын
Awesome 💪
@d0opify4 жыл бұрын
very nice
@solotech12064 жыл бұрын
Thanks bro
@soberacidtrip5 жыл бұрын
Meet the new voodoo, same as the old voodoo.
@MrSavalik5 жыл бұрын
Can we show something new that was not in previous presentations? No.
@orthodox-4-ever5 жыл бұрын
If you ask me, the biggest problem for Blazor right now is Visual Studio.....it is so buggy and works a bit better in VS Code
@you0neville0tube5 жыл бұрын
hopefully its all fixed in 1 month
@NotTheStinkyCheese5 жыл бұрын
It's not called a 'preview' for nothing ;-) Besides ... I think the biggest problem is that this could be yet another Silverlight if it doesn't gather enough momentum within a year.
@brandon-butler5 жыл бұрын
Just use Rider instead?
@saurabhtanwer21665 жыл бұрын
How you manage client side configuration in blazor , see this issue : -stackoverflow.com/questions/58128731/share-data-through-service-in-asp-net-blazor-client-side