ASP.NET Core Tutorial - Beginner to Advanced Projects

Поделиться
HTML-код
  • Опубликовано: 12 май 2024
  • Master ASP.NET Core by building three projects from scratch. You will start with an simple full stack project and work your way up to an advanced project. This course will teach you everything you need to know to create your own projects in ASP.NET Core MVC.
    Course developed by @codeafuture
    🔗 Food Menu Web App's Source Code: github.com/codeafuture/Food-Menu
    🔗 Google Docs Clone's Source Code: github.com/codeafuture/TextEd...
    🔗 Stripe Web App's Source Code: github.com/codeafuture/Stripe...
    ⭐️ Contents ⭐️
    ⌨️ (0:00:00) Introduction
    ⌨️ (0:00:55) ASP.NET Core MVC Structure
    ⌨️ (0:02:38) Food Menu Web App: Setting up the Project
    ⌨️ (0:04:29) Creating the Models
    ⌨️ (0:09:05) Creating the Context
    ⌨️ (0:20:35) Connecting the Project to the Database
    ⌨️ (0:24:50) Creating the Controller and its Methods
    ⌨️ (0:44:10) Adding multiple Data manually to the Database
    ⌨️ (0:48:20) Adding the Search Bar
    ⌨️ (0:57:37) Google Docs Clone: Intro
    ⌨️ (0:58:08) Creating the Model and setting up the Database
    ⌨️ (1:03:50) Creating a Controller
    ⌨️ (1:08:00) Handling the Create Page
    ⌨️ (1:11:05) Importing TinyMCE library
    ⌨️ (1:16:20) The Edit Page
    ⌨️ (1:20:32) The Index Page
    ⌨️ (1:29:39) Fixing the Index Method
    ⌨️ (1:33:00) Formatting the Delete Page
    ⌨️ (1:34:22) Printing a Document as a PDF
    ⌨️ (1:35:18) Stripe Web App: Intro
    ⌨️ (1:35:51) Stripe Account & Stripe Docs
    ⌨️ (1:40:35) Setting up the Project in Visual Studio
    ⌨️ (1:56:36) Creating the Model and setting up the Database
    ⌨️ (2:06:52) Storing Products in the Database
    ⌨️ (2:10:39) Displaying Products in the Index Page
    ⌨️ (2:23:10) site.css file
    ⌨️ (2:26:55) CreateCheckout Method
    ⌨️ (2:28:33) Testing the application
    🎉 Thanks to our Champion and Sponsor supporters:
    👾 davthecoder
    👾 jedi-or-sith
    👾 南宮千影
    👾 Agustín Kussrow
    👾 Nattira Maneerat
    👾 Heather Wcislo
    👾 Serhiy Kalinets
    👾 Justin Hual
    👾 Otis Morgan
    👾 Oscar Rahnama
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: freecodecamp.org/news

Комментарии • 51

  • @codeafuture
    @codeafuture Месяц назад +56

    It's Alen from the video👋. Thank you so much for watching. I hope you find the video helpful and feel free to reach out if you have any questions. Thank you for your support @freecodecamp

    • @IncomingLegend
      @IncomingLegend Месяц назад +3

      great job! keep up the good work! it would be awesome to see some tutorials on building apps with frameworks such as Avalonia or Uno!

    • @nouchance
      @nouchance Месяц назад +2

      Thank you man!

    • @codeafuture
      @codeafuture Месяц назад +2

      You're welcome👍@@nouchance

    • @KT-ni4lq
      @KT-ni4lq Месяц назад +1

      Question: I see the 3rd app uses stripe. Could I follow along and use this code live to collect payments?

    • @iBuy_Power
      @iBuy_Power Месяц назад +1

      Thanh u so much,bro❤

  • @dilanshanuka1838
    @dilanshanuka1838 Месяц назад +3

    Wow, this tutorial sounds like a game-changer! As someone deeply invested in advancing my .NET skills, especially in the realms of authentication and authorization, I couldn't be more excited to see a tutorial that promises to take things to the next level. It's not just about building applications anymore; it's about building them securely and with industry-level standards in mind. Looking forward to diving deep into this tutorial and gaining insights into advanced authentication mechanisms, authorization strategies, and all the intricacies that come with building robust, secure applications. Kudos to you for taking on such a vital topic and providing valuable resources for developers eager to elevate their skills

  • @kodindoyannick5328
    @kodindoyannick5328 Месяц назад +2

    Great content! I took much pleasure to follow. Thank you so much.

  • @mihaelaguja1165
    @mihaelaguja1165 26 дней назад +3

    I love the fact that he throws a bunch of entirely new concepts specific to Entity Framework and doesn't even explain what they are doing. I don't know if it's me being dumb, but I had to search every part of the code to understand what he was doing, and I know C# OOP

  • @muhammadtoqeelbutt6097
    @muhammadtoqeelbutt6097 Месяц назад +3

    I need asp net core projects thanks.your channel is best for beginners to advanced learners.

  • @muovikallo
    @muovikallo Месяц назад +11

    I was actually starting to study ASP .NET, great timing 👍

    • @monty08720
      @monty08720 Месяц назад

      is there a good future scope in this tech ???

    • @TheDeathknight23
      @TheDeathknight23 13 дней назад

      @@monty08720 nope, none! Give up now! Jk

  • @keaan5284
    @keaan5284 Месяц назад +5

    Thank you for that ❤

  • @mahendranath2504
    @mahendranath2504 Месяц назад +2

    Wow thank you so much for sharing the knowledge 👍👌🫡🙏

  • @waleedbensumaidea3947
    @waleedbensumaidea3947 Месяц назад +6

    Thank you so much for this course.
    But also we need some one do course about Blazor NET8 🔥 auto render mode

  • @saurabhbisht1351
    @saurabhbisht1351 Месяц назад +4

    best timing

  • @FutureMinutes
    @FutureMinutes Месяц назад +3

    very nice

  • @arunbastin2990
    @arunbastin2990 Месяц назад +5

    Do some big projects with using .net core api and angular

  • @mateusz6190
    @mateusz6190 Месяц назад +1

    Hello, could you do a tutorial for handwriting text recognition?

  • @shehablotfallah832
    @shehablotfallah832 Месяц назад +5

    Hopefully more on the donet Api

  • @hernanescudero6620
    @hernanescudero6620 Месяц назад +1

    OMG YES

  • @lakshyarajdash
    @lakshyarajdash Месяц назад

    Please tell how to configure IIS server properly on windows platform

  • @Mwutanga
    @Mwutanga Месяц назад

    What platform are you using Visual Studio?

  • @nehap2-6
    @nehap2-6 Месяц назад

    Please make a video on jQuery library.

  • @Adjust91
    @Adjust91 20 дней назад +1

    Does it matter that this is in .Net 6.0 and we are using .Net 8.0 now?

  • @rishikeshnerkar1367
    @rishikeshnerkar1367 Месяц назад +6

    Is anyone else having a problem with his voice?

    • @flakysob
      @flakysob 9 дней назад

      I sleep with my bleeding ears

  • @disrael2101
    @disrael2101 Месяц назад +1

    why reupload??

  • @jizzervirusreptikonski8756
    @jizzervirusreptikonski8756 Месяц назад

    Better run the project to make sure there are no errors first, before creating model etc.

  • @user-qg3fo9yf1d
    @user-qg3fo9yf1d Месяц назад +1

    ❤❤❤❤❤❤😊

  • @Raj_9507_
    @Raj_9507_ Месяц назад

    Is ASP .Net or MERN stack would be a better option?

    • @heysoub
      @heysoub Месяц назад

      dotnet for concurrency and data intensive project ... MERN stack for small to middle scale projects.

    • @InspireRiseM
      @InspireRiseM Месяц назад +1

      I think asp appeals more to the general public.

    • @saadhabashneh5587
      @saadhabashneh5587 Месяц назад

      ​@@heysoub Node is known for being good for data intensive applications

  • @aa-xn5hc
    @aa-xn5hc Месяц назад

    Why MVC ? Latest Blazor, please

  • @alexandernava9275
    @alexandernava9275 Месяц назад

    Having an issue with the "Update Database" Saying command isn't found. I installed net SE but no luck.

    • @kirikoukou2679
      @kirikoukou2679 6 дней назад

      I have this problem as well, My method is using my SQL Server string, doesn't renew a database,you can try again.

  • @pratikhinge2156
    @pratikhinge2156 14 дней назад

    Getting error for seed data for ingredient id

  • @yatoyam
    @yatoyam Месяц назад +6

    I am first 🎉🎉🎉

  • @ulrich-tonmoy
    @ulrich-tonmoy Месяц назад

    is MVC still used

  • @realsubhajitpatra
    @realsubhajitpatra Месяц назад

    first

  • @adityabhise466
    @adityabhise466 Месяц назад

    First

  • @flyinghorse2739
    @flyinghorse2739 Месяц назад +1

    Now do one for Java please

  • @snoun77
    @snoun77 Месяц назад +9

    Dude put me to sleep, and doesn't explain anything he's doing. Not so Beginner course.

  • @niggacockball7995
    @niggacockball7995 Месяц назад +4

    JUST WHAT I NEEDED