EntityFramework.Docs icon indicating copy to clipboard operation
EntityFramework.Docs copied to clipboard

Document enum mapping

Open ferrx opened this issue 8 years ago • 2 comments

I ran into the usage in an aspnet core article here https://docs.microsoft.com/en-us/aspnet/core/security/authorization/secure-data#modify-the-app-to-secure-user-data

There is no documentation in /ef/core regarding the usage of enum. A small article under /ef/core/modeling/ would be great. Simply going over the fact that you can do this and how would suffice -- why you would do it (instead of using another DB table) might be out of scope, but would be nice to have.

Everything else is great, EF core is awesome!

ferrx avatar May 31 '17 16:05 ferrx

an example on how to use enumeration classes with EF Core is great.

hanslai avatar Dec 23 '17 14:12 hanslai

I'd like to give it a try 😄

sputier avatar Aug 01 '18 20:08 sputier