@@doctorlee3976 isso não é uma questão de sermos limitados, é questão de alcance. Pelo accent do Júlio, nota-se que ele não é nativo inglês, ou seja, está fazendo em inglês pelo alcance. A língua global utilizada na programação sempre foi o inglês, não só a língua mais falada entre os devs como também na própria programação em si.
Julio you are a great teacher!! I have reached up to 90min in this video which is the first of your series for me and I really enjoy learning from you!! You are a star my friend!! Keep on teaching us!!! Thanx a million for your video!!
Cant even explain how great the lessons are. You actually go into detail on how things are connected, setup, and most importantly what they mean. I have seen too many videos where they say, "add this" and I have to pause the video and watch another or find out on my own what something is doing which throws me off my process and flow. Just got to the point in the frontend tutorial where you sent us here and am soo excited to get more knowledge on building my own rest API as a few companies I have talked to asked me if I have built my own before.
An excellent assessment. Yes, "do this", "do that" and I am **completely** thrown off, as i must pause my forward progress and find out what the heck is wanted/needed. thank you for this comment. ....oh, I am an experienced IT professional, but, we are always learning, right?
Just 27:41 in the tutorial I already love this! Author shows how to create project in VS code, how to build and run in terminal not just using UI. Not to mention the teaching style! Thanks for the great content. Looking forward for more advanced stuff. 🔥🔥🔥
Julio, your courses are phenomenal, you explain the best practices and concepts in such a simple manner that listening to your videos is almost addictive. I couldn't find anyone else quite like you, doesn't matter what language they use. I'm learning so much about professional software development in general, while at the same time exploring C# which is new to me. I will highly recommend all your free and paid content to anyone interested in C#
Haha same, I applied for an asp.net dev job and couldnt answer any backend questions but answers all C# questions bcs of game dev correctly and they hired me and told me to learn asp.net asap.
This is an amazing course for beginners and experienced folks alike. I learned so much from this, can't wait to start the frontend part next. Thanks Julio!
Thanks a lot, Julio, this tutorial has really helped me to understand ASP.NET core, minimal API, please, don’t stop marking such videos series, its really beneficial for professional like me who are using .NET and .NET framework. Thanks a ton, will be looking forward for more videos series :)
I have a question iam at time (2:12:00) and when i right click on the GameStore.db nothing shows to open with and when i click on the file its like empty nothing to show
Outstanding content Julio. Very few online courses teach minimal apis from scratch. Most of them still teach Controller based apis with sqlserver. The best part about this tutorial was the use sqlite which is hassle free especially for non windows users who don't have MS Sql server readily available. Thanks.
Julio thanks for this video! I found it really practical and hands on. I have been following you and doing this demo on my local. I learned many concepts from this content. Best regards from Perú 🇵🇪
for those needing a list of games, here you go: var games = new List { new GameDto(1, "Civilization VI", "4X", 59.99m, new DateOnly(2016, 10, 21)), new GameDto(2, "Stellaris", "4X", 39.99m, new DateOnly(2016, 5, 9)), new GameDto(3, "Cities: Skylines", "Management", 29.99m, new DateOnly(2015, 3, 10)), new GameDto(4, "Planet Zoo", "Management", 44.99m, new DateOnly(2019, 11, 5)), new GameDto(5, "Endless Legend", "4X", 29.99m, new DateOnly(2014, 9, 18)) };
🌟 Incredible Tutorial! 🌟 I’m thrilled to say that I completed this insightful tutorial in just three days! Your clear and straightforward approach made it not only accessible but incredibly enjoyable. The depth and quality of your content are outstanding. Every .NET developer, whether a novice or seasoned professional, would benefit immensely from your channel. Your videos cover a diverse range of essential topics with precision and ease, making them invaluable resources. Thank you for generously sharing your knowledge and expertise. Your free content is truly a gift to the community. 💕💕💕💕
Thank you so much for sharing this detailed course for free. Really amazing and easy to follow and gives me a lot of understanding in these quite new stoff. I'm trying a lot of new technics just to keep in shape programatically as a retired programmer. I will definitely follow your videos futureways! Thanks again!! 🙂
Thanks so much 🙏🙏🙏 This gives un beginners a solid foundation from which we can build. Additionally, the last part which shows the backend API''s integration with the front-end beautifully ties everything together.
Absolutely fantastic course, the way you paced the course, creating the need, solving the problem, refactoring, improving, so there were no lose ends and we get a solid foundation, from the ground up, congratulations and keep up the good work
Thank you very much, sir. Your video really helped me understand the topic. I had watched another tutorial before and felt like I couldn't grasp it, but your teaching made it seem so much easier. Keep up the great work!😇
Better to start from 'minimal' than from the 'convoluted' dotNet Core Web API. Other tutorial are overwhelming because the use the more advanced convoluted version of dotNet Core from start. Great job man! From the Philippines.
Thank you for the tutorial. I was following along the Blazor tutorial for Game Store and got to the section about the backend. Seeing how well you explained Blazor and showed amazing examples so far, I wanted to see how you would create the backend. I've created an API before and this tutorial has provided me with good ways to structure an API, how to use Entity Framework, and how to set up a minimal API with refactoring. I have learned that and more so thank you again for the tutorial.
Great tutorial. Just one thing if you are using any visual studio edition other than code you have to install SQLite and SQL Server Compact Toolbox as an extension
many thanks Julio for sharing your knowledge. Indead one of the best courses I've seen aroud. It was really helpfull for me to jump start in ASP.NET. 👏👏
Incredible course Julio, it's helping me a lot. I'm taking the course again along with the frontend, trying to change some things, my question is how difficult would it be to add an extra field that was an image? For example, the last field is the Release Date, but what if there was one more field where the user could upload an image? How would I do this? I would have to add a new field in Dto and work on it, and is there a type (like int, string, etc.) for images? Or would it be much more complex? Sorry for the amount of questions, I was looking for ideas to personalize the project and these questions came to me. Thanks.
Great Video. How can I transform this folder structure into an MVC one? so for example instead of having an endpoints folder I would have a Controllers folder that had GamesController.cs and Genres Controller.cs. Each file inside the controller folder would handle its respective logic. I am only asking because this is a structure i see is used commonly.
hello, thank you for the free courses im new to netcore currently learning from the scratch. although im not comfortable using entity framework, do you have any resources or tutorial on how to connect to sql server without using entity framework? maintaining stored procedure much more comfortable for me than to modify entity framework code.
Hello Julio, I really appreciate your excellent job. I wonder if you can tell us the tool you used to draw the arrow and frame on the screen when you wanted to highlight something? Thanks.
Hi Julio and congratulations for your courses, you have a very nice method and I like your way to build! do you have some courses oriented to seasoned (+10 years experience) .net c# developers/analyst? something of more immediate that target directly to a full project, without too much details on basis things. Thanks!
thanks so much for the tutorial. but there's a question i wanted to ask, why are the properties of the request body turned pascal case when you accessed them in the route handler functions eventhough they were in camel case originally?
2:05:55 I had to output in "Data/Migrations" instead of "Data\Migrations" as shown in the tutorial, because it created a folder outside of the "Data" folder. 2:12:06 I was unable to open the GameStore.db file with the SQLite extension. I then reinstalled the extension, however it errored out saying - 1. "SQLite process failed to start: The argument 'file' cannot be empty. Received" and 2. "Unable to find a valid SQLite command, Fallback binary is not valid." Then I had to search the internet and was able to solve it. I had to install sqlite in my system. I was using Debain so I had to do `sudo apt install sqlite3` and restarted VSCode.
hey man, should I learn c# first if my goal is becoming a dotnet web developer? I currently know Javascript, react, and html/css but zero knowledge of server-side and databases.
The frontend code tree doesn't match that of the frontend (which the course named GameStore.Client) in the video tutorial and I don't appear to have an appsettings.json file? Am I missing a step? Great course, by the way.
I did them both in visual studio and used an external SQL db. I will try and build them again as a single 2024 blazer app. Thanks again, you are a great tutor and very generous with your content.
Hi! I have a problem on 38:42 minutes of this video. My computer (Windows 10) show me this message "You don't have an extension for debugging HTTP. Should we find a HTTP extension in the Marketplace?". I don't understand why. I follow every step of this fantastic video.
How did you get your icons in the explorer to show the way they do? Like your .http files show as the red web globe, your .sln and .csproj files show as the Visual studio logo. Is that an extension? I like the look of it
This course is better than 2 or 3 paid ones I have done, again thanks Julio for sharing this with the community. Hugs from Brazil.
Thank you, I'm glad you think so!
Estou abismado na vasta imensidão de conhecimento em programação que tem em inglês , em Português somos muitos limitados
@@doctorlee3976 isso não é uma questão de sermos limitados, é questão de alcance. Pelo accent do Júlio, nota-se que ele não é nativo inglês, ou seja, está fazendo em inglês pelo alcance. A língua global utilizada na programação sempre foi o inglês, não só a língua mais falada entre os devs como também na própria programação em si.
bro how can you do 3 paid courses and still look for tutorials are u dumb?
Julio you are a great teacher!! I have reached up to 90min in this video which is the first of your series for me and I really enjoy learning from you!! You are a star my friend!! Keep on teaching us!!! Thanx a million for your video!!
You're very welcome!
Cant even explain how great the lessons are. You actually go into detail on how things are connected, setup, and most importantly what they mean. I have seen too many videos where they say, "add this" and I have to pause the video and watch another or find out on my own what something is doing which throws me off my process and flow. Just got to the point in the frontend tutorial where you sent us here and am soo excited to get more knowledge on building my own rest API as a few companies I have talked to asked me if I have built my own before.
I hope it helps!
An excellent assessment. Yes, "do this", "do that" and I am **completely** thrown off, as i must pause my forward progress and find out what the heck is wanted/needed. thank you for this comment. ....oh, I am an experienced IT professional, but, we are always learning, right?
Just 27:41 in the tutorial I already love this! Author shows how to create project in VS code, how to build and run in terminal not just using UI. Not to mention the teaching style! Thanks for the great content. Looking forward for more advanced stuff. 🔥🔥🔥
Wow, thank you!
Julio, your courses are phenomenal, you explain the best practices and concepts in such a simple manner that listening to your videos is almost addictive. I couldn't find anyone else quite like you, doesn't matter what language they use. I'm learning so much about professional software development in general, while at the same time exploring C# which is new to me. I will highly recommend all your free and paid content to anyone interested in C#
Wow, thank you for the kind words!
I switched from game development to backend with C#. This course provided the technical knowledge i was looking for. Thank you very much.
Welcome!
May I ask why you switched? I am trying to do game development...just curious
Haha same, I applied for an asp.net dev job and couldnt answer any backend questions but answers all C# questions bcs of game dev correctly and they hired me and told me to learn asp.net asap.
Can you share some info about how to get into game devt. I started c# after nodejs. Can you please show me some roadmaps
One of the best courses I´ve taken. Explained many concepts that other courses don´t mind to cover.
Thank you!
This is an amazing course for beginners and experienced folks alike. I learned so much from this, can't wait to start the frontend part next. Thanks Julio!
Great to hear!
Thanks a lot, Julio, this tutorial has really helped me to understand ASP.NET core, minimal API, please, don’t stop marking such videos series, its really beneficial for professional like me who are using .NET and .NET framework. Thanks a ton, will be looking forward for more videos series :)
Glad it helps!
so far i finished 30 mins from your course and your explanation is just amazing thank you
You're very welcome!
I have a question iam at time (2:12:00) and when i right click on the GameStore.db nothing shows to open with and when i click on the file its like empty nothing to show
Best .NET course on TH-cam
Thank you!
Outstanding content Julio. Very few online courses teach minimal apis from scratch. Most of them still teach Controller based apis with sqlserver.
The best part about this tutorial was the use sqlite which is hassle free especially for non windows users who don't have MS Sql server readily available.
Thanks.
I'm glad you liked it!
Thank you so much for this quality content for free.
This is the best .NET course I found.
You are a great teacher.
Wow, thank you!
The best .Net beginner course out there. Thankyou Julio
Thank you!
Julio thanks for this video! I found it really practical and hands on. I have been following you and doing this demo on my local. I learned many concepts from this content. Best regards from Perú 🇵🇪
Glad it was helpful!
for those needing a list of games, here you go:
var games = new List {
new GameDto(1, "Civilization VI", "4X", 59.99m, new DateOnly(2016, 10, 21)),
new GameDto(2, "Stellaris", "4X", 39.99m, new DateOnly(2016, 5, 9)),
new GameDto(3, "Cities: Skylines", "Management", 29.99m, new DateOnly(2015, 3, 10)),
new GameDto(4, "Planet Zoo", "Management", 44.99m, new DateOnly(2019, 11, 5)),
new GameDto(5, "Endless Legend", "4X", 29.99m, new DateOnly(2014, 9, 18))
};
Great!
🌟 Incredible Tutorial! 🌟
I’m thrilled to say that I completed this insightful tutorial in just three days! Your clear and straightforward approach made it not only accessible but incredibly enjoyable.
The depth and quality of your content are outstanding. Every .NET developer, whether a novice or seasoned professional, would benefit immensely from your channel. Your videos cover a diverse range of essential topics with precision and ease, making them invaluable resources.
Thank you for generously sharing your knowledge and expertise. Your free content is truly a gift to the community. 💕💕💕💕
Thank you!
Thank you so much for sharing this detailed course for free. Really amazing and easy to follow and gives me a lot of understanding in these quite new stoff. I'm trying a lot of new technics just to keep in shape programatically as a retired programmer. I will definitely follow your videos futureways! Thanks again!! 🙂
You're very welcome!
Thank you so much, that was very helpful for me as a frontend dev
Great!
Thank you so much Julio!! Just received a take-home assessment and this video helps me a ton!!
Great to know!
Extremely beginner friendly course. Well explained. Thank you very much.
You're very welcome!
The best tutorial, I was searching for beginner friendly and yours is the best compared to others.
I'm glad!
Thanks so much 🙏🙏🙏
This gives un beginners a solid foundation from which we can build. Additionally, the last part which shows the backend API''s integration with the front-end beautifully ties everything together.
Glad it was helpful!
Great refresh for me, and for my students, thanks for sharing your experience and knowledge.
Absolutely fantastic course, the way you paced the course, creating the need, solving the problem, refactoring, improving, so there were no lose ends and we get a solid foundation, from the ground up, congratulations and keep up the good work
Thanks!
Have just concluded the course, 5 stars!!
Best .NET course on TH-cam!!!
Amazing course! Very informative and great explanation that focuses on the how as well as the why. Thanks a lot for all the effort made on this.
Glad you enjoyed it!
Thank you very much for the content. It is not only of high quality, but also educational and very well organized. Congratulations!!
Thank you!
Thank you very much, sir. Your video really helped me understand the topic. I had watched another tutorial before and felt like I couldn't grasp it, but your teaching made it seem so much easier. Keep up the great work!😇
Better to start from 'minimal' than from the 'convoluted' dotNet Core Web API. Other tutorial are overwhelming because the use the more advanced convoluted version of dotNet Core from start. Great job man! From the Philippines.
This course is amazing! Extremely useful! Thank you 😊
Glad it was helpful!
Thank you for the tutorial. I was following along the Blazor tutorial for Game Store and got to the section about the backend. Seeing how well you explained Blazor and showed amazing examples so far, I wanted to see how you would create the backend. I've created an API before and this tutorial has provided me with good ways to structure an API, how to use Entity Framework, and how to set up a minimal API with refactoring. I have learned that and more so thank you again for the tutorial.
Glad I could help!
Awesome tutorial, greate work Julio. Looking forward for your frontend project in C#. Thank you.
Frontend coming soon!
This is the best course I have taken ever thanks and keep up the good work!!
Thanks, will do!
Thanks a million, literally!!! Wish you all the best. Much Love and support from Iraq.
Welcome!
A simple and clear course for beginners. Thanks !!!😜😜😜
Welcome!
Here is my learning process Day 1 27:34 day 2 1:26:30 day 3 1:54:19
Go, go!
Amazing course extremely useful for newbies like me in .Net bunch of hugs Julio we really appreciate your effort
You're very welcome!
Amazing Tutorial. Everything was well explained.
Thanks for the feedback!
Tutorial Completed, Thank you so much Julio, really enjoyable tutorial!
I’m glad you liked it!
This vid help me alot to build my foundation.Thánks you so much
You're welcome!
Excellent course !! this is really good quality content, i love the way you explain everything THANK YOU !
You're very welcome!
THIS WAS AWESOME!!. THE PROGRESSION WAS MOST HELPFUL
I'm glad!
what an amazing tutorial!! Full of information and knowledge Julio..
Glad you liked it!
Thanks so much Julio, I have learnt a lot from this video, now proceeding to the front end video.
Absolutely amazing tutorial
Thank you!
Great tutorial. Just one thing if you are using any visual studio edition other than code you have to install SQLite and SQL Server Compact Toolbox as an extension
Absolutely beautiful tutorial. Thank you!
Glad you enjoyed it!
Exellent tutorial for minimal apis. Is there a tutorial for controllers as well?
A bit old, but here: th-cam.com/video/bgk8N_rx1F4/w-d-xo.html
many thanks Julio for sharing your knowledge. Indead one of the best courses I've seen aroud. It was really helpfull for me to jump start in ASP.NET. 👏👏
Great to hear!
Incredible course Julio, it's helping me a lot. I'm taking the course again along with the frontend, trying to change some things, my question is how difficult would it be to add an extra field that was an image? For example, the last field is the Release Date, but what if there was one more field where the user could upload an image? How would I do this? I would have to add a new field in Dto and work on it, and is there a type (like int, string, etc.) for images? Or would it be much more complex?
Sorry for the amount of questions, I was looking for ideas to personalize the project and these questions came to me. Thanks.
Thank you! I'll be covering the image upload part in my upcoming bootcamp. Waitlist here: go.dotnetacademy.io/bootcamp-waitlist
Thank you for the course it really helps understanding the fundamentals of .net. God bless you brother
You are very welcome
Thanks for this amazing tutorial! good vibes!
You're welcome!
Thank You Julio you simplified alot of things, appreciate your effort.
Glad it was helpful!
many many thanks from India, waiting for the latest video on microservices too
More to come!
Great course! Would love to get into unit testing and deploying to the cloud.
Thanks, here:
th-cam.com/video/MpeMJ0XqgYg/w-d-xo.html
th-cam.com/video/XtWubiUzz-k/w-d-xo.html
Thank You Julio for the content. Hugs from Brazil.
Great course! Thanks you so much Julio.
Glad you like it!
Absolutely nice tutorial. Thank you so much for sharing!
You are so welcome!
Thank you for the course Julio. Could you add timestamps for comfortability?
Welcome! TH-cam should add automatic chapters soon.
@@juliocasal 🙌👏
Excellent ! Not too easy and not too much. Thank a lot.
Glad you liked it!
Great Video. How can I transform this folder structure into an MVC one? so for example instead of having an endpoints folder I would have a Controllers folder that had GamesController.cs and Genres Controller.cs. Each file inside the controller folder would handle its respective logic. I am only asking because this is a structure i see is used commonly.
Yes, you can have controllers, but those are no longer used in most new projects.
Incredible resource! Thanks
My pleasure!
Thanks sir its the best tutorials❤❤
Glad you liked it!
Amazing tutorial, equivalent to internet gold
Thank you for the kind words!
@@juliocasal it's well deserved
hello, thank you for the free courses im new to netcore currently learning from the scratch. although im not comfortable using entity framework, do you have any resources or tutorial on how to connect to sql server without using entity framework? maintaining stored procedure much more comfortable for me than to modify entity framework code.
Sorry no.
Love the way you teach, Julio!
Where can I learn C#? Do you have a course of it?
Thanks!
I don't, but check this out: learn.microsoft.com/en-us/shows/csharp-for-beginners/
@@juliocasal Thanks!
With that, can I take any of your courses?
@@botcampeador428 Yep
@@juliocasal Good news! I'm on it!
Thank you so much Julio!
Lets go! Thank you Julio!
Really good! I divorced my Udemy course for this one 😅
No way!
Thanks for share!!!! All the best
Welcome!
Absolutely loved the video ❤❤❤. Thank you for the video ❤
Glad you enjoyed it!
l'm learning a lot, thanks .
Glad to hear that!
Thank you so much for the tutorial
You’re welcome 😊
Thank you sir! This was great!!!
Very welcome!
Hello Julio, I really appreciate your excellent job. I wonder if you can tell us the tool you used to draw the arrow and frame on the screen when you wanted to highlight something? Thanks.
zoom it
@@juliocasal Thank you.
Hi Julio and congratulations for your courses, you have a very nice method and I like your way to build! do you have some courses oriented to seasoned (+10 years experience) .net c# developers/analyst? something of more immediate that target directly to a full project, without too much details on basis things. Thanks!
Yes, here: dotnetmicroservices.com
This is legit gold!
Great tutorial!
Thank you!
thanks so much for the tutorial. but there's a question i wanted to ask, why are the properties of the request body turned pascal case when you accessed them in the route handler functions eventhough they were in camel case originally?
ASP.NET Core default serialization logic takes care of that.
@@juliocasalso what if the raw data are in any other cases such as snakecase?
explanation is very good, thanks Julio. is there a way to get slides that you used?
Thanks! I will soon publish this video as a course on my site, which will include all the slides.
Do I need to install SqlLite on my system or the EntityFramework will take care of that...??
BTW great course.
No need to install anything other than VS Code and the .NET SDK.
@@juliocasal Thanks for the course and fast response
I appreciate it...!!!
2:05:55 I had to output in "Data/Migrations" instead of "Data\Migrations" as shown in the tutorial, because it created a folder outside of the "Data" folder.
2:12:06 I was unable to open the GameStore.db file with the SQLite extension. I then reinstalled the extension, however it errored out saying - 1. "SQLite process failed to start: The argument 'file' cannot be empty. Received" and 2. "Unable to find a valid SQLite command, Fallback binary is not valid." Then I had to search the internet and was able to solve it. I had to install sqlite in my system. I was using Debain so I had to do `sudo apt install sqlite3` and restarted VSCode.
I'm glad you figured it out!
This is excellent and very good fun
Thanks, glad you think so!
3:01:22 btw you could've renamed using F2
And thanks for the course
May you please make a video about pagination? Thanks a lot!
Great suggestion!
Wow.... great. With many thanks!!👌
Thank you too!
hey man, should I learn c# first if my goal is becoming a dotnet web developer? I currently know Javascript, react, and html/css but zero knowledge of server-side and databases.
Yes, best to know the basics of C# first
The frontend code tree doesn't match that of the frontend (which the course named GameStore.Client) in the video tutorial and I don't appear to have an appsettings.json file? Am I missing a step? Great course, by the way.
Yes, that Blazor tutorial is older. New one, that matches this tutorial, will go out soon.
I did them both in visual studio and used an external SQL db. I will try and build them again as a single 2024 blazer app. Thanks again, you are a great tutor and very generous with your content.
Great video. Keep up the good work. Dotnet watch is our friend :)
Thank you!
Olá Júlio, parabéns pelo contéudo!
Qual ferramenta você utiliza para criar anotações na tela? 😅
On-screen annotations?
@@juliocasal Sorry, tool that allows you to annotate and draw on your screen, like an arrow, circle, rectangle.
@@cleberfasilva Here: learn.microsoft.com/en-us/sysinternals/downloads/zoomit
@@juliocasal Thank you so much! ☺
Do i need prior knowledge of c# ?
I've never coded on C# but have good grasp on Python, Javascript.
Yes, you should know the basics of C#.
Excellent course Mister casal, a question that extension you activated so that you get a list in the autocomplete....thank you
coming from java spring framework, let’s see how this goes !
Hope it helps!
Hi! I have a problem on 38:42 minutes of this video. My computer (Windows 10) show me this message "You don't have an extension for debugging HTTP. Should we find a HTTP extension in the Marketplace?". I don't understand why. I follow every step of this fantastic video.
Switch from your .http file and into a C# file, or just close all files. Then hit F5.
@@juliocasal it works! 🥰 Thank you!
Julio, why didn't you use a repository? or the repository pattern is not necessary for endpoints.
Overkill for a simple app aimed at beginners
How did you get your icons in the explorer to show the way they do? Like your .http files show as the red web globe, your .sln and .csproj files show as the Visual studio logo. Is that an extension? I like the look of it
Here: marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
Is there any video of authentication and authorization
Here: th-cam.com/video/wVFfPrB5kEw/w-d-xo.html
Thank you so much❤❤
You're welcome 😊
Hi Julio, how you transform your mouse pointer into an arrow or a rectangle box? Its so cool to explain things makes more visual
learn.microsoft.com/en-us/sysinternals/downloads/zoomit