SQL  Server Beginner Tutorial for 2023
1:58:31
.NET 6 Minimal API Full Build
56:03
2 жыл бұрын
ASP.NET Core Web API Publish To IIS
38:28
Пікірлер
@stevenstone307
@stevenstone307 Күн бұрын
Oh wow you have a youtube channel. Just recently got done reading your Microservices book, it was amazing
@johnhabesha7110
@johnhabesha7110 2 күн бұрын
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_freak
@homestead_freak 6 күн бұрын
what kind of shit of "programming" a script is this? you are typing line by line.
@pennyborelli6694
@pennyborelli6694 8 күн бұрын
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.
@TrevoirWilliams
@TrevoirWilliams 6 күн бұрын
We cover all of those scenarios in the full course: www.udemy.com/course/aspnet-core-cloud-native-app-development/?referralCode=2A1F8D19F4CB701CF68D
@SantoshAcharya-pl5bb
@SantoshAcharya-pl5bb 18 күн бұрын
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.
@thecodeiackiller
@thecodeiackiller 15 күн бұрын
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.
@TrevoirWilliams
@TrevoirWilliams 6 күн бұрын
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.
@TrevoirWilliams
@TrevoirWilliams 6 күн бұрын
Migrations are more for development. I don't practice performing automatic migrations in production.
@OsamaElzekred
@OsamaElzekred Ай бұрын
Thanks so much , your tutorial is very clear and informative !
@TrevoirWilliams
@TrevoirWilliams Ай бұрын
I appreciate the kind feedback!
@nelsonrivers8546
@nelsonrivers8546 Ай бұрын
Nice video. Can you make it 1080K ?
@TrevoirWilliams
@TrevoirWilliams Ай бұрын
It was already published...I don't think I can increase the resolution at at this point.
@ghanshyam014
@ghanshyam014 Ай бұрын
Well explained.
@TrevoirWilliams
@TrevoirWilliams Ай бұрын
Happy it helps!
@ziplumi
@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
@TrevoirWilliams Ай бұрын
Try again, I have changed the link.
@alejandroortegarosas7217
@alejandroortegarosas7217 Ай бұрын
I did all that you mention on you video, but I get erroe 404, Do you know what happened?
@TrevoirWilliams
@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
@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
@TrevoirWilliams Ай бұрын
Happy It helps brother
@kristy5213
@kristy5213 2 ай бұрын
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
@TrevoirWilliams Ай бұрын
I appreciate the kind feedback. Happy it helps
@chideraadu-barnabas9032
@chideraadu-barnabas9032 2 ай бұрын
I am so glad i came across this video. Truly a blessing for me. Thank you
@TrevoirWilliams
@TrevoirWilliams 2 ай бұрын
You are so welcome
@more-uv4nl
@more-uv4nl 2 ай бұрын
thank you so much sir !
@TrevoirWilliams
@TrevoirWilliams 2 ай бұрын
Most welcome!
@abtech8355
@abtech8355 2 ай бұрын
Nice , simple and perfect
@TrevoirWilliams
@TrevoirWilliams 2 ай бұрын
Glad you like it!
@evgeniilewicki5874
@evgeniilewicki5874 2 ай бұрын
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
@TrevoirWilliams Ай бұрын
Thabk you for the kind feedback. Happy it helps!
@md-code9019
@md-code9019 2 ай бұрын
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
@therealfodder
@therealfodder 2 ай бұрын
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!
@brownguyart
@brownguyart 2 ай бұрын
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
@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/
@devxbasit
@devxbasit 2 ай бұрын
insightful
@TrevoirWilliams
@TrevoirWilliams Ай бұрын
Happy it helped
@nikaks1
@nikaks1 2 ай бұрын
Instant subscription.
@SanjayRaut-l4v
@SanjayRaut-l4v 3 ай бұрын
good
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
Thanks
@alexxUKR
@alexxUKR 3 ай бұрын
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!
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
I appreciate that!
@AaronShaefer
@AaronShaefer 3 ай бұрын
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?
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
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
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
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
@AaronShaefer
@AaronShaefer 3 ай бұрын
​@@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."
@AaronShaefer
@AaronShaefer 3 ай бұрын
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.
@Doope2
@Doope2 3 ай бұрын
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
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
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.
@LoftiTechnologies
@LoftiTechnologies 3 ай бұрын
Dev life made easy, thank you.
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
You're welcome!
@FayazKhan-wk6pb
@FayazKhan-wk6pb 3 ай бұрын
Good One thanks.
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
You're welcome
@Adri_drianbreezy_Entertainment
@Adri_drianbreezy_Entertainment 3 ай бұрын
💯🔥
@emptycode1782
@emptycode1782 3 ай бұрын
jesus 5 hours for free ? thanks a lottt.
@ЛешаКот-г9х
@ЛешаКот-г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
@BlalKhalidTech
@BlalKhalidTech 3 ай бұрын
Hi how to use nswagstudio with JWT token?
@sergkapitan2578
@sergkapitan2578 3 ай бұрын
Explanaition part is good:) Can you tell why the quality of picture is so so bad??? I cannot realy recognize almost anything ...
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
It might be your connection. The video is 4K quality.
@sergkapitan2578
@sergkapitan2578 3 ай бұрын
@@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_tricks
@thobs_tricks 3 ай бұрын
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.
@TrevoirWilliams
@TrevoirWilliams 3 ай бұрын
You don't need the log to see the pool name. You can get that by looking in IIS.
@LashithB
@LashithB 3 ай бұрын
But I have faces issues with using savechanges() within transaction. savechanges() commits the changes upto that point in some cases.
@leogsantos5
@leogsantos5 4 ай бұрын
How is it cloud native if u dont mention Azure?
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
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
@germanvillegas5010
@germanvillegas5010 4 ай бұрын
Nice, good article, thanks!
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Glad you liked it!
@RF1-l7i
@RF1-l7i 4 ай бұрын
Thanks, Nice Article👍
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Thank you for the kind feedback
@davidmares6053
@davidmares6053 4 ай бұрын
Nice :)
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Thanks 😁
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
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-hy4hb
@AsifKhan-hy4hb 4 ай бұрын
Great effort, I really appreciate the way you explain every thing learn lot of new things from you keep going buddy 👌
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Thanks a ton
@umarawan4142
@umarawan4142 4 ай бұрын
Hi! Can anyone confirm if this is a complete HR leave management project or just a partial tutorial?
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
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.
@dilipmevada
@dilipmevada 4 ай бұрын
Nice explaination in detailed way. Thanks.
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
I am happy that it helped. Thank you for the kind feedback.
@happypotato4252
@happypotato4252 4 ай бұрын
Hello @Trevor, somebody has copied your entire Udemy course and put it up on KZbin kzbin.info/www/bejne/Y5DTg5akZ7qofMk
@scottames3587
@scottames3587 4 ай бұрын
Well done, Sir!
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Thanks for the kind feedback!
@charlesthomas8611
@charlesthomas8611 4 ай бұрын
Could you make something like this with rebus and rabbitmq
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
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!
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Wow, thanks!
@kaylinnaidoo8589
@kaylinnaidoo8589 5 ай бұрын
Hi, is there a course on building an app using the architecture?
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
I am currently working on such a course. Watch this space for an update.
@francisdelamou7759
@francisdelamou7759 5 ай бұрын
This is a great tutorial, I'm on the 6th video and very exited.
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Great! I am glad that you are finding it useful.
@thesandboxgamingvideos
@thesandboxgamingvideos 5 ай бұрын
does this seed in every update databasE ?
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
You can use this general approach to seed a database in any EF Core based project.
@VictoriaTemitope-qw2ef
@VictoriaTemitope-qw2ef 5 ай бұрын
hello i love your course are you in for business
@TrevoirWilliams
@TrevoirWilliams 4 ай бұрын
Yes I am!