Asp.Net Core Web API CRUD Operations using Entity Framework Core and SQL Server | CLEAN Architecture

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • Asp.Net Core Web API CRUD Operations using Entity Framework Core and SQL Server with CLEAN Architecture. CRUD operations in asp.net core web api. In this video we will be diving.
    In today's video, we're diving deep into the world of ASP.NET Core Web API and Clean Architecture. Specifically, we're going to learn how to implement CRUD operations. That's Create, Read, Update, and Delete for those who might be unfamiliar.
    We'll be starting from scratch, setting up our project with a clean architecture approach. This means our code will be well-organized, scalable, and easy to maintain. If you've ever felt overwhelmed by messy code or struggled to keep your project structure neat, this video is for you!
    By the end of this video, you'll have a solid understanding of how to create a robust ASP.NET Core Web API with clear separations of concerns, making your code cleaner and more professional. So, grab a cup of coffee, open up Visual Studio, and let's get started!
    First, we'll set up our project. We'll create a new ASP.NET Core Web API project, and I'll walk you through the initial setup steps. Then, we'll dive into the core of CRUD operations. We'll create models, set up our database context, and implement the repository pattern and mediatR pattern to handle data access. And of course, we'll be using dependency injection to keep everything nice and decoupled
    Resources:
    Clean Architecture Video : • Clean Architecture C# ...
    🔗 Source Code: github.com/nit...
    asp.net core web api crud operations,asp.net core web api crud operations using sql server,asp.net core web api crud operations using entity framework,asp.net core web api crud operations using ef core and sql server,asp.net core web api crud operations with entity framework,asp.net core web api crud operations repository pattern,crud operation in asp.net core mvc using visual studio 2022,crud operations in asp.net core web api,asp.net core web api clean architecture,crud operations in asp.net core mvc,crud operations in c#,crud operations using entity framework in asp.net mvc,web api crud operations using asp net mvc,crud operations in asp.net,web api creation step by step c#,web api crud operations,web api crud operations using asp net,web api crud c#,asp.net core mediatr ,asp.net core mediator,mediatr,mediatr c#,mediatr asp.net core,mediatr asp.net core web api

КОМЕНТАРІ • 30

  • @MohammedObaid-z1i
    @MohammedObaid-z1i Місяць тому

    The best explanation for WebAPI Clean Architecture

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

    Thank you very much for the tutorial. Nice explanation

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

    Quality full content in DotNET World!
    Thank you so much Brother!

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

    Another great video!!!!!! Thank you!

  • @abdul-baasitajala3230
    @abdul-baasitajala3230 2 місяці тому

    Thanks so much for this video...
    Expecting more of it.
    I notice tou didn't use the service folder to abstract the business logic, is it not a good practice

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

    Excellent effort for new cummers, Especially those who want to learn clean architecture. Can we include DTOs? We usually include connection strings in our appsettings.jons file and during the video training you mentioned that you'd explain it but not explained. If possible, please add a block diagram and flow chart to explain the concept. I feel complexity when you are using and injecting classes. If you can include some tips. Thanks for your efforts.

  • @Ur-pandu
    @Ur-pandu 27 днів тому

    Good Explanation

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

    Great content so how can implemented unit and integration Test for Clean Articture

  • @Findme-bl8zz
    @Findme-bl8zz Місяць тому +2

    Sir please make a video on implementing search and pagination feature in .net web api. pls pls thanks in advance. 😀😀

  • @DaveLegend-g8o
    @DaveLegend-g8o 3 місяці тому +1

    I ve been waiting for this.

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

      Thats great. I am sure you will love this video. And dont forget to share your feedback about this video after watching it.
      Nitish

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

    Great video sir

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

    Can we acheive the same result with only using Repostory Pattern?
    then why we need to use Mediatr + CQRS Pattern? and advantage of these pattern?
    and also please explain use case when to use Mediatr + CQRS Pattern

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

    Jai hind sir🙏
    Aap ka video bahut helpful hota hai sir.

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

    Excellent sir

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

    Hey brother @WebGentle, Thank you so much for putting such brilliant video, very easy to understand. Just one question, don't you think clean architecture is just adding extra complexity , we can accomplish same with on service class for any business logic and repository to communicate to db . What extra benefit I get through clean architecture. Please explain and dont mind if my question is stupid.?

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

      You are totally right. Most of the time it is like additional complexity and thats why it is not suitable in all situations.
      Take it as just another architecture and use only when it is really needed to keep everything separate.

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

    Why we added interface in core library... can't we add in infrastructure library Directly...can you please explain... thnks in advance ❤

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

      Nitish mentioned this in the first few videos that all the interfaces and models referenced by other layers must go into Core. The Core is also known as your Domain layer -- think of it as a map of your whole application.

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

    Sir please also make a version of webapp ie along with view.

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

      Sure. Lets first learn some advanced concepts about organization level projects then will impleent them in web app too.

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

    First like and comment ❤

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

      Thankyou Mr Deepanshu 🙏

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

    Please make .net core web api + angular course

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

      Hello Mr Qureshi, here is the complete angular course ua-cam.com/video/VC_v8QmhyfA/v-deo.html

  • @vikaspathak9358
    @vikaspathak9358 6 днів тому

    Ab sir app hindhi me video nahi banate hai england chale gaye hai kya sir hindhi me bhi video bana do web api ki

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

    First comment