Posts tagged as ef
Apply JWT on Endpoints (.NET Core)
What is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely…
Value converters in Entity Framework Code (EF Core)
EF Core has a very nice option that will allow to use enum and save in the DB char or any other type so no need to use the same type for DB…