GET YOUR FREE BLAZOR CHEAT SHEET HERE!!!: JustBlazor.com/ Perhaps you need a bit of guidance in landing the job, passing the interview or succeeding in your Software Career? Book a session: contractlancer.com/
@stsrki Жыл бұрын
I'm a Blazorise creator, and I would like to thank you for the video about Blazorise. I wanted to point out why you got the error for the DataGrid namespace. From what I have noticed in your video, the problem occurred because you have the same named page, a DataGrid.razor. So the VS couldn't resolve it. Hope it helps.
@justblazorprogramming Жыл бұрын
Ive tried removing it and i still get the issue, however its not a big deal. But thanks for reaching out, i always like talking to other Blazor creators and would like to extend a thank you for working on this library. If you'd like to contact me further for more discussion my email is in the about me.
@KhaUh Жыл бұрын
hey man sorry if this is not correct but i was havving the same issue with mublazor Color and ApexChartsBlazor Color and i solved it by somthing like this @using Color = ApexCharts.Color; Can that be the fix for the component tag?
@justblazorprogramming Жыл бұрын
What you are doing is a way to make it cleaner by creating something called an "Alias". I was just pointing out that if you dont know there is going to be a naming clash it can cause issues for you needing to investigate what the library you want to use it. You can use an alias if you want like you have but it can cause confusion to other people if they think its a certain library when it isnt. But this is something that is usually up to whatever conventions your team wants to use.
@walkingdadjokes6099 Жыл бұрын
free for non commercial use, 600$+ per year per developer for commercial use.
@sreenucnu4641 Жыл бұрын
I wanted to develop a maui blazor app. So for that which is best mudblazor or blazorise? Design wise and compatibility wise
@justblazorprogramming Жыл бұрын
You gotta ask yourself if you feel like paying a license first. Blazorise is not free, mudblazor is.
@datguy4104 Жыл бұрын
Why is your website a wordpress site instead of a blazor app?
@justblazorprogramming Жыл бұрын
Its not really meant to show off anything Blazor related. I think it might be super overkill to do it too, considering its purpose for now is just to take emails and send the cheat sheet. Not every problem needs a hammer.
@datguy4104 Жыл бұрын
@@justblazorprogramming Why not just serve that static page with a single page .Net minimal API?
@justblazorprogramming Жыл бұрын
Wordpress gave me everything i needed with little effort and time, and time is something im willing to pay for. Unfortunately im limited in the amount of time i can devote to something, and id rather use that time on other aspects of my channel or anything else really.
@AMIRKHAN-dm2fm Жыл бұрын
What dou you think about Ant Blazor Design
@justblazorprogramming Жыл бұрын
I havent checked it out yet, but if you have any suggestions im open to them
@AMIRKHAN-dm2fm Жыл бұрын
@@justblazorprogramming can you please make a mud vs Ant blazor video in which please share pros and cons. personally i love ant blazor but its not so famous.
@Well0549 Жыл бұрын
The support for chartjs is way better in Blazorise
@timschwallie1589 Жыл бұрын
Check those licenses.
@justblazorprogramming Жыл бұрын
I was under a very wrong impression. Ill be sure to make this more known since i might have not addressed this correctly. I thought it was free like mudblazor for commercial use but it isnt. Thanks for pointing that out
@10Totti Жыл бұрын
Good comparison, but MudBlazor is still the best in my opinion.
@Well0549 Жыл бұрын
I think you should re-record this video, the naming convention stuff that you mention is something you caused yourself...... I switched from mud to blazorise because some stuff I wanted to do (mainly with graph) couldn't be done with mudblazor and could be done with Blazorise. imho you should redo the video and strip all the so-called-naming clashes.
@justblazorprogramming Жыл бұрын
I would the issue is that i dont think this is a very popular topic from what i can tell. Also i try to stay away from for-profit libraries unless they pay me. KZbin isnt paying the bills.