ASP.NET Core Full Course For Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 379

  • @JonesVitox
    @JonesVitox 7 หลายเดือนก่อน +107

    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.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +4

      Thank you, I'm glad you think so!

    • @doctorlee3976
      @doctorlee3976 หลายเดือนก่อน +4

      Estou abismado na vasta imensidão de conhecimento em programação que tem em inglês , em Português somos muitos limitados

    • @lifehandbook642
      @lifehandbook642 6 วันที่ผ่านมา

      @@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.

  • @niangel2704
    @niangel2704 5 หลายเดือนก่อน +18

    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!!

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +2

      You're very welcome!

  • @raviel_0422
    @raviel_0422 3 หลายเดือนก่อน +12

    Hello. I am 1 hour into the course and I'm loving it. You explain each line of code very well and I cannot thank you enough because I am transitioning from Node to C# .NET to use in my backend. A very good teacher and you earn my subscription.

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน +2

      You're very welcome!

  • @jishh7
    @jishh7 5 หลายเดือนก่อน +17

    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.

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +2

      I hope it helps!

    • @stephanieezat-panah7750
      @stephanieezat-panah7750 3 หลายเดือนก่อน

      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?

  • @anarbairam
    @anarbairam 5 หลายเดือนก่อน +9

    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. 🔥🔥🔥

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +2

      Wow, thank you!

  • @luciusrex
    @luciusrex หลายเดือนก่อน +3

    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))
    };

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      Great!

  • @ЕвгенийШведчиков-я6к
    @ЕвгенийШведчиков-я6к 5 หลายเดือนก่อน +2

    Hello from russia, I have an HTTP/1.1 500 Internal Server Error, the code is the same as on 1:00:13 please tell me what am I doing wrong?

  • @LeonardoSantosMacias
    @LeonardoSantosMacias 3 วันที่ผ่านมา +1

    Great refresh for me, and for my students, thanks for sharing your experience and knowledge.

  • @pepsiman_official
    @pepsiman_official 7 หลายเดือนก่อน +12

    This course seriously better than university /online classes, i am gratefull, im honored to learn this course from you

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +3

      I'm glad you think so. Really appreciate the kind words!

    • @pepsiman_official
      @pepsiman_official 7 หลายเดือนก่อน +3

      @@juliocasal just finished it tonight, this is seriously good content you created big brother, really makes everything clear that i've been asking to myself like "how does this really work" kinda, again thank you for creating this education

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      @@pepsiman_official I'm glad it helped!

  • @balalba78
    @balalba78 6 หลายเดือนก่อน +2

    Hi Julio, what's the difference between this tutorial and this one that you did some months ago 'Asp.net core tutorials for beginners / 7" ( th-cam.com/video/bKCzoR01lpE/w-d-xo.htmlsi=Hp3UaE5Yvvtc1S4a ) ? Thanks :)

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      This one is written with .NET 8, the C# Dev Kit and many improvements.

  • @sa27ph
    @sa27ph 22 วันที่ผ่านมา +1

    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.

    • @juliocasal
      @juliocasal  22 วันที่ผ่านมา

      I'm glad you figured it out!

  • @RohithReddySeelam
    @RohithReddySeelam หลายเดือนก่อน +2

    Looks like MinimalApis.Extensions not working in .NET 6.0

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Have not tried that, but it should work.

  • @HoyleBarret-p4e
    @HoyleBarret-p4e 16 วันที่ผ่านมา +1

    Gonzalez David Garcia Kimberly Jones Laura

  • @chandrabhanubisht9694
    @chandrabhanubisht9694 13 วันที่ผ่านมา +1

    Here is my learning process Day 1 27:34 day 2 1:26:30 day 3 1:54:19

  • @MullervanSchalkwyk
    @MullervanSchalkwyk 15 ชั่วโมงที่ผ่านมา +1

    Really good! I divorced my Udemy course for this one 😅

    • @juliocasal
      @juliocasal  11 ชั่วโมงที่ผ่านมา

      No way!

  • @namanjoshi2528
    @namanjoshi2528 4 หลายเดือนก่อน +3

    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 :)

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน +1

      Glad it helps!

  • @nicko9958
    @nicko9958 5 หลายเดือนก่อน +8

    Best .NET course on TH-cam

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      Thank you!

  • @zaidmakani5037
    @zaidmakani5037 2 หลายเดือนก่อน +3

    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.

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      I'm glad you liked it!

  • @Chess_Psychology
    @Chess_Psychology 10 วันที่ผ่านมา +1

    Is there any video of authentication and authorization

    • @juliocasal
      @juliocasal  10 วันที่ผ่านมา

      Here: th-cam.com/video/wVFfPrB5kEw/w-d-xo.html

  • @ShuklaAayushi
    @ShuklaAayushi 3 หลายเดือนก่อน +3

    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!

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Great to hear!

  • @princeude4101
    @princeude4101 3 หลายเดือนก่อน +4

    I switched from game development to backend with C#. This course provided the technical knowledge i was looking for. Thank you very much.

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Welcome!

    • @dulneth5650
      @dulneth5650 2 หลายเดือนก่อน +1

      May I ask why you switched? I am trying to do game development...just curious

    • @brownguyart
      @brownguyart หลายเดือนก่อน

      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.

  • @skyhappy
    @skyhappy หลายเดือนก่อน +1

    You should add an exercise every 10 minutes. One does not learn much I just watching a guy speak for 3 hours.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Plenty of quizzes in the paid version: juliocasal.com/courses/dotnet-restapi-essentials

    • @denver3703
      @denver3703 14 วันที่ผ่านมา

      thats literally the point of taking a course, you learn through listening then learn again by doing it yourself

    • @skyhappy
      @skyhappy 14 วันที่ผ่านมา

      @@denver3703 doing what yourself? You barely know the content he just taught. The instructor knows it well enough to make quizzes that practice the key things they just taught

  • @东风西渐
    @东风西渐 6 หลายเดือนก่อน +3

    Awesome tutorial, greate work Julio. Looking forward for your frontend project in C#. Thank you.

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Frontend coming soon!

  • @dannick1319
    @dannick1319 3 หลายเดือนก่อน +1

    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

  • @09Sayandeep
    @09Sayandeep 3 หลายเดือนก่อน +2

    Why put the API calls in the Endpoint folder and not in a Controller?

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      That's the way we do it these days.

    • @stephanieezat-panah7750
      @stephanieezat-panah7750 3 หลายเดือนก่อน

      @@juliocasal thank you. I was wondering, myself.

  • @mahbubulshafi5323
    @mahbubulshafi5323 หลายเดือนก่อน +1

    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!😇

  • @0maaarr
    @0maaarr 5 หลายเดือนก่อน +1

    3:01:22 btw you could've renamed using F2
    And thanks for the course

  • @cristinaandreani2410
    @cristinaandreani2410 2 หลายเดือนก่อน +2

    One of the best courses I´ve taken. Explained many concepts that other courses don´t mind to cover.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Thank you!

  • @piotrgasiorek6928
    @piotrgasiorek6928 หลายเดือนก่อน +2

    Thank you so much, that was very helpful for me as a frontend dev

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Great!

  • @just_code
    @just_code 7 หลายเดือนก่อน +3

    please make SignalR tutorial full course for beginner sir

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Noted!

    • @Ziron2008
      @Ziron2008 7 หลายเดือนก่อน

      @@juliocasal without relying on Azure!

  • @РодионЧаускин
    @РодионЧаускин 7 วันที่ผ่านมา

    Clark Thomas Lewis Betty Rodriguez Cynthia

  • @Luis-hc1dl
    @Luis-hc1dl 5 หลายเดือนก่อน +2

    Tutorial Completed, Thank you so much Julio, really enjoyable tutorial!

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      I’m glad you liked it!

  • @Raekonn
    @Raekonn 2 หลายเดือนก่อน +2

    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#

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน +1

      Wow, thank you for the kind words!

  • @neuroscience5024
    @neuroscience5024 5 หลายเดือนก่อน +2

    Extremely beginner friendly course. Well explained. Thank you very much.

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      You're very welcome!

  • @ngn8506
    @ngn8506 14 วันที่ผ่านมา +1

    Thank you!

  • @papa_ethan
    @papa_ethan 4 หลายเดือนก่อน +2

    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.

  • @younesmed3770
    @younesmed3770 13 วันที่ผ่านมา

    Thank you for the course it really helps understanding the fundamentals of .net. God bless you brother

    • @juliocasal
      @juliocasal  12 วันที่ผ่านมา

      You are very welcome

  • @AmélieLaurent-t1f
    @AmélieLaurent-t1f 12 วันที่ผ่านมา

    Hello Julio,
    When I open a new terminal and I write dotnet -- version, the response is : Zsh: command not found : dontnet
    I am working on a mac book I don't know if it change something.

  • @SamuelMegan-k4f
    @SamuelMegan-k4f 11 วันที่ผ่านมา

    Walker Dorothy Williams Gary Rodriguez Helen

  • @Johmaz23
    @Johmaz23 5 หลายเดือนก่อน +3

    Why vs code? And not community ? 😮

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      Here: th-cam.com/video/FHnwVsDRu3k/w-d-xo.html

  • @mortezarostami3287
    @mortezarostami3287 29 วันที่ผ่านมา +1

    l'm learning a lot, thanks .

    • @juliocasal
      @juliocasal  28 วันที่ผ่านมา

      Glad to hear that!

  • @franciscofigueroa6796
    @franciscofigueroa6796 หลายเดือนก่อน +1

    Excellent course !! this is really good quality content, i love the way you explain everything THANK YOU !

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      You're very welcome!

  • @adedamolaadewunmi7139
    @adedamolaadewunmi7139 18 วันที่ผ่านมา

    Is it okay to create a super class for the dtos and then subclass each relevant dto for the respective CRUD operations?

  • @estevves3903
    @estevves3903 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      Thank you! I'll be covering the image upload part in my upcoming bootcamp. Waitlist here: go.dotnetacademy.io/bootcamp-waitlist

  • @ibrahimismail5442
    @ibrahimismail5442 2 หลายเดือนก่อน +2

    so far i finished 30 mins from your course and your explanation is just amazing thank you

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน +1

      You're very welcome!

    • @ibrahimismail5442
      @ibrahimismail5442 2 หลายเดือนก่อน

      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

  • @FelipeSilva-yg3bc
    @FelipeSilva-yg3bc 5 หลายเดือนก่อน +2

    Thank You Julio for the content. Hugs from Brazil.

  • @jackymarcel4108
    @jackymarcel4108 16 วันที่ผ่านมา

    Garcia Kenneth Robinson Joseph Young Gary

  • @caiolagreca2696
    @caiolagreca2696 2 หลายเดือนก่อน +1

    Have just concluded the course, 5 stars!!

  • @DoddBrady-b8o
    @DoddBrady-b8o 11 วันที่ผ่านมา

    Jackson Edward Hall Edward Rodriguez Sandra

  • @aishwarya_v_r
    @aishwarya_v_r หลายเดือนก่อน

    Hi, I get an error: Unable to create a 'DbContext' of type ''. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[Tutorial.Data.GameStoreContext]' while attempting to activate 'Tutorial.Data.GameStoreContext'.' was thrown while attempting to create an instance. Please tell me how to fix this

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Seems like you have not registered the DbContext.

  • @gustavopoli7727
    @gustavopoli7727 หลายเดือนก่อน +1

    Thank you very much for the content. It is not only of high quality, but also educational and very well organized. Congratulations!!

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Thank you!

  • @howhello354
    @howhello354 7 หลายเดือนก่อน +1

    Do i need prior knowledge of c# ?
    I've never coded on C# but have good grasp on Python, Javascript.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Yes, you should know the basics of C#.

  • @tayphoenix
    @tayphoenix 2 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      Glad I could help!

  • @SandipRathod185
    @SandipRathod185 7 หลายเดือนก่อน +2

    Hello sir, I am working as angular developer but i want to become a full stack developer by learning .net core, so please tell me how to learn .net completely

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      This course has everything you need to get started.

    • @SandipRathod185
      @SandipRathod185 7 หลายเดือนก่อน

      Ok thank you@@juliocasal

    • @akram5960
      @akram5960 7 หลายเดือนก่อน

      how to learn angular? Any yt resources?

  • @OConnorCarr-b7l
    @OConnorCarr-b7l 10 วันที่ผ่านมา

    Robinson Carol Martinez Laura White Melissa

  • @rudolfbouzek6944
    @rudolfbouzek6944 5 หลายเดือนก่อน +1

    its good... if you know a bit of coding, and nothing about web. PerfectIts not like the other extremes... this is an IF statement... or just make this &$^#$@( and use *$)%(** and done :D

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      Thanks!

  • @lostinthenarrativve
    @lostinthenarrativve 6 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Yes, best to know the basics of C# first

  • @redxblood85
    @redxblood85 3 หลายเดือนก่อน +1

    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

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Here: marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme

  • @JuddJulia-j7r
    @JuddJulia-j7r 14 วันที่ผ่านมา

    Clark Joseph Gonzalez Sandra Harris Laura

  • @saulolima6874
    @saulolima6874 5 หลายเดือนก่อน +1

    The way you pass for all initial project steps is amazing, and using VsCode? U are awesome! Thank you for this class and I`m here waiting for the future videos with advanced stuff. A tip for new developers, with this video, and your effort in practicing and studying, you can achieve a position as a Junior Developer Backend C#/.Net in a few months, depending on you, the tools you already have. Again, thank you, Julio!

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      You're very welcome!

  • @test-ut9xy
    @test-ut9xy 7 หลายเดือนก่อน +1

    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!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Yes, here: dotnetmicroservices.com

  • @CatharineAlbert-y6g
    @CatharineAlbert-y6g 17 วันที่ผ่านมา

    Hernandez Steven Perez Frank Hernandez Christopher

  • @celsofassoni
    @celsofassoni 5 หลายเดือนก่อน +1

    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. 👏👏

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      Great to hear!

  • @NewmanWilliam-g9i
    @NewmanWilliam-g9i 13 วันที่ผ่านมา

    Martinez John Brown Amy Smith Scott

  • @村人A-d5h
    @村人A-d5h 3 หลายเดือนก่อน

    Hello, I would like to purchase your course. Are you willing to sell your course on Udemy? My company currently only allows purchases of Amazon Kindle books or a single Udemy course with a limit of $30. I hope you can provide a special way for me to purchase it . Thank you.

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Sorry, no.

  • @mohamedhassan8260
    @mohamedhassan8260 3 หลายเดือนก่อน +1

    🌟 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. 💕💕💕💕

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Thank you!

  • @Bamboocchi
    @Bamboocchi 4 หลายเดือนก่อน +2

    How would you go about deploying this to Azure?

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน +1

      Something like this: th-cam.com/video/XtWubiUzz-k/w-d-xo.html

    • @Bamboocchi
      @Bamboocchi 4 หลายเดือนก่อน

      @@juliocasal I'm sorry about the questions(I'm a complete beginner), but I saw that I had to do the previous tutorials(the Aspire ones) in order to proceed to your suggested video, but the database you used in this one was SQLite, and the database you used in the previous GameStore was a different one. Thus, leading to me getting stuck at that step in the 8-12 min mark. How should I proceed?

  • @Nurtastube
    @Nurtastube 6 หลายเดือนก่อน +1

    Hi! Why C# language syntax is so difficult for understanding?

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      You can learn C# here: dotnet.microsoft.com/learn/csharp

  • @barak_hub
    @barak_hub 3 หลายเดือนก่อน +1

    Thanks so much Julio, I have learnt a lot from this video, now proceeding to the front end video.

  • @krishramakrishna9567
    @krishramakrishna9567 7 วันที่ผ่านมา

    Why don't you give some product and categories or bank or insurance examples

    • @juliocasal
      @juliocasal  7 วันที่ผ่านมา +1

      Because I like video games.

  • @Joske369
    @Joske369 3 หลายเดือนก่อน +2

    Absolutely amazing tutorial

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Thank you!

  • @akashshaw8458
    @akashshaw8458 2 หลายเดือนก่อน +1

    what an amazing tutorial!! Full of information and knowledge Julio..

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      Glad you liked it!

  • @moch.ikhsanafandi4395
    @moch.ikhsanafandi4395 6 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Sorry no.

  • @sjncojn5962
    @sjncojn5962 2 หลายเดือนก่อน +1

    This vid help me alot to build my foundation.Thánks you so much

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      You're welcome!

  • @pouyagolipour
    @pouyagolipour 7 หลายเดือนก่อน +1

    Hello sir, My dev kit is not working properly, can I proceed with this project without it?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Yes, but best to get the C# Dev Kit working.

  • @josbexerra8115
    @josbexerra8115 6 หลายเดือนก่อน +1

    Excellent course Mister casal, a question that extension you activated so that you get a list in the autocomplete....thank you

  • @Anto-mi5pn
    @Anto-mi5pn 6 หลายเดือนก่อน +1

    I don't understand the Games => Set() syntax. What does it do?

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      The Set method creates a DbSet that can be used to query and save instances of Game. By doing Games => Set() you are assigning the result of the Set method to the Games property.

  • @WangAndrew
    @WangAndrew 4 หลายเดือนก่อน +1

    A simple and clear course for beginners. Thanks !!!😜😜😜

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Welcome!

  • @saddamhossaindotnet
    @saddamhossaindotnet 4 หลายเดือนก่อน +1

    Absolutely nice tutorial. Thank you so much for sharing!

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      You are so welcome!

  • @TitusAugust-l6n
    @TitusAugust-l6n 17 วันที่ผ่านมา

    Lopez Brenda Moore Christopher Lee Brenda

  • @nabiyatmuhammed2657
    @nabiyatmuhammed2657 3 หลายเดือนก่อน +1

    The best tutorial, I was searching for beginner friendly and yours is the best compared to others.

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      I'm glad!

  • @vishnus4552
    @vishnus4552 หลายเดือนก่อน

    Iam getting an error while generating datbase showing it shouldn't have double quotes over tables and genres. Anyone help pls

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      What's different in your case compared to the video?

  • @CottonSean-o3m
    @CottonSean-o3m 13 วันที่ผ่านมา

    Perez Carol White Ruth Clark Ruth

  • @ARYANKHARE-uc7vy
    @ARYANKHARE-uc7vy 5 หลายเดือนก่อน +1

    Do I need to install SqlLite on my system or the EntityFramework will take care of that...??
    BTW great course.

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      No need to install anything other than VS Code and the .NET SDK.

    • @ARYANKHARE-uc7vy
      @ARYANKHARE-uc7vy 5 หลายเดือนก่อน

      @@juliocasal Thanks for the course and fast response
      I appreciate it...!!!

  • @EMoscosoCam
    @EMoscosoCam 5 หลายเดือนก่อน +1

    May you please make a video about pagination? Thanks a lot!

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      Great suggestion!

  • @bernpaul9868
    @bernpaul9868 7 หลายเดือนก่อน +2

    sir does this include deployment?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      It does not.

    • @bernpaul9868
      @bernpaul9868 7 หลายเดือนก่อน +1

      Sir do you have tutorial for deployments? It's hard to find one

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      @@bernpaul9868 Here: juliocasal.com/blog/Deploying-ASP-NET-Core-Apps-To-Azure-Kubernetes-Service

  • @kankan4008
    @kankan4008 2 หลายเดือนก่อน +1

    Great tutorial!

  • @kodindoyannick5328
    @kodindoyannick5328 หลายเดือนก่อน +1

    Great course! Thanks you so much Julio.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Glad you like it!

  • @evaristegalois7378
    @evaristegalois7378 7 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Yes, that Blazor tutorial is older. New one, that matches this tutorial, will go out soon.

    • @evaristegalois7378
      @evaristegalois7378 7 หลายเดือนก่อน +1

      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.

  • @good_eats876
    @good_eats876 7 หลายเดือนก่อน +1

    coming from java spring framework, let’s see how this goes !

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Hope it helps!

  • @mannynavarro5803
    @mannynavarro5803 หลายเดือนก่อน +1

    Great course! Would love to get into unit testing and deploying to the cloud.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      Thanks, here:
      th-cam.com/video/MpeMJ0XqgYg/w-d-xo.html
      th-cam.com/video/XtWubiUzz-k/w-d-xo.html

  • @modr1505
    @modr1505 6 หลายเดือนก่อน +2

    Thank You Julio you simplified alot of things, appreciate your effort.

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Glad it was helpful!

  • @danielesestri2705
    @danielesestri2705 7 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Switch from your .http file and into a C# file, or just close all files. Then hit F5.

    • @danielesestri2705
      @danielesestri2705 7 หลายเดือนก่อน

      @@juliocasal it works! 🥰 Thank you!

  • @akhror1997
    @akhror1997 7 หลายเดือนก่อน +1

    explanation is very good, thanks Julio. is there a way to get slides that you used?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Thanks! I will soon publish this video as a course on my site, which will include all the slides.

  • @awakening5967
    @awakening5967 4 หลายเดือนก่อน +1

    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.

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      zoom it

    • @awakening5967
      @awakening5967 4 หลายเดือนก่อน

      @@juliocasal Thank you.

  • @emmdonWritesCode
    @emmdonWritesCode 7 หลายเดือนก่อน +1

    Julio, why didn't you use a repository? or the repository pattern is not necessary for endpoints.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Overkill for a simple app aimed at beginners

  • @inakaboyz
    @inakaboyz 6 หลายเดือนก่อน +1

    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?

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      ASP.NET Core default serialization logic takes care of that.

    • @inakaboyz
      @inakaboyz 6 หลายเดือนก่อน

      @@juliocasalso what if the raw data are in any other cases such as snakecase?

  • @DChristop
    @DChristop หลายเดือนก่อน +1

    Best .NET course on TH-cam!!!

  • @theperdster
    @theperdster 7 หลายเดือนก่อน +1

    Great video. Keep up the good work. Dotnet watch is our friend :)

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Thank you!

  • @qusaym-formatik5527
    @qusaym-formatik5527 หลายเดือนก่อน

    hello, thanks for the great Course, im having a problem when add a new game the relaseDate column always get saved as "0001-01-01", I tried to get some solutions with ChaGPT but nothing seemed to solve the issue, im on EF Core version 9 preview and sqlite 9 preview ,
    I tried to change the data type to DATETIME and it seems not working either also I tried to map the type convertion on the OnModelCreating Methode and didnt work also, is this some with EF Core compatibility with sqlite or I am doing something wrong
    thank you again

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      Are you posting the release date with the correct format?

    • @qusaym-formatik5527
      @qusaym-formatik5527 หลายเดือนก่อน

      @@juliocasal Yes, I tried to invert the date with month and the same result I get.