Skip to content
View usmankhan16677's full-sized avatar

Block or report usmankhan16677

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. SchoolManagementSystem SchoolManagementSystem Public

    C# .NET Core Web Api, A beginner friendly guide to learn N-Tier, SOLID principles, Interfaces, Repository Layer and Services. Consumer will get hands-on experience that how each layer work and comm…

    C#

  2. Identity-With-JWT Identity-With-JWT Public

    Authentication & Authorization .NET 8 Web Api in which I demonstrated that how we can use Identity Framework with JWT (Json Web Tokens). This project is the best example of CodeFirst Approach with …

    C#

  3. IdentityFrameworkApp IdentityFrameworkApp Public

    A .NET Core MVC application includes the process of authentication and authorization. End-user can register with credentials and go to the Login page to get to thier specified pages. This project p…

    C#

  4. Json-Web-Token-JWT-WebAPI Json-Web-Token-JWT-WebAPI Public

    A .NET 8 Web API implementing JWT authentication with ASP.NET Core Identity. Generated a JWT bearer token upon login and authorize our endpoint with authorize attributes.

    C#

  5. .NETCore-IDENTITY .NETCore-IDENTITY Public

    A project of .NET Core WebApi in which we used IdentityCore Framework for user authentication and authorization. It demonstrates that how we can use and configre our Identity in .NET Core applicati…

    C#

  6. UserManagement-CodeFirst UserManagement-CodeFirst Public

    A .NET 8 WebApi project implementing the user-management using CodeFirst approach. Itconfigure user by setting up the model classes and thier DTO's, use MS-SQL for the Database and applied Migratio…

    C#