This is a very important concept in using Blazor, and yet this is the first tutorial I have found (out of many) that actually makes any sense, so thank you! Also, I just subscribed, and though this video is a year old I hope I am not your first female subscriber! 😂😉
@arrrryyy2 жыл бұрын
Blazor seems dream come through. I spent tons of money with programmers until decided that I need to at least understand what’s going on. But got so passionate about dotnet framework and especially csharp that want to learn and start doing my specialized apps myself. Keep on doing the great work.
@vitorrochatech Жыл бұрын
Nice video, i will really use this!
@justblazorprogramming Жыл бұрын
Go for it!
@dhartipatel5805 Жыл бұрын
Nicely explained. can we refresh/reinitialize Reusable component again and again on button click or any way?
@Дмитрийсекрет-н7о8 ай бұрын
Отличный учебный урок. Спасибо.
@walkingdadjokes60992 жыл бұрын
thx for the vid. I'm struggling with filtering. The way I do it when Data is Ienumerable or List is with a linq query.Where(c => c.Name.contains(filter word) for the name Column for example. But when trying to do it with Titem, it doesn't know that there's "Name" column to so I can't make my query work with linq....Am I supposed to build it completely in a string like query.Where("customMadeComplicatedString")? or is there a better way...
@justblazorprogramming2 жыл бұрын
The issue with this is that you need to "find" the column name first as this is a generic. I think there is some prop value function that does it, idk off the top of my head. With a generic you need to first find out if the property exists and then find its value
@walkingdadjokes60992 жыл бұрын
@@justblazorprogramming I found System.Linq.Dynamic.Core and was able to put the query in string format which solved my issue
@justblazorprogramming2 жыл бұрын
@@walkingdadjokes6099 Thats great man im glad you stuck with finding the solution to the problem, exactly what you need to do to be professional in this industry.
@juke-duke2 жыл бұрын
Hey, I really love using C# and am trying to get into web development. Can you please tell me the path and things I need to know before using Blazor. Like I start with HTML and CSS and then what next. I am a complete beginner to this so I really want to know the best way to understand everything im using in Blazor.
@justblazorprogramming2 жыл бұрын
From an absolute beginner? You do need to learn some HTML and CSS, but its not so hard so you can probably pick up most of what you need in like a week tops when it comes to that. After that you should choose a tech stack, if you are going the C# direction then that would be .net 6 as your backend and sql as your database with a frontend that could be Blazor or Javascript(If you go down the js path choose react or angular, personally from these two choices id go learn reactm but if you go here then you could also learn something called the MERN stack). Its a process so dont let this overwhelm you, you should also know that Blazor is up and coming so its not as popular when it comes to jobs atm as react or angular is. With that said if you want to go down the Blazor path id look into the kind of job market there is for that in your area. If you see its kinda scarce go into the JS side. I believe in Blazor being a contender but i also know at the moment its not the first pick in terms of front-end languages. However .net is a primary backend for a lot of companies so your C# knowledge wont be wasted and thats where a lot of the jobs, especially full-stack ones can be found. Dont limit yourself to this, I started with Java then went into C# and learned Razor, then other JS frameworks, then Blazor. Choose your path based on what you like and what the market deems to be viable.
@fadidib85162 жыл бұрын
learn C# , then do a job search to see if blazor or react is needed then learn that.
@juke-duke2 жыл бұрын
@@justblazorprogramming Thank you so much for the feedback, yeah its just that I have been learning HTML and CSS, but I cant seem to crack into Blazor, every tutorial series uses such big terminology, and every time I go and look up the stuff they speak on, I get information overload. Stuff from SignalR to HTTPS protocol, to APIs, I get lost and burnout really quickly. Do you know any good resources that will help me get straight into Blazor for someone who knows just C#, HTML, and CSS. All I really want to create right now is a cool static website for my game, a website I can use to write Lore on and then move on to backend to add accounts.
@Jason_Shave2 жыл бұрын
You don’t need a personal trainer. Pluralsight C# course is great. LinkedIn Learning is good. Of course KZbin is awesome. Learn the basics, build something that uses those basic skills then learn something new and apply it. Before you know it, two years will have passed and you’ll have a solid foundation.
@fadidib85162 жыл бұрын
@@Jason_Shave 2 years 😂🤣
@acidPen0615 Жыл бұрын
I have csvData pertaining to different Users with headers and columns. These Headers and Columns vary from Customer to Customer. Note Number of Columns are Unknown. I want to Populate this Data in a MudTable on Selection of a row show the Form for CRUD Operations. I want to use a RenderFragment that Reads the CSVHeaders its a List and the actualData is CsvData its a List I have tried this shows but repeats the Rows meaning if I have 3 Rows it shows 3 Rows many times as Row1, Row2, Row3 and Repeats Row1, Row2... In my Search a came across a solution that recommends usage of a RenderFragment and this problem will vanish. I being a Newbie to MudBlazor I am desperately trying all sorts of experiments without results. Can you come up with a video or give me a solution to resolve this nagging problem that has eaten up a lots of my time?
@fadidib85162 жыл бұрын
do u use stubbing ? for components
@justblazorprogramming2 жыл бұрын
I dont really do that unless you count adding directives i may not need as stubbing.
@rachelmeriah2 жыл бұрын
I just subscribed to your channel and I'm female! :D
@justblazorprogramming2 жыл бұрын
You just ruined my perfect score. Jk, welcome to channel hope you enjoy what you see.
@AlexanderMorou2 жыл бұрын
@@justblazorprogramming Don't be silly. The analytics should say 0 still. Your model says false, even if the user has it set to true.