Hi Patrick, thanks for your videos. I noticed you are able to close the VS tabs by double clicking on them and not directly clicking on the X. Example 4:19 time mark. How did you set that up? Thanks Patrick.
Hi Patrick, I was wondering if you would be open to making a short video on how to populate charts like these with data returned from an API call like we do in your ecommerce course. I am really struggling with figuring out how to do this and every resource I find including Razden and Syncfusion documentation always goes through the process by creating data right there on the page. I am trying to expand the ecommerce store with some charts and graphs but populating them with the services we created seems to be a hurdle I just can't manage. Thanks again for putting together so much great content!
What is your opinion about using Syncfusion components in Blazer Web Assembly? If you approve of their use, is there a solution to increase the loading speed of the pages that we have used the controls of that company's Blazer?
Thank you for everything I am facing a problem with the blazer, when I update the online site that uses blazer the changes are not reflected in all clients I have to delete the cookies from the client-side to apply the effects. Is there a solution to this problem?
always amazing, "PRIMA" can you plz give us your perspective about which better Blazor WASM Package tools to use. i have try to combine the Radzen with MudBlazor and it hauge missup. coze there are alot of classes are the same and the VS start going crazy. thx
Hey there, that's a good and very hard question. Let me think about that and maybe I'll create a comparison video. I think both have great components, but maybe you should have a deeper look at which library has the components you need for your project. I'm a bit biased maybe because I worked more often with MudBlazor, but I'm also surprised at how quick and easy Radzen Blazor works. In the end, it's maybe a matter of taste regarding the design of the components? Don't know if a lot of devs take the time to change the color palettes, for instance? But these are just my 2 cents. 😉 Take care, Patrick
@@DougNelson Thank you! Yep, adding too many libraries has its downsides. You can already do lots of great stuff with just using Blazor, I think. But then again - as shown in the video - adding a Data Grid with a library can be done in a couple of minutes. Doing that by yourself takes ages in comparison.
@@PatrickGod We just started a new project at my internship using the DataGrid and Forms but anything in general would be great to explore. Your channel has been big help for learning .Net 6 and EFCore. Many thanks
Hey Patrick, many thanks to you and your tutorials.... i've lerned a lot.. And with Radzen its verry easy to create a Webapplication... I've got a wiered error... I make a UserPage and a Citizen Page... Serverside i got a UserController and a CitizenController... if i start a get request directly (via browser), i get the correct data Based on the WeatherForecast DataGrid i create the UserPage (DataGrid) and CitizienPage (DataGrid) The UserPage shows the Data as expected... But... the CitizenPage.... i got a runtime error starts with: '
Oh lol.... i closed the project yesterday.... today i start VS2022 build the project.... it works... like... hä? what? why? what was so problem?! i really dont understand it :D
Thank you for perfect video. Can you make a video .Net core web API login using google, I learn by myself so it hard for me when I do this feature . Thanks sir.
I just started a job using this library the timing is too perfect
Awesome! Congrats on the new job! 😊
Please we want to see more of Radzen. Like full tutorials with schedulers and so on. Would be awesome. Great content :D
Great video! Been a year since I worked with Radzen, and this brought me back up to speed fast!
Wow nice room and setup Patrick! 👍
Glad you like it! Thanks! 😊
Very very good!! Thanks a lot Patrick
Glad you liked it! Thanks a lot for your feedback!
Great job! We waiting for more ... :)
Looks great!
Patrick, your content is awesome, very thanks for make this videos
Cool, Thanks Patrick
Hi Patrick, thanks for your videos. I noticed you are able to close the VS tabs by double clicking on them and not directly clicking on the X. Example 4:19 time mark. How did you set that up? Thanks Patrick.
thanks a lot Patrick i justo Made a site following your videos . great work!!!
Glad I could help! Thanks a lot for your feedback! 😊
In the column, you can skip the template for the date and use:
look great !
Hi Patrick, I was wondering if you would be open to making a short video on how to populate charts like these with data returned from an API call like we do in your ecommerce course. I am really struggling with figuring out how to do this and every resource I find including Razden and Syncfusion documentation always goes through the process by creating data right there on the page. I am trying to expand the ecommerce store with some charts and graphs but populating them with the services we created seems to be a hurdle I just can't manage. Thanks again for putting together so much great content!
What is your opinion about using Syncfusion components in Blazer Web Assembly?
If you approve of their use, is there a solution to increase the loading speed of the pages that we have used the controls of that company's Blazer?
I think I'm moving to Radzen as I use Bootstrap extensively & mudblazor uses Materialize which is conflicting with my CSS
Will the ecommerce course be continued? if so what do you expect to add?
Thank you for everything
I am facing a problem with the blazer, when I update the online site that uses blazer the changes are not reflected in all clients
I have to delete the cookies from the client-side to apply the effects.
Is there a solution to this problem?
always amazing, "PRIMA"
can you plz give us your perspective about which better Blazor WASM Package tools to use.
i have try to combine the Radzen with MudBlazor and it hauge missup. coze there are alot of classes are the same and the VS start going crazy.
thx
Agree.. Another great video. Would love to know your thoughts on your favorite tools. I don't want to rely on to many 3rd party includes.
Hey there, that's a good and very hard question. Let me think about that and maybe I'll create a comparison video. I think both have great components, but maybe you should have a deeper look at which library has the components you need for your project. I'm a bit biased maybe because I worked more often with MudBlazor, but I'm also surprised at how quick and easy Radzen Blazor works. In the end, it's maybe a matter of taste regarding the design of the components? Don't know if a lot of devs take the time to change the color palettes, for instance? But these are just my 2 cents. 😉 Take care, Patrick
@@DougNelson Thank you! Yep, adding too many libraries has its downsides. You can already do lots of great stuff with just using Blazor, I think. But then again - as shown in the video - adding a Data Grid with a library can be done in a couple of minutes. Doing that by yourself takes ages in comparison.
Could you implement a filter input for the entire grid? Would be great cause there is no example out there! Thanks
It is possible to make a pagination without loading all the data and as the page is changed, send a new request?
hello, is there a coupon for this excellent course in udemy , "TH-cam" coupon dont work
Great tutorial! Do you cover more of Radzen in any of your Udemy courses? Or will you be creating more youtube videos on this?
Hi Patrick, I would like to know your opinion on the top blazor component libraries. Maybe a comparison with pros and cons?
Oops. Forgot to subscribe. New subscriber here.
Thanks Patrick, great video! Could we see more Radzen in the future, thanks
Hey Carlos! Absolutely! Anything specific you would like to see?
@@PatrickGod We just started a new project at my internship using the DataGrid and Forms but anything in general would be great to explore. Your channel has been big help for learning .Net 6 and EFCore. Many thanks
Alright! Thanks for letting me know. 😊
@@PatrickGod Can we get some CRUD operations with a data grid? Like inline cell editing? That would be epic, along with EFCore. Thanks.
thx, very cool. Is the Radzen Blazor Studio App permanent free to use? Does anyone know?
Hey Patrick, many thanks to you and your tutorials.... i've lerned a lot..
And with Radzen its verry easy to create a Webapplication...
I've got a wiered error...
I make a UserPage and a Citizen Page...
Serverside i got a UserController and a CitizenController...
if i start a get request directly (via browser), i get the correct data
Based on the WeatherForecast DataGrid i create the UserPage (DataGrid) and CitizienPage (DataGrid)
The UserPage shows the Data as expected... But... the CitizenPage.... i got a runtime error starts with:
'
Oh lol.... i closed the project yesterday.... today i start VS2022 build the project.... it works... like... hä? what? why? what was so problem?!
i really dont understand it :D
Hi can you make a tutorial about Datagrid pagination with Backend call? please :)
Thank you for perfect video. Can you make a video .Net core web API login using google, I learn by myself so it hard for me when I do this feature . Thanks sir.
Radzen is cool, but mudblazor one love)))
se volvió recontra lento la aplicacion al utilizar la libreria Radzen