Tag: .net core
-
ASP.NET Claims and Identities
ASP.NET Claims and Identities is a framework for managing authentication and authorization in an ASP.NET application. It is based on the concept of claims, which are statements about an entity that can be used to make decisions about that entity. One of the key benefits of using claims is that they are flexible and can…
-
Entity Framework Core Database First to Code Model
Entity Framework Core Database First Approach to a Model
-
How to setup Windows Server? Part 1: The Server
If you are a non-techy or do not want the headache, I can offer to install it for you. You can just put a comment on this post or reach me out on Twitter at @ghulamostafa. For many of us, we still use ASP.NET or ASP.NET Core to build our applications. Unlike the other web…