Execute store procedure and SQL queries in entity framework core 7.0 | SP handling in EF Core 7.0

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2023
  • #dotnet7 #dotnetcore #efcore #nihiratechiees
    This video about .NET 7.0 entity framework core SP handling
    Topics covered
    =============
    1, Handling Store procedure from EF Core.
    2, Executing SQL Queries from EF Core
    GitHub source code link
    =====================
    github.com/nihira2020/WEBAPI_...
    Join this channel to get access to perks:
    / @nihiratechiees
  • НаукаНаука

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

  • @ashishgaikwad8368
    @ashishgaikwad8368 2 месяца назад

    Thank you so much sir !

  • @aksharanatureworld
    @aksharanatureworld 7 месяцев назад

    Nice

  • @muhammadfaryadazim6110
    @muhammadfaryadazim6110 6 месяцев назад

    thanks

  • @SaikiranNomula
    @SaikiranNomula 4 месяца назад

    Great Tutorial! How can we use the get the custom Column bool based on joining the tables by quering against the Database not particular table. Using EF core 7 in code First?

  • @chitrakanaga8456
    @chitrakanaga8456 7 месяцев назад

    Useful. Thanks for the video. Please share SP script

    • @NihiraTechiees
      @NihiraTechiees  7 месяцев назад

      Will upload soon. Mostly by tonight

    • @NihiraTechiees
      @NihiraTechiees  7 месяцев назад

      github.com/nihira2020/Database/blob/main/Test_DB_Script.sql

  • @kakdiyaamit6625
    @kakdiyaamit6625 3 месяца назад

    can u suggest me. i have multiple database. that database list in drop dawn. and i take action of insert api that selected database.

    • @NihiraTechiees
      @NihiraTechiees  3 месяца назад

      What is your question? How to find database for perform insert?

    • @kakdiyaamit6625
      @kakdiyaamit6625 3 месяца назад

      @@NihiraTechiees I have a Tblusers table of DefDB database. There is a field named database in that table. Whichever user logs in, that database will be returned to him and after all the operation will happen in that database. I will have multiple users and request will be made for the same user. I want to make it like this.