Using Repository Pattern

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

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

  • @harrylyod3402
    @harrylyod3402 4 года назад

    cant wait for this project to finish. thank you for all the contents

  • @ramadalivasu
    @ramadalivasu 4 года назад

    Your voice and explanation works me like a medicine. Thanks you very much..

  • @joeycopperson
    @joeycopperson 3 года назад

    Thanks. Very good explanation :)

  • @vaynard94
    @vaynard94 4 года назад +2

    love it. God bless you!

  • @AJSpeller
    @AJSpeller 4 года назад +1

    Great job!

  • @flywheel56
    @flywheel56 4 года назад

    Nicely organized series. I'm also building a project with similar web API backend and Angular frontend. I'm hoping you'll do an episode on securing the API with Azure ADB2C. My architectural challenge is to provide a way for multiple frontends to share the same database and member-space. This would permit all users authenticated for the API to use any of the frontends while accessing the same datastore of their personal activity.

    • @StudyMash
      @StudyMash  4 года назад

      Nice thought, I had no plan for that, but now I will look how I can do that in this application. Added in my todo list.

  • @sunilanthony17
    @sunilanthony17 3 года назад +1

    Why not create a generic repository to handle all CRUD operations? Therefore, other repositories can inherit from the generic repository and you don't have to repeat yourself. You can also make the generic repo method virtual so you can override them and the generic repo can also be an abstract class so it can't be instantiated directly.

  • @balajeek
    @balajeek 3 года назад

    Is using repository pattern a best idea if in my environment backend going to be Microsoft sql server not matter what? should I just use angular calling the webapi and the api use the entity framework directly! please advice, thanks for the awesome series.

    • @StudyMash
      @StudyMash  3 года назад

      Repository pattern decouple your ORM (Entity framework), if you are sure you never need to change it in future and repository pattern will unnecessary add complexity and benefits are less, you can drop it.

    • @balajeek
      @balajeek 3 года назад

      @@StudyMash Thank you for super fast response.

  • @edgarr8425
    @edgarr8425 4 года назад

    Please enable subtitles like your other videos! Thank you.

  • @vaynard94
    @vaynard94 4 года назад

    anyway is it recommended to separate solution between frontend and webapi?

    • @StudyMash
      @StudyMash  4 года назад +1

      It doesn't make any difference, it is your personal preference.

  • @healthypal8772
    @healthypal8772 4 года назад

    Great tutorial so far sir.. One request. Can we please have two videos a week?
    I know you are very busy but still if it is possible by any chance?

    • @StudyMash
      @StudyMash  4 года назад +1

      Hope I could do that, but my full time job is not allowing me as it is too hectic to create a video in start of week. I work on these videos only on weekend. Teaching is my first love but I got married with full time job ;)

    • @healthypal8772
      @healthypal8772 4 года назад +1

      @@StudyMash I totally understand it sir being a working professional :P. I am enjoying this series though. You are a great teacher. Keep it up.

  • @dattatreyakulkarni857
    @dattatreyakulkarni857 2 года назад

    Hi Can I get chance to work with you Please

    • @sandeep11ind
      @sandeep11ind 2 года назад

      Sure, we can, I was looking for some one who can help me to create some modules of this project

  • @ramadalivasu
    @ramadalivasu 4 года назад

    How to download code ?

    • @StudyMash
      @StudyMash  4 года назад

      This is hosted on github, below is the direct link to download code zip file
      github.com/webtrainer-in/HSPA/archive/master.zip