Learn ASP.NET Web API in 60 mins - Complete Tutorial

Поділитися
Вставка
  • Опубліковано 15 гру 2024
  • Dive into the world of ASP.NET Web API with our 60-minute tutorial using Visual Studio 2022 preview 2.0 ! Whether you're a beginner or seasoned developer, this crash course covers everything you need to know.
    From project setup and RESTful principles to Entity Framework integration till creating a complete web API that perform CRUD operation using MS SQL server database, and optimization tips, we've condensed the essentials into a power-packed hour. Get ready to master ASP.NET Web API and elevate your API development skills
    Thanks for visiting Digital TechJoint Channel and we wish all the very Best Learning experience .
    Please do Subscribe, Share and like our videos
    🚀 .NET Razor Pages Course
    www.udemy.com/...
    How To Implement AES 256 Encryption in ASP.NET MVC
    • Implementing AES 256 E...
    Learn Visual Studio Code Editor for ASP.NET MVC Application - Complete Tutorial
    • Learn Visual Studio Co...
    How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide
    • How To Implement CRUD ...
    How To Integrate Stripe Payment Integration in ASP.NET MVC
    • How To Integrate Strip...
    How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
    • How To Upload Files In...
    How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
    • How To Upload Files In...
    How To Register Microsoft Azure Free Trial Account
    • How To Register Micro...
    ASP.NET MVC - How to Upload, Download and Delete Files in AWS S3
    • ASP.NET MVC - How to U...
    How To Deploy ASP.NET Application with Azure SQL Database on Microsoft Azure Cloud
    • How To Deploy ASP.NET ...
    How To Integrate ChatGPT in ASP.NET Web API
    • How To Integrate ChatG...
    RazorPay Payment Integration in ASP.NET MVC
    • How To Integrate Razor...
    Blazor Server Vs Blazor WebAssembly Application
    • ASP.NET Blazor Server ...
    Develop Full-Stack Application using Blazor WebAssembly
    • How to Develop Full-St...
    How To Deploy ASP.NET Appliction on AWS Cloud Platform
    • How to Deploy ASP.NET ...
    How To Apply Free Bootstrap in ASP.NET Application
    • How To Apply Free Boot...
    Razor Pages Complete Course Dotnet Framework 6.0
    • Complete Course on Raz...
    Complete Course in ASP.NET MVC 6.0
    • Learn ASP.NET MVC (.NE...
    How to Setup Amazon AWS Free Account
    • How to Setup Amazon AW...
    AWS Secure Root User Using Identity Access Management Service (IAM)
    • AWS Secure Root User U...
    Intro To ASP.net CORE
    • How To Create Web API ...
    How To Upload Images in Database ASP.NET Razor Pages
    • Razor Pages - How To U...
    Dependency Injection Explained
    • How To Implement Depen...
    ASP.net CORE Using ADO.net
    • How to use ADO.NET in ...
    Repository Pattern Explained
    • How To Implement Repos...
    Getting Started with Razor
    • Getting Started with R...
    Working with Images
    • How to Upload Images U...
    Razor Page Short Videos Playlist
    • Learn ASP.NET Razor Pa...
    Complete ASPNET MVC Course
    • Learn ASP.NET MVC (.NE...
    AWS S3
    • Playlist

КОМЕНТАРІ • 31

  • @MaryOssati
    @MaryOssati 10 місяців тому +2

    Well done! I definitely have learned new things from your fantastic tutorial. Many thanks.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  10 місяців тому

      Thank you so much for your lovely comments. We are really motivated to do more for our developer community. Thank you

  • @sujaeeshan2567
    @sujaeeshan2567 3 місяці тому +1

    Thank you very much! .. It's very clean and easy to understand.. Looking forward to more tutorials

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  3 місяці тому

      Thank You so much for your lovely comments. Really Appreciate !!!. Do you have any topic to cover in our tutorial ? we will surely release one. Thanks once again.

  • @suryar8858
    @suryar8858 Місяць тому +1

    which video u talking about migration and could u pls share that link in comment pls

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  Місяць тому +1

      Hello Surya, Migration is covered in this video itself for creating the tables for storing data.

    • @suryar8858
      @suryar8858 Місяць тому

      @@DigitalTECHJOINT ok tq bro

  • @yashbehl8807
    @yashbehl8807 10 місяців тому +2

    Great tutorial brother 👍👍

  • @ronaldjohnson4470
    @ronaldjohnson4470 10 місяців тому +1

    Awesome tutorial, thank you.

  • @Gaminginblue
    @Gaminginblue 11 місяців тому +2

    This is the best tutorial I have watched so far. Everything is covered and well explained. Thank you😊

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  10 місяців тому +1

      Thank you for such a wonderful comment. Thanks for visiting our channel and do share our channel link with your friends and collegues to help us grown our network. Thanks once again.

  • @suryar8858
    @suryar8858 2 місяці тому +1

    tq brother

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  2 місяці тому +1

      Most welcome. Appreciate and thanks for visiting our channel. Do let us know if you need any topic to be covered in our channel. thanks once again

  • @suryar8858
    @suryar8858 2 місяці тому +1

    bro why ur using httpput API method for deletion of a database

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  2 місяці тому +1

      Thanks for your question! I understand the confusion. In a RESTful API, HTTP PUT is typically used for updating or replacing a resource, and HTTP DELETE is the standard method for removing resources from the server or database.
      If it appears that I used HTTP PUT for deletion, this might be a misunderstanding or specific to the demo setup. In general, I would recommend using HTTP DELETE for such operations as per best practices in REST API design. I'll review the code to ensure clarity, and I appreciate your feedback!

  • @suryar8858
    @suryar8858 2 місяці тому

    u use crud or cqrs , which is best for beginner while using along with
    mediatr

  • @shabanelmogy7912
    @shabanelmogy7912 Місяць тому +1

    can you share github repo ?

  • @BoiniAnilkumar-p8z
    @BoiniAnilkumar-p8z 4 місяці тому +1

    very good explanation.but how swager tool connected you i cant understand that point

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  4 місяці тому +2

      Thanks for your lovely comments. Swagger is included by default. You can check the program.cs file where this line of code is added that enables swagger in your project
      builder.Services.AddSwaggerGen();
      Hope that answers your query. thanks for visiting Digital TechJoint Channel & Stay tunned for more dotnet and cloud computing tutorials 🙂

  • @shikhatiwari6865
    @shikhatiwari6865 5 місяців тому +1

    nice video

  • @reydelocon629
    @reydelocon629 11 місяців тому +1

    can you do the full crud of this?

  • @NguyenChienThangK16_HCM
    @NguyenChienThangK16_HCM 11 місяців тому +1

    Can u make the video about authentication with facebook.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  11 місяців тому

      Please watch the tutorial in our channel on Authentication using Facebook ua-cam.com/video/4kPplOLipaU/v-deo.html

  • @ashokp5805
    @ashokp5805 3 місяці тому

    this is very basic thing right,,, not much usefull

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  3 місяці тому

      Thanks for you comments. Could you share us your requirements on this subject. We will include that same in our up coming tutorials . We are always welcome to suggestion after all it will only help our developer community. Thanks for visiting Digital TechJoint Channel.

    • @ashokp5805
      @ashokp5805 3 місяці тому

      @@DigitalTECHJOINT please share the vedio how network tab can check for api and its performsance

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  3 місяці тому

      @@ashokp5805 You mean the chrome developer tool network tab ?

    • @ashokp5805
      @ashokp5805 3 місяці тому +1

      @@DigitalTECHJOINT yes all higlited topics in api