ASP.NET Core Crash Course – C# App in One Hour



Learn how to create a web database app in ASP.NET Core using Visual Studio and the C# language.

This tutorial will show you how to :
– Use the MVC (Model View Controller) design pattern.
– Configure database tables using the Entity framework.
– Setup of classes as models. Customize Razor forms.
– Create methods inside a controller.
– Style an ASP.NET page with CSS.
– Use Bootstrap classes.
– Create a search function to filter database results.

✏️ Course developed by Shad Sluiter. Check out his YouTube channel: https://www.youtube.com/user/shadsluiter

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

This Post Has 44 Comments

  1. NeWWeeks

    Thank you so much sir. You are so amazing :))

  2. Jason Lim

    Great crash course! Outdated though for visual studio 2022. But that’s for developers to update themselves!

  3. Wilfredo Perez

    Great video. I was able to add the created by and show the user who created the joke.

  4. Skvorec

    I liked this joke about kangaroo 🙁

  5. Hi. Thank you for the video. I am only at the beginning video. But I would like to make this comment for all the new learners before I forget. One should know that there are quite a few changes in Microsoft Visual Studio Community 2019, Version 16.11.10 compared to the version used in this video.

    For example, to get the app to run in the beginning, on the top of the Visuals Studio window, one has to click and choose the name of the App and not "IIS Express" as shown in this video. Otherwise one gets all kind of errors, which googling won't resolve, unfortunately.

    And of course, one has to previously install the "ASP.NET and web development" package using the Visual Studio Installer. Thank you, again for this free course.

  6. Folke Johansson

    Doesn't work, I just get "The project doesn't know how to run the profile IIS Express". The devs really need to work on error handling, this tells me nothing.

  7. Kay

    i cant get the difference between ASP.NET Core WebAPP and ASP.NET Core MVC Web App. Can someone explain it to me in human language 😀

  8. Robert Hayhurst

    For those who can't find the Sql Server Object Explorer window — you chose "none" for the authorization when you created the project. If you can't log into Sql Server then there's no point in having a Sql Server explorer window, and you can't log into Sql Server if you don't authorize connections when you create the project.

  9. Iriz Legaspi

    Hi Prof, great tutorial, but I have problem in login registration identity, is there a tutorial for that?

  10. Arbaz Qureshi

    Can we migrate two model classes from Package console manager?

  11. Scott Meyers

    awww man, new version of visual studio doesn't have mvc

  12. Orick

    Thanks, it was very useful, I learn a lot

  13. Joshua Bonafe

    Hi, when it comes to update-database then I look at the SQL Server there's only 1 (localdb) which is the ProjectsV13 and there's no database for joke

  14. AveN7ers

    😵💫This is way more complex than express+ mongoDB

  15. Is anyone how to connect the database to the app( On mac there is no SQL server Object Explorer)

  16. Dragon

    This was literally the best tutorial I have ever seen. Thank you, genuinely.

  17. Brasco Arts

    I'm not the guy that likes frameworks with alot of "wheels". I'm I alone?

  18. Canna

    Good video. Reported to youtube for those awful jokes though.

  19. Bratchan

    The dad jokes are strong… and the teaching is even stronger

  20. Robert Hayhurst

    Professor, I'm going through your Web App course — it's absolutely great. I'm at the "Entity Framework" part, and you start with a project based on a previous video — the "James Bond Gadget" video. I've been searching EVERYHWERE for that video, and I can't find it. You've answered this same question elsewhere and provided a link, but it's a link to the "Jokes Database" video. Can you provide a link to the "James Bond Gadget" video?

  21. Arlind Aliu

    Migrations on my Data Folder isn't showing. Can you explain where the problem is?

  22. Efraim Krug

    Thanks! Nice course… I don't know if it's your agenda – but I would love to see a course comparing cSharp to c. It's like they have taken out all the stuff that made c really cool (like pointers and alloc/malloc etc) but kept the name!

  23. LUITEN1

    Thanks so mucho Professor! Really enjoyed this crash course!

  24. cryzz0n

    I really appreciate your teaching style. It is way helpful and very engaging. I have a request to please make a complete lecture on the CSharp Desktop Application management system or payroll like you create in Excel that lecture on Excel makes me confident to work in Excel smoothly and efficently. Thank you so much.

  25. Thank you for such an informative session, Shad! Love it and love freeCodeCamp!

  26. daniel goldin

    i have Visual Studio 2019, but i do not see all those options when creating the project. can you help me out?

Leave a Reply