I Installed Entity framework from nuget console EntityFramework -Version 6.4.4 with .net web app targeting '.NETFramework,Version=v4.8' it installed then i run command Enable-migration and then add-migration AddTable which has two override method up and Down with no code inside and dint create DB after update-database command and it does not create any database .
Then again i Install-Package EntityFramework -Version 6.2.0 and followed the same steps and add-migration ADdtable command again create the up and down override method and write automatic sql query code for creating database table and create DB after update-database command
May i know whats the reason of not creating Database in 6.4.4 version and working fine in EntityFramework -Version 6.2.0

Sachin SinghPosted Mar 8, 2022, 7:20 PM
Ashwani ChaudharyPosted Mar 9, 2022, 9:55 AM
Sachin SinghPosted Mar 9, 2022, 6:11 AM
Ashwani ChaudharyPosted Mar 9, 2022, 5:55 AM