Build an ENTIRE BLOG Application with ASP.NET MVC 7 in 72 min. | BEGINNER

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • Looking to create your own web application? Look no further! In this exciting tutorial, we'll take you step-by-step through the process of creating your very own Blog web application using ASP.NET MVC 7 for our server.
    Whether you're a seasoned developer or just getting started, this tutorial is perfect for anyone looking to learn more about web application development. You'll get a hands-on experience building your own app, as well as gaining valuable skills with ASP.NET MVC 7.
    👉👉Grab the source (on github): t.ly/ZSrLT
    🔗Grab My Other Products Available:
    - Build Your First Web Service API Using Java Spring Boot wazoowebbytes.gumroad.com/l/x...
    🔗Resources & Links mentioned in this video:
    Dot Net Framework SDK and CLI: dotnet.microsoft.com/en-us/do...
    Learn Microsoft First MVC App: learn.microsoft.com/en-us/asp...
    Visual Studio Code: code.visualstudio.com/
    👋🏻Connect with me:
    Twitter: / eyuzwa
    ===---=== Concepts ===---===
    - ASP.NET 7 MVC
    - Model, View, Controllers
    - Routing
    - SQLite
    ===---=== Chapters ===---===
    0:00:00 - Introduction
    0:00:45 - App Demo
    0:03:14 - dotnet.microsoft.com
    0:03:48 - dotnet cli tool
    0:06:42 - opening project in editor
    0:07:14 - basic VS Code extensions
    0:08:59 - touring the project
    0:11:26 - dotnet build
    0:12:56 - exploring the Views folders
    0:14:36 - update launch.json for dotnet watch
    0:16:35 - tracing functions from Controllers to Views
    0:18:54 - route mapping in Program.cs
    0:20:28 - creating our PostModel
    0:22:31 - setting up sqlite database
    0:24:50 - connection string in appsettings.json
    0:26:17 - setting up PostController.cs
    0:28:06 - update navbar in _Layout.cshtml
    0:29:51 - adding a GetAllPosts to Controller
    0:31:27 - dependency injection in aspnet
    0:32:58 - using NuGet Package Manager
    0:35:30 - writing SQL for getting Posts
    0:38:41 - creating a PostViewModel
    0:41:47 - binding @model to the View
    0:43:30 - updating the _ViewImports.cshtml
    0:45:13 - adding a NewPost route to PostsController
    0:45:52 - creating a Partial with aspnet
    0:47:47 - binding a @model with a form in the View
    0:49:31 - underscore file names for partial Views
    0:50:44 - adding Insert Action in PostsController
    0:53:56 - updating markup to enumerate PostModels
    0:55:08 - passing an id param to the route
    0:56:49 - adding GetPostById
    0:59:05 - adding ViewPost.cshtml
    1:00:47 - adding an EditPost route to PostsController
    1:01:41 - adding EditPost.cshtml
    1:02:22 - adding _UpdateForm.cshtml
    1:03:04 - adding Update Action in PostsController
    1:04:36 - handling DELETE requests via JavaScript
    1:07:06 - adding a Delete JSonRequest to PostsController
    1:09:08 - wrapping up and next steps!
    #dotnet7
    #dotnet
    #tutorial
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @wazoowebbytes
    @wazoowebbytes  ปีที่แล้ว +2

    Hi everyone - hope this tutorial helps you start (or restart) your aspnet mvc journey. Please leave a comment on what you would love to explore next with this app!

  • @monthypython
    @monthypython ปีที่แล้ว +2

    best up-to-date tutorial i have ever seen in my life, thank you so much reis!!

    • @wazoowebbytes
      @wazoowebbytes  ปีที่แล้ว

      thank you so much! I really appreciate it

  • @mohammedfareedh
    @mohammedfareedh ปีที่แล้ว +2

    I wish that you should have Million Subscribers, Your explanation for the topics you've covered is very clear and crisp

    • @wazoowebbytes
      @wazoowebbytes  ปีที่แล้ว

      thank you so much for the kind words!

  • @MrBledi
    @MrBledi ปีที่แล้ว +1

    thank you very much, for explaining just like you would explain it to your friend or college and not go above and beyond into every irrelevant detail, fits perfect for my profile as i have already seen mvc structure on php or already familiar with c(hashtag)

    • @wazoowebbytes
      @wazoowebbytes  ปีที่แล้ว

      thank you so much for this kind feedback! Glad it helped you out!

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

    Thank you sir..Very essential video for a new developer.

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

      thanks so much! So nice of you to say! Glad it seemed to help you out!

  • @Sloppd
    @Sloppd ปีที่แล้ว

    You are a good instructor as well as a Teacher.

    • @wazoowebbytes
      @wazoowebbytes  ปีที่แล้ว

      wow thank you so much for the praise - just trying my best with what God's given me

    • @Sloppd
      @Sloppd ปีที่แล้ว +1

      @@wazoowebbytes I was also hoping if you would like to teach about building backend for a cms blog application using Ruby or Php.
      Cheers 👍👍

    • @wazoowebbytes
      @wazoowebbytes  ปีที่แล้ว

      @@Sloppd thanks - I'll put that on my list!

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

    Please make another video on how to add Identity(Authorization and Publish) in this app blog Application.

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

      yeah - that's a good idea - thanks. I'll add it to my list! Appreciate it!

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

    Dear sir its part 2.