Hi Frank, I just found this new series. Thanks for putting it out there! I'm a big fan of your courses :) Really hoping for you to cover microservices as well. Some topics suggestions for your future courses: DDD, YARP, Keycloak & AWS integrations.
@RahulGupta-jk9lbКүн бұрын
Best course
@FrankLiuSoftwareКүн бұрын
Thank you 🙏
@hozmannew896Күн бұрын
When this course will release on Udemy? I'm counting down the days until this Course is released .
@FrankLiuSoftwareКүн бұрын
Thanks for waiting! I am still working on it. This is the biggest course I have been making. It will take some time. Thanks for you patience! I will post some coupons on KZbin once released.
@hozmannew89613 сағат бұрын
@@FrankLiuSoftware Thank you so much.
@isaacweber73986 күн бұрын
Thank you!
@lightseeker57026 күн бұрын
Hi. I'm doing all step by step like in your video but i have no problems with value of categoryId in the Edit post action method. CategoryId value after pressing save button correspond to value in static "DB". Why is that?
@nikb68376 күн бұрын
Thanks, very clear explanation!😎
@FrankLiuSoftware3 күн бұрын
Glad that it helps!
@benny-shen7 күн бұрын
Clearly explains the render mode
@valobelarabi8 күн бұрын
greate !!
@vittoriomorellini193910 күн бұрын
Also I confirm: one of the best video I found on blazor architecture; plus it is immediate the clarity of explanations and also these 3 hours are very smooth and not heavy to see
@fishandchips845810 күн бұрын
Thanks for your effort to create this tutor! When I try to run the example from ~48:12 on my computer, I got this: System.InvalidOperationException: 'Cross-thread operation not valid: Control 'lblMessage' accessed from a thread other than the thread it was created on.' Is this because of older .NET version? Copilot says: The System.InvalidOperationException error occurs because the lblMessage control is being modified by a different thread than the one on which it was created. In Windows Forms applications, controls can only be modified on the thread that created them. This problem can be solved by using the Control.Invoke or Control.BeginInvoke methods, which ensure that operations on the control are performed on the correct thread. private void ShowMessage(string message, int delay) { Thread.Sleep(delay); if (lblMessage.InvokeRequired) { lblMessage.Invoke(new Action(() => lblMessage.Text = message)); } else { lblMessage.Text = message; } } This is how I can run the program smoothly well.
@fishandchips845810 күн бұрын
Anyway, I've been preparing myself for my 'service oriented programming' uni exam for and I have to say , this tutor has been helping me much more, than our notes. :D The exam is about a smooth solution of consumer producer issue.
@williamliu898511 күн бұрын
Love this series!
@roluaji12 күн бұрын
The best Tutorial i have found in youtube to learn blazor. recommended..
@waqar_ahmed316812 күн бұрын
Bro can you use dark theme 😢
@FrankLiuSoftware2 күн бұрын
You believe dark theme is good for eyes?
@wasantharambukwella516714 күн бұрын
Thank you for this excellent video! Your explanation of Blazor concepts was clear and concise, making it much easier to understand.
@truongtanchau639415 күн бұрын
thank you so much
@youtub3ian72816 күн бұрын
Do you have any Angular courses ? What do you think of Angular ? Better or worse than Blazor ?
@FrankLiuSoftware15 күн бұрын
I am planning an angular course. I like both of them.
@nesa658215 күн бұрын
@@FrankLiuSoftwaredo you plan on covering React?
@PurpleHeart7416 күн бұрын
Thank you so much sir. I cann't express my gratitude to you in words. Thanks a lot. I hope you continue this series.
@PurpleHeart7417 күн бұрын
Thank you so much for this great content
@jasonhyland18 күн бұрын
Wow, not that I don’t appreciate the video but you need to clear to viewers at the start you fail to cover most of what you said you would do. Please don’t watch this expecting it to cover anything but the very basics. Disappointing.
@Michel-gv1sr19 күн бұрын
App, route, layout: not very elegant if u ask me. Microsoft sometines makes things work in a very ugly way, they should look more at open sourc3 to learn to set things up more intuitively. To make the distinction more clear between server and webapp components, this guy chooses as example app a server management system, what a nerd 😅
@rickconnolly500619 күн бұрын
thanks, very well explained
@spontaneousorder567019 күн бұрын
I have a .Net 8 MVC Web App in production. My only hosting option is IIS. Which flavor would be the best candidate for moving from MVC to Blazor?
@FrankLiuSoftware19 күн бұрын
Blazor server
@mesutdemirci793320 күн бұрын
Great explanation Frank!
@famegut567720 күн бұрын
amazing video helps alot.
@hozmannew89620 күн бұрын
The best thing in your courses, is that gave a clear concept explanation not like some others. Thank you.
@shyampramanik78021 күн бұрын
Great explanation Frank!! Can you also please create a video on if we can use IIS as a web server instead of Kestrel? in process and out of process hosting , this topic is confusing.
@GordonMck21 күн бұрын
This is the video I was looking for to understand the basic architecture of Blazor. Excellent explanation. Thanks.
@johnyangsana91122 күн бұрын
Sir, where is Ep. 15 ???
@FrankLiuSoftware22 күн бұрын
No need ep15. There was a duplicate. So don't worry about it. You are not missing anything.
@johnyangsana91120 күн бұрын
@@FrankLiuSoftware Thanks Sir.
@findxng25 күн бұрын
Thank you so so much Frank Liu, never knew ASP could be so easy and sweet, Some day I will afford full membership
@codezard125 күн бұрын
Your channel is hidden Gem🔷
@nickeax25 күн бұрын
Thanks Frank, this is great content, explained perfectly with concise examples. It's been a great help to me.
@NischithHS-s4h26 күн бұрын
Can I get full project
@nibbles0026 күн бұрын
주입식이 아닌 이유를 설명해주니 header가 왜 필요한지 알게 되네요. frank 선생님 강의는 항상 이해 할 수 있어서 너무 좋습니다.
@nibbles0026 күн бұрын
Hey Frank! PostgreSQL TOO Please!!
@nibbles0026 күн бұрын
자세한 설명 감사합니다. 초보자에게 정말 유용한 강좌에요!!
@user-rm3rw3qm6w26 күн бұрын
A great video, everything is so well put! Huge thanks!
@neil061828 күн бұрын
Hi Frank. I just want to say that this series of tutorials is excellent and very thorough. I'd like to know when new videos will be coming out. Thank you!
@FrankLiuSoftware27 күн бұрын
Maybe in about a week. Thanks 🙏
@jeppefalkleth7322Ай бұрын
Can you share your app.diagrams to see? 🙂
@valentinoromelio5414Ай бұрын
AccountName is not recognized. Any idea? <StackLayout Grid.Row="1" Orientation="Horizontal" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Margin="1"> <Grid HorizontalOptions="FillAndExpand"> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <ListView x:Name="listViewAccounts" ItemsSource="{Binding Accounts}" SeparatorColor="Silver" > <ListView.ItemTemplate> <DataTemplate> <TextCell Text="{Binding AccountName}"></TextCell> </DataTemplate> </ListView.ItemTemplate> </ListView> </Grid> </StackLayout> public partial class CRMPage : ContentPage { private CRMViewModel _crmViewModel; public CRMPage(CRMViewModel crmViewModel) { InitializeComponent(); _crmViewModel = crmViewModel; BindingContext = crmViewModel; } public class CRMViewModel:ObservableObject { public ObservableCollection<Account> Accounts { get; } public CRMViewModel() { Accounts = new ObservableCollection<Account> { new Account { AccountName = "Company A" }, new Account { AccountName = "Company B" }, }; } } public class Account { public string AccountName { get; set; } }
@mikeyim9597Ай бұрын
Hi Frank. Just finished your .Net Maui Contacts App tutorial. You have the best .Net Maui tutorial on KZbin. I was compelled to purchase your monthly subscription for more in-depth lessons for MVVM. Looking forward to it and Blazor lessons in the future. If I may request, can you do .Net Maui with MySQL? Thank you.
@lionmi62010Ай бұрын
Thanks
@lionmi62010Ай бұрын
very detailed and informative. thanks!
@lionmi62010Ай бұрын
for some reason the playlist is running in opposite order, after episode 4 comes episode 3 etc.
@FrankLiuSoftwareАй бұрын
Thanks for letting me know. I will adjust.
@JanKowalski-ld4ecАй бұрын
very underrated videos! congrats! I wish you made JS video as well!
@lionmi62010Ай бұрын
under rated content here. great work Frank, Thank you!
@ivandroflyАй бұрын
About render modes kzbin.info/www/bejne/fouklYuubJKDpK8
@mikeyim9597Ай бұрын
Frank, thank you for the awesome .Net Maui Tutorials. It's one of the best tutorial series on .Net Maui. I'm considering taking your full courses in the near future.
@yasminacherfi9755Ай бұрын
You’re the best! I went through many tutorials to find answers to my questions, but nothing worked. Finally, I found you, and you’ve been an amazing teacher. Thank you! Please keep making videos on microservices and unit testing,GIT, AZURE ! <3