Thanks for the heads up on the extension! That seems like something that should have been built into visual studio from the start. Do you have any tips/recommendations for how to make the connection string configurable.
Your videos deserve more likes and views!!! May I suggest for future tutorial that you make a web API with JWT authentication using Azure Active Directory? Thanks heaps!
This fails... install-package : NU1202: Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9 supports: net6.0 (.NETCoreApp,Version=v6.0)
Very clear and focused!
You are very talanted man !!! During just 7+ minutes you could shared with us such interesting theme ) Thank you for your important job !!!:)
Excellent. Thank you for this a big help moving from Dapper to EF.
Very useful video. It is surprising how easy it is to work with EF Core Power Tools. Thanks a lot Pat!
Thank you so much. Very easy-to-follow approach on your videos. Keep up the good work and thanks!
Thanks for the heads up on the extension! That seems like something that should have been built into visual studio from the start. Do you have any tips/recommendations for how to make the connection string configurable.
Great video! Explained it better than my college proffesors.
What I needed. I have a complicated EF app and needed to add a table to it. Thanks.
Good to see a new video from you, great tutorial as always!
Very concise and to the point.
that was so simple, outstanding.
definitly worth it. TY :)
Too good, too cool, thank you
nice video , thank you so much
Thank bro, im aware with this method .
Good explanation
Thanks!
Good info!
very clear and awesome. By the way how about Entity Framework Core with existing database in Xamarin, sir?
Is there any framework for DB first in Python or Go?
thanks a million
Your videos deserve more likes and views!!!
May I suggest for future tutorial that you make a web API with JWT authentication using Azure Active Directory? Thanks heaps!
Thanks for your comment, I keep this in backlog
How do you update if y update the database?
This fails... install-package : NU1202: Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9
supports: net6.0 (.NETCoreApp,Version=v6.0)
@john henckel - use Microsoft.EntityFrameworkCore.SqlServer 5.0.17 or just create a .NET 6 App.
Thanks!