Adding Blazor Components with Drag and Drop

preview_player
Показать описание
In Blazor, we use components quite a bit. In fact, every page in Blazor is technically a component first. A newer feature of Visual Studio allows us to easily drag and drop these components with their required values.

Рекомендации по теме
Комментарии
Автор

Thank you, Tim, for sharing. I love where Microsoft is taking Visual Studio and the features, they continue to add to the software saving so much time for us developers.

waynehawkins
Автор

Thats a great additional function! Thanks for sharing Tim.

homelessrogue
Автор

This is a pretty nice feature! Thanks for sharing, keep them coming 💪

zetbit
Автор

great feature, Tim! I think its finally a time to learn Blazor)

antonaaa
Автор

I am excited to learn Blazor. Thank you!

WondervilleSeries
Автор

Oh boy, are you reading my mind? Thanks! I'll watch it right away!

Antonio-ltsp
Автор

Really neat feature! I guess I’ll probably never figured this out myself. Thank you so much, Mr. Corey!

torrvic
Автор

I'm in the middle of taking your Blazor class. Nice addition. Thanks.

mikebreeden
Автор

Ok, I need help on this one.
If I try to drag'n'drop the counter, it will write me a very long <link href=c:\users\[...and so on]>.
If I try to use the intellisence it looks like this:


...I'm using VS version 17.9.6.
What am I missing? ^^
I feel dumb ._.
I'm totally new to Blazor.

Nekrokon
Автор

What’s your opinion of React, it seems to have the same methodology and syntax semantics as this Blazor stuff

gower
Автор

If you have components in an external library, is there a way to drag and drop these too?
Since they are in the Solution explorer.

ro
Автор

I feel clickbaited lol. I saw drag and drop and knowing it's not something blazor supports natively (besides just using vanilla JavaScript and html) I was oooo they added drag n drop this should be good...sigh

aceace
Автор

not what I was hoping for but thanks...

johnnm
Автор

man! I thought they added a designer as in winforms

ibrahimhussain
Автор

For some reason this feature does not work for me

pierresmithps
Автор

Why counter.razor has @page(isnt it a component), pagetitile and why we have starting value? we are not using It anywhere. I am new .

mefaba