Oh wow you have a youtube channel. Just recently got done reading your Microservices book, it was amazing
@johnhabesha71102 күн бұрын
You know what Trevoir, you absolutely changed my life the day i watched your leave management system tutorial and before that i had never had any experience on web apps. I listened carefully and understood every bit word you said and developed a better version LOB web app and sold it to a company. now i am starting to make a living. thanks to you. who needs to attend computer school?? as long as you are here! thumbs up brother
@homestead_freak6 күн бұрын
what kind of shit of "programming" a script is this? you are typing line by line.
@pennyborelli66948 күн бұрын
Thank you. I felt it was cut short at the end. I didn't get publishing the container or how to run the container without debugging.
@TrevoirWilliams6 күн бұрын
We cover all of those scenarios in the full course: www.udemy.com/course/aspnet-core-cloud-native-app-development/?referralCode=2A1F8D19F4CB701CF68D
@SantoshAcharya-pl5bb18 күн бұрын
Thanks for a video, but i have one question, is it possible to run database ef migration inside a docker container, if possible how to perform this.
@thecodeiackiller15 күн бұрын
Have you figured this out? I've been trying to get this going as well. From what I understand seeding the data like this is fine for development purposes but migrations (preferably within the container) is the go-to route for production. Hopefully Trevoir can shed some light.
@TrevoirWilliams6 күн бұрын
This is the same process as if the database was on a server. Once the connection string is correct, EF Core doesn't discriminate based on the hosting platform of the SQL Server.
@TrevoirWilliams6 күн бұрын
Migrations are more for development. I don't practice performing automatic migrations in production.
@OsamaElzekredАй бұрын
Thanks so much , your tutorial is very clear and informative !
@TrevoirWilliamsАй бұрын
I appreciate the kind feedback!
@nelsonrivers8546Ай бұрын
Nice video. Can you make it 1080K ?
@TrevoirWilliamsАй бұрын
It was already published...I don't think I can increase the resolution at at this point.
@ghanshyam014Ай бұрын
Well explained.
@TrevoirWilliamsАй бұрын
Happy it helps!
@ziplumiАй бұрын
Hi! Thank you for the helpful guide. I was trying to refer to the GitHub repo, but I’m getting a 404 Not Found error. Could you please reupload the repository or provide an updated link? Thanks in advance!
@TrevoirWilliamsАй бұрын
Try again, I have changed the link.
@alejandroortegarosas7217Ай бұрын
I did all that you mention on you video, but I get erroe 404, Do you know what happened?
@TrevoirWilliamsАй бұрын
The default is to navigate to an index page, which an API doesn't have. If you allow swagger in production, then you can try /swagger and it will load the documentation. Otherwise, proceed to testing the endpoints, which will work if all is well.
@Snbd26thАй бұрын
I just want to say that I appreciate this tutorial so much! I've seen many but this one hit the right spot in terms of what I wanted to know and what I wanted to do. Thank you brother!
@TrevoirWilliamsАй бұрын
Happy It helps brother
@kristy52132 ай бұрын
Thank you so much! If not for your video I'd go insane trying to figure out why nothing works. God bless you, kind man!❤
@TrevoirWilliamsАй бұрын
I appreciate the kind feedback. Happy it helps
@chideraadu-barnabas90322 ай бұрын
I am so glad i came across this video. Truly a blessing for me. Thank you
@TrevoirWilliams2 ай бұрын
You are so welcome
@more-uv4nl2 ай бұрын
thank you so much sir !
@TrevoirWilliams2 ай бұрын
Most welcome!
@abtech83552 ай бұрын
Nice , simple and perfect
@TrevoirWilliams2 ай бұрын
Glad you like it!
@evgeniilewicki58742 ай бұрын
This is a treasure, not a channel. And why didn't KZbin show this channel in the search engine before? I'll be stuck here for a long time. Thank you for sharing such information.
@TrevoirWilliamsАй бұрын
Thabk you for the kind feedback. Happy it helps!
@md-code90192 ай бұрын
LGBT Students Question Purpose of Life kzbin.info/www/bejne/e16uiGyqiqqHhJY “Jesus Didn’t Preach Christianity, but Islam!” kzbin.info/www/bejne/p6elf4mfj6xjg80 Islam: The True Religion of God? - Abdur-Raheem Green kzbin.info/www/bejne/fYDaYotqfK50j68
@therealfodder2 ай бұрын
Fantastic demo! Thank you! DID YOU KNOW? 13:30 - you can add a project reference by dragging your library to be referenced (RoomBookingApp.Core) onto the target (RoomBookingApp.Core.Tests) in Solution Explorer? Only found that out recently and have been using VS since 2002!
@brownguyart2 ай бұрын
Hello Mr.Trevoir, I just graudated uni and switching from unity to web dev. Can you please make a roadmap video and there also suggest some beginner to advanced level projects to do in order to get the best experinece, like mentioning the tasks we will do in those projects and what will we learn and so on.
@TrevoirWilliamsАй бұрын
I love this suggestion. I will do this. In the meantime, you can use this page on my website as a guide www.trevoirwilliams.com/udemy-courses/
@devxbasit2 ай бұрын
insightful
@TrevoirWilliamsАй бұрын
Happy it helped
@nikaks12 ай бұрын
Instant subscription.
@SanjayRaut-l4v3 ай бұрын
good
@TrevoirWilliams3 ай бұрын
Thanks
@alexxUKR3 ай бұрын
Very informative and detailed video. It definitely sets the level and the quality of content that many other bloggers should give in their "basic" videos with standard template and Hello World welcome string. I would recommend it to everyone who wants to understand the main idea and dependencies with Clean Architecture approach. Well done!
@TrevoirWilliams3 ай бұрын
I appreciate that!
@AaronShaefer3 ай бұрын
I am in about 40 minutes. I'm on Core 8.0. I don't show a Startup.cs file built. What should I do?
@TrevoirWilliams3 ай бұрын
Everything that is done in the startup.cs of this video can be done in the program.cs. Where I have services.Something you will do builder.Services.Something
@TrevoirWilliams3 ай бұрын
Everything that is done in the startup.cs of this video can be done in the program.cs. Where I have services.Something you will do builder.Services.Something
@AaronShaefer3 ай бұрын
@@TrevoirWilliams First of all, you have done a great job so far as a teacher. I am brand new to .NET. Can you explain what this means you can do everything in the program.cs. I am using .NET Core 8. Can you explain in more detail what you mean by "Everything that is done in the startup.cs of this video can be done in the program.cs."
@AaronShaefer3 ай бұрын
I got it figured out. I am now continuing at 1 hour and 9 minutes. If I have any other problems, can I let you know.
@Doope23 ай бұрын
This is so cool, i've learn so much. But i have a question and a task. How do I set restrictions for registored user with, lets say a button instead of writting the username and password in the code directly ($user->inseruser(admin,password). Im trying to use a button to add admin but i am stuck and dont' know what to do
@TrevoirWilliams3 ай бұрын
You can create a form for user creation (restrict it to admin access, of course), and then when a valid submission is made, you insert that new user into the system with the admin user type flags. Outside of that, consider that they need to set a password, or you can generate a password and send it to the new user via email. That could be more secure, but it's an excellent way to start. You can also use a standard password, and at the time of login, if they use that password, you force them to reset it.
@LoftiTechnologies3 ай бұрын
Dev life made easy, thank you.
@TrevoirWilliams3 ай бұрын
You're welcome!
@FayazKhan-wk6pb3 ай бұрын
Good One thanks.
@TrevoirWilliams3 ай бұрын
You're welcome
@Adri_drianbreezy_Entertainment3 ай бұрын
💯🔥
@emptycode17823 ай бұрын
jesus 5 hours for free ? thanks a lottt.
@ЛешаКот-г9х3 ай бұрын
Hello, thank you so much for tutorial. I have a question. What should i do, when i have user at domain level? I need to create relationship with other entity and i don't want to use ASP.NET Core Identity at this level
@BlalKhalidTech3 ай бұрын
Hi how to use nswagstudio with JWT token?
@sergkapitan25783 ай бұрын
Explanaition part is good:) Can you tell why the quality of picture is so so bad??? I cannot realy recognize almost anything ...
@TrevoirWilliams3 ай бұрын
It might be your connection. The video is 4K quality.
@sergkapitan25783 ай бұрын
@@TrevoirWilliamsHi Trevoir! Which connection exactly do you mean, if I see almost all other videos really very good!? May be there is settings in KZbin for each video quality separately?....???
@thobs_tricks3 ай бұрын
Hi sir, so am trying to also find my log file so I can be able to see that Pool name, but I cant find the log file. the one I find is the one under C:\inetpub\logs\LogFiles\W3SVC1 and it doesn't hv much info. I know am so late but please assist, really need to get this sorted for my project.
@TrevoirWilliams3 ай бұрын
You don't need the log to see the pool name. You can get that by looking in IIS.
@LashithB3 ай бұрын
But I have faces issues with using savechanges() within transaction. savechanges() commits the changes upto that point in some cases.
@leogsantos54 ай бұрын
How is it cloud native if u dont mention Azure?
@TrevoirWilliams4 ай бұрын
Cloud-native applications are software programs that consist of multiple small, interdependent services called microservices. You can choose to hosat locally, or in a cloud space like Azure/AWS/etc
@germanvillegas50104 ай бұрын
Nice, good article, thanks!
@TrevoirWilliams4 ай бұрын
Glad you liked it!
@RF1-l7i4 ай бұрын
Thanks, Nice Article👍
@TrevoirWilliams4 ай бұрын
Thank you for the kind feedback
@davidmares60534 ай бұрын
Nice :)
@TrevoirWilliams4 ай бұрын
Thanks 😁
@TrevoirWilliams4 ай бұрын
ASP.NET Core - Cloud-Native App Development - Learn the fundamentals of cloud-native development and how to develop a distributed application using Docker and Kubernetes. - www.udemy.com/course/aspnet-core-cloud-native-app-development/?referralCode=2A1F8D19F4CB701CF68D Ultimate ASP.NET Web API Development Guide - Learn how to create a secure and maintainable Web API using ASP.NET Core, Microsoft Azure, and Advanced Design Patterns. Recently updated to .NET 6 - www.udemy.com/course/ultimate-aspnet-5-web-api-development-guide/?referralCode=354D04A638A9196767B3 Microsoft Azure for .NET Developers - Learn how to host and optimize ASP.NET applications using Microsoft Azure hosting and infrastructure services. www.udemy.com/course/microsoft-azure-for-net-developers/?referralCode=960B6BDB555FC59CFA59 Dive into the world of Microservices design and architecture with my book "Microservices Design Patterns in .NET" 📚✨ - a.co/d/5FZr9nY
@AsifKhan-hy4hb4 ай бұрын
Great effort, I really appreciate the way you explain every thing learn lot of new things from you keep going buddy 👌
@TrevoirWilliams4 ай бұрын
Thanks a ton
@umarawan41424 ай бұрын
Hi! Can anyone confirm if this is a complete HR leave management project or just a partial tutorial?
@TrevoirWilliams4 ай бұрын
It is a full tutorial. The features are limited however, so you will need to build on the concepts shared, to have a fully functional system for your needs.
@dilipmevada4 ай бұрын
Nice explaination in detailed way. Thanks.
@TrevoirWilliams4 ай бұрын
I am happy that it helped. Thank you for the kind feedback.
@happypotato42524 ай бұрын
Hello @Trevor, somebody has copied your entire Udemy course and put it up on KZbin kzbin.info/www/bejne/Y5DTg5akZ7qofMk
@scottames35874 ай бұрын
Well done, Sir!
@TrevoirWilliams4 ай бұрын
Thanks for the kind feedback!
@charlesthomas86114 ай бұрын
Could you make something like this with rebus and rabbitmq
@TrevoirWilliams4 ай бұрын
I will be releasing a course where I integrate these technologies indeed.
@ВадимПодоксенов4 ай бұрын
Thank you from Russia! This course is best on youtube about clean architecture on .NET app. Like and sub from me! Keep going!
@TrevoirWilliams4 ай бұрын
Wow, thanks!
@kaylinnaidoo85895 ай бұрын
Hi, is there a course on building an app using the architecture?
@TrevoirWilliams4 ай бұрын
I am currently working on such a course. Watch this space for an update.
@francisdelamou77595 ай бұрын
This is a great tutorial, I'm on the 6th video and very exited.
@TrevoirWilliams4 ай бұрын
Great! I am glad that you are finding it useful.
@thesandboxgamingvideos5 ай бұрын
does this seed in every update databasE ?
@TrevoirWilliams4 ай бұрын
You can use this general approach to seed a database in any EF Core based project.