Это видео недоступно.
Сожалеем об этом.

(

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2020
  • Roles in asp.net core are used to add one additional layer of security. Roles are useful to give access of resources to a set of users. In asp.net core while using the Identity framework we can create n number of roles in our application and can assign one or more roles to the users. In this video, we will set up the roles in the asp.net core application from scratch.
    #Roles #IdentityCore #RoleManager
    GitHub Repo: github.com/web...
    Nitish's blog - www.nitishkaus...
    Visit Our Website: webgentle.com
    Subscribe us: goo.gl/PJr1pN
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    For business inquiry contact: nitish.webgentle@gmail.com
    Follow us on
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Facebook - bit.ly/36yZuQN
    Linkedin - bit.ly/2N6Onqk
    Twitter - bit.ly/2uv04AP
    Popular free courses from WebGentle
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Jira tutorial - bit.ly/jiratuto...
    Asp.Net Core Tutorial: bit.ly/aspnetco...
    Azure DevOps tutorial - bit.ly/azuredev...
    .NET Core 3.0 fundamentals - bit.ly/dotnetcore3
    MVC5 tutorial - bit.ly/mvcbynitish
    LINQ Tutorial - bit.ly/linqbyni...
    Non-generic collection in c# - bit.ly/nongener...

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

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

    I'm honestly in love with you work sir. Big thanks once again.

  • @debjyotipalit78
    @debjyotipalit78 Год назад

    Nice tutorial

  • @mudasir-khan-
    @mudasir-khan- 3 года назад +2

    Nice it helps me
    Please make tutorial for Web API in Asp. Net Thanks

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

    You didn't explain how to make authorize works or returns to login site

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

    thank you Kaushik ji 🙏

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

    very very helpful video sir ji

  • @towardsa.i.3216
    @towardsa.i.3216 Год назад

    I have two account db context, how do I differentiate for assigning role?

  • @Bobby-mf6fw
    @Bobby-mf6fw 3 года назад

    Don't know why my delete action page is displayed only whi I m logging in as admin else if I m logging in as normal user its showing localhost page can't found

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

    Hi, can we Authorize using custom middleware? If yes, then could you please share the refference link?

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

    Thank you sir.

  • @krishnamurarigautam582
    @krishnamurarigautam582 22 дня назад

    If I have 100 of roles then should i check all the roles using comma separated.

    • @WebGentle
      @WebGentle  22 дня назад

      Thats one way but better would be to create groups and roles and manage with that.

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

    From what I saw up till now, you explained How to Create and Read books from the database. Did you explain The Update and Delete operations in the previous videos?? Or are you going to explain them in future videos?
    Thanks

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

      I will try to cover in upcoming videos

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

    Hi can you help with Database source code