@@FrankLiuSoftware No, thank YOU! I am beyond happy to finally fully grasp clean architecture. I read the book, and it clicked a little. Then took some classes that didn't use it, and it threw me off. Your class fully fleshed it out, just great!
Wauw, been self-learning C# since the following four months. So far, I haven't heared anything about Middleware and how the process actually works. The first 6 minutes alone are enough for me to give this a thumbs up and a subscribe, thanks for the help!
@@FrankLiuSoftware I am following this along with a view breaks in the mean time. However, I can already say that you take a different perspective on explaining how to make an web app in general. For example, again in 24:00 and in 26:00 this helps to get a better understanding of the purpose of using components:)
@@FrankLiuSoftware It's the least I can do, soon your channel will explode:D Specially if you keep your microfone a bit more syncronized than everything is as neat as it can be:)
I really enjoy your detailed explanations and presentations. With such good clarity and crystal clear explanations. I look forward to watching you closely moving forward
Thank you very much Frank! You are the Master of Programming Tutorials and Enrichment. Really love your step by step lessons. I am able to grasp all of the basic concepts. Your videos are an invaluable resource for us all. Keep them coming!!!
💎My New Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture ua-cam.com/video/C8xIE_3I7JQ/v-deo.html Around lesson 3 and lesson 4, some parts' sound quality was messed up due to video combining process. Unfortunately, on UA-cam, once a video is uploaded, I cannot modify it anymore. You can go to my course link above to watch them as free preview.
I don't have a video for this particular one. But to convert, you will need to wrap the use cases with web api end points. Then call the web APIs from blazor webassembly
Frank, I am to the point where I am not really comfortable to continue consuming your channel videos without being able to pay back, even nominally. Usual stuff, like "Patreon" or "Cup of coffee" etc will be really nice. Please enable your channel to accept payments of some sort, that will lessen the guilt factor. Thank you for practical experience you share with us!
Thank you Michael! That is very kind of you! I thought I might do the a cup of coffee thing after I have more subscribers. But maybe I can start a little early. I guess it doesn't hurt.
You can get the Udemy course for $10 to $11 for the next 2 days. (Or if you read this comment later on, Udemy always has one sale or another if you wait long enough).
Furthermore, if I understood you correctly, you specified the zero as a return value in the one method. I was told that is bad. An exception would be better, so that you could continue working with the value.
Hello Frank congrats for your video, it's amazing. Frank I have a doubt. In this video, you use a blazor server directly and you Injects Interfaces. If I have two projects, for example, Blazor App, Xamarin App. I have that create a .net core web api with its methods, and both projects can connect to same api? I hope you understand me. Please I need orientation Sorry for my english, i'm learning. Regards.
Yes, both can connect to the same web API. That is obvious, which makes me think you are not asking that. If I didn't answer your question, please clarify what you actually want to ask.
@@FrankLiuSoftware hello frank, thank for your reply. My question is: If you want to build a Web app in Blazor and another one in xamarin. In the same project, would you leave Blazor server project behind and would you build a Web api to connect both of them (Blazor Assembly and Xamarin)?
Thank you sir! I learned about Bootstrap and about search filtering functionality from you. But frankly your example doesn’t have a lot of relation to Clean Architecture (for example UI should not have dependencies on everything but only to Infrastructure) and it is a shame that you don’t have a database here.
@@FrankLiuSoftware I want to ask if I want to create employee attendance is it hard with Blazor or better MVC? I work for school and I don't know exactly what to use. I decide what I want the application to be PWA. And it tells me how hard it is to create attendance in Blazor.
@@FrankLiuSoftware I want to ask when I create an application. So there I have the option to check "ASP .NET Core hosted" when creating and I will create 3 projects - Server, Client and Shared. Should I tick it? Otherwise, I bought a course for Udemy. And I want to ask, in addition, is it possible to ask you for some advice via skype or some other communication application if you do not mind? Thank you for answer
Mogno, there isn't any books that I like very much. Martin Fowler's Design Patterns for Enterprise Applications is a bit out dated. Maybe look into vertical slice on UA-cam.
@frank Liu, I want to purchase this course on Udemy. Can you please send me the Udemy course link. I could not find this on the Udemy so I am commenting here.
Hi KL, these are big topics. Long story short, class libraries are for grouping different concerns into to different layers. One library represents one layer most of the time, so that when you look at one class lib, you are certain that everything under it is for one purpose. That helps with maintainability and other beneifts. Interfaces are there for a class or an entire class lib to tell what it does or what it expects. Start using them, and after some time, you will get the hang of them.
No problem. First of all, I didn't use ef core in this course. Secondly it is always good to have a place where you group data operations instead of relying on a particular provider. That is just my opinion.
Hi @Frank, How to set @typeparam TItem default type in the razor component. (want to optional to pass TItem parameter in a component when it is used in other components. For instance,
as well as ) both should be right ...(Related Templated Components ) !! I am waiting for your quick response....!!!
Loved this tutorial, but I also wonder if it wouldn't be easier to just inject the `ProductRepository` class into each component and code the functionality there instead of making a new class for each use case? The amount of .cs files created with this approach seems a bit overkill. Also, how about creating a `ProductService` class instead, where all methods related to Products are in one place and that service is injected where needed? I'm still learning the SOLID principles, so my opinion might just be completely wrong.
Is that because it's a condensed version of the full 7.5 hour tutorial that's available on Udemy now? I don't know... I just purchased that for $10+tax, and I'm going to watch that instead of this condensed version. I could be wrong though?
Around lesson 3 and lesson 4 there are some sound quality was messed up due to video combining process. Unfortunately, on UA-cam, once a video is uploaded, I cannot modify it anymore. If you found it distracting and hard to follow, please go to the Udemy course, the entire first section is set as free preview. So you can watch it there and then come back for the second section here on UA-cam.
Does anyone else find it humorous that he lists an affiliate link to his MICROPHONES? lol The audio quality of his lectures receive constant negative feedback.
This is the same and I just call them differently. Domain = Core Business, Application = Use Cases, Infrastructure = Plugins and Presentation = UI. I like my naming which is inline with Robert Martin's definition.
This was a great course, just finished it. I love any course that teaches clean architecture.
Thank you Ross!
@@FrankLiuSoftware No, thank YOU! I am beyond happy to finally fully grasp clean architecture. I read the book, and it clicked a little. Then took some classes that didn't use it, and it threw me off. Your class fully fleshed it out, just great!
@@rossthemusicandguitarteacher So happy that it helped you!
Wauw, been self-learning C# since the following four months. So far, I haven't heared anything about Middleware and how the process actually works. The first 6 minutes alone are enough for me to give this a thumbs up and a subscribe, thanks for the help!
Hope the rest of course is also helpful to you. Enjoy!
@@FrankLiuSoftware I am following this along with a view breaks in the mean time. However, I can already say that you take a different perspective on explaining how to make an web app in general. For example, again in 24:00 and in 26:00 this helps to get a better understanding of the purpose of using components:)
Thank you Tim! Your words are very encouraging. As someone who have just started teaching online, your feedback is very encouraging!
@@FrankLiuSoftware It's the least I can do, soon your channel will explode:D Specially if you keep your microfone a bit more syncronized than everything is as neat as it can be:)
@@FrankLiuSoftware I am now at 42:00. I can't find the productlist that you see where to be found on github. Can you perhaps share that?
I really enjoy your detailed explanations and presentations. With such good clarity and crystal clear explanations. I look forward to watching you closely moving forward
I am so happy that the videos are helpful. Happy New Year!
Thank you very much Frank! You are the Master of Programming Tutorials and Enrichment. Really love your step by step lessons. I am able to grasp all of the basic concepts. Your videos are an invaluable resource for us all. Keep them coming!!!
Thanks so much for the good words! That means a lot to me! Happy New Year!
Very good introduction, but I urgently suggest You adjust Your audio levels, those permanent changes are disturbing
💎My New Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture
ua-cam.com/video/C8xIE_3I7JQ/v-deo.html
Around lesson 3 and lesson 4, some parts' sound quality was messed up due to video combining process. Unfortunately, on UA-cam, once a video is uploaded, I cannot modify it anymore. You can go to my course link above to watch them as free preview.
Posting the first sections on YT was genius! I bought your udemy course! Nice content!
Thank you coldWire!
Great tutorial! Is there any master detail blazor content especially multiple edit on details?
thank you sir.. now i have better understanding in of what uncle bob says thumbs upp :)
My pleasure!
Thank you soo much
I just love it, Thank you man
Thanks for sharing your knowledge.
You are welcome!
Thank you ^^
Hello Frank, How to convert this example from Blazor Server to Blazor WebAssembly, Is possible?
Do you have a video?
I don't have a video for this particular one. But to convert, you will need to wrap the use cases with web api end points. Then call the web APIs from blazor webassembly
Frank, I am to the point where I am not really comfortable to continue consuming your channel videos without being able to pay back, even nominally. Usual stuff, like "Patreon" or "Cup of coffee" etc will be really nice. Please enable your channel to accept payments of some sort, that will lessen the guilt factor.
Thank you for practical experience you share with us!
Thank you Michael! That is very kind of you! I thought I might do the a cup of coffee thing after I have more subscribers. But maybe I can start a little early. I guess it doesn't hurt.
@@FrankLiuSoftware , Seems like Frank has got interesting content... I'm subscribing
Thank you @FKN XIV
You can get the Udemy course for $10 to $11 for the next 2 days. (Or if you read this comment later on, Udemy always has one sale or another if you wait long enough).
Hi Michael, I setup a Buy me a coffee page here: www.buymeacoffee.com/frankliucs. Hope this will make you feel better.
Why don't you list out the categories in left sidenav and search by Category link? Please...
Furthermore, if I understood you correctly, you specified the zero as a return value in the one method.
I was told that is bad. An exception would be better, so that you could continue working with the value.
Purchased on Udemy and subscribed. What font are you using in the VS IDE for editing your C# files?
I am using Gonsolas. Thank you Guy! Let me know if you also see continuity errors like Alex pointed out.
Thank you for your easy to understand tutorial
You are very welcome! I am happy it helps.
Hello Frank congrats for your video, it's amazing.
Frank I have a doubt.
In this video, you use a blazor server directly and you Injects Interfaces.
If I have two projects, for example, Blazor App, Xamarin App. I have that create a .net core web api with its methods, and both projects can connect to same api?
I hope you understand me. Please I need orientation
Sorry for my english, i'm learning.
Regards.
Yes, both can connect to the same web API. That is obvious, which makes me think you are not asking that. If I didn't answer your question, please clarify what you actually want to ask.
@@FrankLiuSoftware hello frank, thank for your reply. My question is:
If you want to build a Web app in Blazor and another one in xamarin. In the same project, would you leave Blazor server project behind and would you build a Web api to connect both of them (Blazor Assembly and Xamarin)?
Do you understan me now?
Thank you sir! I learned about Bootstrap and about search filtering functionality from you. But frankly your example doesn’t have a lot of relation to Clean Architecture (for example UI should not have dependencies on everything but only to Infrastructure) and it is a shame that you don’t have a database here.
This is just part of the course. The complete course has a database.
I am living in iran and i cant pay becouse of U. S. A sancations,,,, what am I supposed to do? Can I use the source code in a free manner?
Udemy should support other methods of payment.
Hi I wanna ask, if I wanna create PWA app with ASP.NET its better choice Blazor or MVC ? Thanks for answer
I would say Blazor WebAssembly since a PWA app is typically a SPA .
@@FrankLiuSoftware I want to ask if I want to create employee attendance is it hard with Blazor or better MVC? I work for school and I don't know exactly what to use. I decide what I want the application to be PWA. And it tells me how hard it is to create attendance in Blazor.
@@Beji-boy it would easier with Blazor. With MVC, you will inevitably need to use JavaScript. With Blazor, you only need to deal with one stack.
@@FrankLiuSoftware I want to ask when I create an application. So there I have the option to check "ASP .NET Core hosted" when creating and I will create 3 projects - Server, Client and Shared. Should I tick it? Otherwise, I bought a course for Udemy. And I want to ask, in addition, is it possible to ask you for some advice via skype or some other communication application if you do not mind?
Thank you for answer
Pure Gold
Glad that you enjoyed it.
@@FrankLiuSoftware do you suggest any book to read for learning advanced design patterns for asp.net core.
Mogno, there isn't any books that I like very much. Martin Fowler's Design Patterns for Enterprise Applications is a bit out dated. Maybe look into vertical slice on UA-cam.
@frank Liu, I want to purchase this course on Udemy. Can you please send me the Udemy course link. I could not find this on the Udemy so I am commenting here.
This is very old course. Why don't you learn the newest? For supporting legacy project?
Good stuff 👍
Glad that you enjoy it.
i am not clear why we used those class library and many interfaces would anybody please describe or help me to understand those purposes
Hi KL, these are big topics. Long story short, class libraries are for grouping different concerns into to different layers. One library represents one layer most of the time, so that when you look at one class lib, you are certain that everything under it is for one purpose. That helps with maintainability and other beneifts. Interfaces are there for a class or an entire class lib to tell what it does or what it expects. Start using them, and after some time, you will get the hang of them.
@@FrankLiuSoftwareThank you Frank , I want to understand those clearly .......
Why are u doing the repositry pattern when ef core supports this just a question not a fault.
No problem. First of all, I didn't use ef core in this course. Secondly it is always good to have a place where you group data operations instead of relying on a particular provider. That is just my opinion.
why do you stop at the product details, you call it Build an e-Commerce Web App but you leave ou the e-comerse part...
Hi @Frank, How to set @typeparam TItem default type in the razor component. (want to optional to pass TItem parameter in a component when it is used in other components. For instance,
as well as
)
both should be right ...(Related Templated Components )
!! I am waiting for your quick response....!!!
Great tutorial
Thank you Ioan!
Loved this tutorial, but I also wonder if it wouldn't be easier to just inject the `ProductRepository` class into each component and code the functionality there instead of making a new class for each use case? The amount of .cs files created with this approach seems a bit overkill. Also, how about creating a `ProductService` class instead, where all methods related to Products are in one place and that service is injected where needed? I'm still learning the SOLID principles, so my opinion might just be completely wrong.
Making logic stay in ui components is not good. For example, when you migrate to newer technology, you have to recode all your logic.
where is the next section sir ?
Hi Zin, the next sections are in the description area. Please follow the link, they are not free though. Thanks for following the course.
anyone got that github link? need the data :)
I will get you the data. Give me some time.
Here you go: github.com/frank-liu-toronto/free-blazor-course
U miss the more imporant rule on e-commerce... Security 🤸🙄 all remaining Is good
My full course does have security. Or are you talking about something else. Let me know, maybe I can add to the course later. Thanks!
@@FrankLiuSoftware When are you going to add the full course ? It's very interesting you're doing a great job.
There are lots of continuity errors in this that makes it nigh on impossible to follow.
Is that because it's a condensed version of the full 7.5 hour tutorial that's available on Udemy now? I don't know... I just purchased that for $10+tax, and I'm going to watch that instead of this condensed version. I could be wrong though?
Around lesson 3 and lesson 4 there are some sound quality was messed up due to video combining process. Unfortunately, on UA-cam, once a video is uploaded, I cannot modify it anymore. If you found it distracting and hard to follow, please go to the Udemy course, the entire first section is set as free preview. So you can watch it there and then come back for the second section here on UA-cam.
Does anyone else find it humorous that he lists an affiliate link to his MICROPHONES? lol The audio quality of his lectures receive constant negative feedback.
Lol, it is funny. But that video is an old one.
This is not clean architecture at all. Clean architecture has Domain, Application, Infrastructure and Presentation layers.
This is the same and I just call them differently. Domain = Core Business, Application = Use Cases, Infrastructure = Plugins and Presentation = UI. I like my naming which is inline with Robert Martin's definition.
@@FrankLiuSoftwareUI should not depend on everything like in your example. Imo this goes against the principles of the Clean Architecture.