Hi Good day,
I'am a .net developer and i use .net framework 4.6. I always used database first code first of entity framework I like that stuff beacuse it cant create edmx file like database first did and create a model class like what created in code first and that was pretty smoth and clean for me. Another thing is when I update my database (eg. add table or column) only thing i can do is to create a class same structure to may database table and put an attribute for eg ( [Table("SampleTable")] ) then it automatically mapped.
Now my question is it is possible to do this stuff in .net core? I'am planning to migrate my web app. Is this another way ? Please guide for this one . Thank you