Blazor Tips and Tricks

  Рет қаралды 29,409

Microsoft Visual Studio

Microsoft Visual Studio

Күн бұрын

Пікірлер: 45
@rodrigo6459
@rodrigo6459 5 жыл бұрын
Blazor looks so nice!!! can´t wait for the official release
@jamesheffer3965
@jamesheffer3965 5 жыл бұрын
why wait
@DurstigerAffe
@DurstigerAffe 5 жыл бұрын
Thank you guys for helping us to escape from the javascript hell
@you0neville0tube
@you0neville0tube 5 жыл бұрын
understatement.. but to be fair this can't be expressed in words :D
@NotTheStinkyCheese
@NotTheStinkyCheese 5 жыл бұрын
there is no escape from javascript hell ;-) besides ... we all know that old problems get replaced by new problems.
@lifehacks5178
@lifehacks5178 5 жыл бұрын
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
@singerdave2001
@singerdave2001 5 жыл бұрын
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.
@ronjones1587
@ronjones1587 5 жыл бұрын
This is amazing! You guys are really doing an amazing job on simplifying devs lives, thanks for that.... I can't wait for Septembuurrrr.... ^_^
@sent4dc
@sent4dc 5 жыл бұрын
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?
@Uri18
@Uri18 4 жыл бұрын
this was super helpfull, would love more sessions like this one with neat tricks
@drsmaky
@drsmaky 5 жыл бұрын
Awesome... I had not realized that I could @inject singleton (or scoped) POCOs to share state between multiple components.
@99MrX99
@99MrX99 5 жыл бұрын
so with the last shown approach it can be used in a way similar to MVVM, we could just inject the ViewModel
@dcuccia
@dcuccia 5 жыл бұрын
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.
@sandanuwan735
@sandanuwan735 4 жыл бұрын
Anybody can tell me why is blazor application not refreshing after change html and css
@dergeneralist7106
@dergeneralist7106 5 жыл бұрын
Cool, code-behind is back 😂
@hamdanaldabbas1574
@hamdanaldabbas1574 4 жыл бұрын
Now they call separation of concern, same they called controllers when they released MVC
@ColaKnusper
@ColaKnusper 5 жыл бұрын
this is really mindblowing stuff. Can't wait for the day using Blazor in a job instead of Java and jsp...
@melihyilman8803
@melihyilman8803 5 жыл бұрын
Change file extension ".razor" to "blazor" :p
@rodrigo6459
@rodrigo6459 5 жыл бұрын
I actually didn’t realize how much people hated JavaScript before Blazor was a thing!!! Just WOW!!!!
@xxKipper
@xxKipper 5 жыл бұрын
12:24 handling state, very nice.
@tech-rofo
@tech-rofo 5 жыл бұрын
Vs Code support is coming?
@rianconsultinginc9742
@rianconsultinginc9742 5 жыл бұрын
Great state management!!!
@aqeelbaloch1116
@aqeelbaloch1116 4 жыл бұрын
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
@MrTellus
@MrTellus 4 жыл бұрын
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?
@amirhosseinahmadi3706
@amirhosseinahmadi3706 5 жыл бұрын
That's great. But please start working on a VS Code extension for Blazor to get support in VS Code as well.
@letmewatch27
@letmewatch27 3 жыл бұрын
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?
@shreyasjejurkar1233
@shreyasjejurkar1233 5 жыл бұрын
Blozor looks promising and nice! 😍
@pebre79
@pebre79 5 жыл бұрын
I might've missed it, but is there hot reloading yet?
@tech-rofo
@tech-rofo 5 жыл бұрын
not yet, but is it planed?
@dcuccia
@dcuccia 5 жыл бұрын
@@tech-rofo github.com/aspnet/AspNetCore/issues/5456
@RupertBruce
@RupertBruce 2 жыл бұрын
Holy hacks, Batman! That syntax trifle makes me yearn for regex & awk!
@JoelByrd1
@JoelByrd1 5 жыл бұрын
Look! On the left, it's Michael Scott's brother!!
@jimiscott
@jimiscott 5 жыл бұрын
Good stuff!
@cas4425
@cas4425 4 жыл бұрын
Awesome 💪
@d0opify
@d0opify 4 жыл бұрын
very nice
@solotech1206
@solotech1206 4 жыл бұрын
Thanks bro
@soberacidtrip
@soberacidtrip 5 жыл бұрын
Meet the new voodoo, same as the old voodoo.
@MrSavalik
@MrSavalik 5 жыл бұрын
Can we show something new that was not in previous presentations? No.
@orthodox-4-ever
@orthodox-4-ever 5 жыл бұрын
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
@you0neville0tube
@you0neville0tube 5 жыл бұрын
hopefully its all fixed in 1 month
@NotTheStinkyCheese
@NotTheStinkyCheese 5 жыл бұрын
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-butler
@brandon-butler 5 жыл бұрын
Just use Rider instead?
@saurabhtanwer2166
@saurabhtanwer2166 5 жыл бұрын
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
@kacper9207
@kacper9207 5 жыл бұрын
🙌✔✔✨✨🥇✨✨✔✔🙌
@rahulmathew8713
@rahulmathew8713 5 жыл бұрын
Old wine in new bottle , razor now blazor lol
App Center for WPF and WinForms
27:09
Microsoft Visual Studio
Рет қаралды 12 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 314 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Real-Time Notifications Using Blazor and SignalR from scratch
19:43
Milan Jovanović
Рет қаралды 41 М.
The Future of Blazor on the Client
29:37
Microsoft Visual Studio
Рет қаралды 31 М.
Clean Architecture with Blazor for Beginners in .NET 8🔥
18:09
Patrick God
Рет қаралды 13 М.
State Management in Blazor Apps
41:31
dotnet
Рет қаралды 24 М.
Blazor, a new framework for browser-based .NET apps - Steve Sanderson
1:01:28
Build interactive AI-powered web apps with Blazor and .NET
36:28
Blazor Server Components - Making Razor Components Easy to Use
42:23
How SEO Works With Each Blazor Render Mode in .NET 8 🔥
24:32
Patrick God
Рет қаралды 4,1 М.
Blazor and Azure Functions for Serverless Websites
26:12
Microsoft Visual Studio
Рет қаралды 15 М.