Пікірлер
@davidjiang7929
@davidjiang7929 3 сағат бұрын
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
@RahulGupta-jk9lb Күн бұрын
Best course
@FrankLiuSoftware
@FrankLiuSoftware Күн бұрын
Thank you 🙏
@hozmannew896
@hozmannew896 Күн бұрын
When this course will release on Udemy? I'm counting down the days until this Course is released .
@FrankLiuSoftware
@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.
@hozmannew896
@hozmannew896 13 сағат бұрын
@@FrankLiuSoftware Thank you so much.
@isaacweber7398
@isaacweber7398 6 күн бұрын
Thank you!
@lightseeker5702
@lightseeker5702 6 күн бұрын
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?
@nikb6837
@nikb6837 6 күн бұрын
Thanks, very clear explanation!😎
@FrankLiuSoftware
@FrankLiuSoftware 3 күн бұрын
Glad that it helps!
@benny-shen
@benny-shen 7 күн бұрын
Clearly explains the render mode
@valobelarabi
@valobelarabi 8 күн бұрын
greate !!
@vittoriomorellini1939
@vittoriomorellini1939 10 күн бұрын
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
@fishandchips8458
@fishandchips8458 10 күн бұрын
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.
@fishandchips8458
@fishandchips8458 10 күн бұрын
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.
@williamliu8985
@williamliu8985 11 күн бұрын
Love this series!
@roluaji
@roluaji 12 күн бұрын
The best Tutorial i have found in youtube to learn blazor. recommended..
@waqar_ahmed3168
@waqar_ahmed3168 12 күн бұрын
Bro can you use dark theme 😢
@FrankLiuSoftware
@FrankLiuSoftware 2 күн бұрын
You believe dark theme is good for eyes?
@wasantharambukwella5167
@wasantharambukwella5167 14 күн бұрын
Thank you for this excellent video! Your explanation of Blazor concepts was clear and concise, making it much easier to understand.
@truongtanchau6394
@truongtanchau6394 15 күн бұрын
thank you so much
@youtub3ian728
@youtub3ian728 16 күн бұрын
Do you have any Angular courses ? What do you think of Angular ? Better or worse than Blazor ?
@FrankLiuSoftware
@FrankLiuSoftware 15 күн бұрын
I am planning an angular course. I like both of them.
@nesa6582
@nesa6582 15 күн бұрын
​@@FrankLiuSoftwaredo you plan on covering React?
@PurpleHeart74
@PurpleHeart74 16 күн бұрын
Thank you so much sir. I cann't express my gratitude to you in words. Thanks a lot. I hope you continue this series.
@PurpleHeart74
@PurpleHeart74 17 күн бұрын
Thank you so much for this great content
@jasonhyland
@jasonhyland 18 күн бұрын
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-gv1sr
@Michel-gv1sr 19 күн бұрын
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 😅
@rickconnolly5006
@rickconnolly5006 19 күн бұрын
thanks, very well explained
@spontaneousorder5670
@spontaneousorder5670 19 күн бұрын
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?
@FrankLiuSoftware
@FrankLiuSoftware 19 күн бұрын
Blazor server
@mesutdemirci7933
@mesutdemirci7933 20 күн бұрын
Great explanation Frank!
@famegut5677
@famegut5677 20 күн бұрын
amazing video helps alot.
@hozmannew896
@hozmannew896 20 күн бұрын
The best thing in your courses, is that gave a clear concept explanation not like some others. Thank you.
@shyampramanik780
@shyampramanik780 21 күн бұрын
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.
@GordonMck
@GordonMck 21 күн бұрын
This is the video I was looking for to understand the basic architecture of Blazor. Excellent explanation. Thanks.
@johnyangsana911
@johnyangsana911 22 күн бұрын
Sir, where is Ep. 15 ???
@FrankLiuSoftware
@FrankLiuSoftware 22 күн бұрын
No need ep15. There was a duplicate. So don't worry about it. You are not missing anything.
@johnyangsana911
@johnyangsana911 20 күн бұрын
@@FrankLiuSoftware Thanks Sir.
@findxng
@findxng 25 күн бұрын
Thank you so so much Frank Liu, never knew ASP could be so easy and sweet, Some day I will afford full membership
@codezard1
@codezard1 25 күн бұрын
Your channel is hidden Gem🔷
@nickeax
@nickeax 25 күн бұрын
Thanks Frank, this is great content, explained perfectly with concise examples. It's been a great help to me.
@NischithHS-s4h
@NischithHS-s4h 26 күн бұрын
Can I get full project
@nibbles00
@nibbles00 26 күн бұрын
주입식이 아닌 이유를 설명해주니 header가 왜 필요한지 알게 되네요. frank 선생님 강의는 항상 이해 할 수 있어서 너무 좋습니다.
@nibbles00
@nibbles00 26 күн бұрын
Hey Frank! PostgreSQL TOO Please!!
@nibbles00
@nibbles00 26 күн бұрын
자세한 설명 감사합니다. 초보자에게 정말 유용한 강좌에요!!
@user-rm3rw3qm6w
@user-rm3rw3qm6w 26 күн бұрын
A great video, everything is so well put! Huge thanks!
@neil0618
@neil0618 28 күн бұрын
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!
@FrankLiuSoftware
@FrankLiuSoftware 27 күн бұрын
Maybe in about a week. Thanks 🙏
@jeppefalkleth7322
@jeppefalkleth7322 Ай бұрын
Can you share your app.diagrams to see? 🙂
@valentinoromelio5414
@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
@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
@lionmi62010 Ай бұрын
Thanks
@lionmi62010
@lionmi62010 Ай бұрын
very detailed and informative. thanks!
@lionmi62010
@lionmi62010 Ай бұрын
for some reason the playlist is running in opposite order, after episode 4 comes episode 3 etc.
@FrankLiuSoftware
@FrankLiuSoftware Ай бұрын
Thanks for letting me know. I will adjust.
@JanKowalski-ld4ec
@JanKowalski-ld4ec Ай бұрын
very underrated videos! congrats! I wish you made JS video as well!
@lionmi62010
@lionmi62010 Ай бұрын
under rated content here. great work Frank, Thank you!
@ivandrofly
@ivandrofly Ай бұрын
About render modes kzbin.info/www/bejne/fouklYuubJKDpK8
@mikeyim9597
@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
@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
@surajkushwaha4243
@surajkushwaha4243 Ай бұрын
Thanks for making videos 💫💫