The video was great at showing all the different steps! I would simply add that you should give reduce your camera size or even remove it completely as it hides the content of your video
Really Its a nice video and also very helpful for me . If you Come up with some LINQ operation in future then it will helpful. And Best thing in your video that many approaches you showed to all
very good one, next time say also explain why we need to follow these pattern/practices and provide documentation links, so other have detailed explaination.Thank you:)
I get why you were talking fast, you saw it in your head, and rattled it off. I do the same thing. But we don't always hear as fast as one can think... lol. But yeah, GREAT video. I like that you touched on all three approaches. Do you have a Database First video as well?
Suppose instead of typing "add-migration developerdbMigration" we accidentally type "update-database developerdbMigration" and press the "Enter".... what will happen then?
I have an error when run Add-Migration Error message is "The specified deps.json [D:\%^&*%^&*%&*\deps.json] does not exist" I google that qusetion and didnt find solution..
Thanks for a great one as all the comments say. :) But I have one query if you can help me. let say I am following approach 2. and created the application , a web api (web service ) and after deploying it to web server How can I run - update-databasecommand ? Thanks.
Nice video !! Is there a way to generate the migration script as an SQL file and execute it manually instead of directly applying the migrations to an existing Database ? Have earlier used the command 'update-database -script' in .NET framework for this purpose, but it seems to be not supported by .NET core. Any idea ? Thanks in advance.
Great video, thanks for show every step and every library to install !!!!
Thanks for the feedback
Thanks a lot for the session
Really very useful video. Thanks man
Awesome Video! Thanks a lot!
Very Helpfull tutorial keep up the good work
extremely comprehensive, covering all aspects of possible migration, thanks a lot.
The video was great at showing all the different steps! I would simply add that you should give reduce your camera size or even remove it completely as it hides the content of your video
Really Its a nice video and also very helpful for me . If you Come up with some LINQ operation in future then it will helpful. And Best thing in your video that many approaches you showed to all
My god,,,,,,,Exactlyyyyy what i needed , thenks Mate
Thanks! Great demo
Great video, all three approaches worked.
Great video ! Everything worked fast and nicely
You are a life savior man thanks
Great Video, Thanks so much!
Loved the video, is there anyway to auto populate the databases when migrating. Say you're adding new tables.
very good one, next time say also explain why we need to follow these pattern/practices and provide documentation links, so other have detailed explaination.Thank you:)
All 3 approaches worked.
Thanks
How to check if dbcontext have and re run migration in 1st option.
Can we add data in foreign key or it should be null?
Thanks
I get why you were talking fast, you saw it in your head, and rattled it off. I do the same thing. But we don't always hear as fast as one can think... lol. But yeah, GREAT video. I like that you touched on all three approaches. Do you have a Database First video as well?
Nice job.. please type the code this will more helpful and understanding...
Suppose instead of typing "add-migration developerdbMigration" we accidentally type "update-database developerdbMigration" and press the "Enter".... what will happen then?
in blazor i will get a null reference exception if i try to save something in the child class via the parent class example
Mother.child.Name="Hasad";
Bro how to implement soft delete in ef core code first approach
Bro, can you tell me how to add one more model for the existing DB?
I have an error when run Add-Migration
Error message is "The specified deps.json [D:\%^&*%^&*%&*\deps.json] does not exist"
I google that qusetion and didnt find solution..
great video
can u teach us how to perform CRUD operation when there is a foreign key?
it would have great if u explain the difference between the 2 nd and 3 rd approach . but still great class
Thanks for a great one as all the comments say. :)
But I have one query if you can help me.
let say I am following approach 2.
and created the application , a web api (web service )
and after deploying it to web server How can I run - update-databasecommand ?
Thanks.
you are the best
Nice video bro!
Do you have tutorial for Database first approach ?
Nice video !! Is there a way to generate the migration script as an SQL file and execute it manually instead of directly applying the migrations to an existing Database ? Have earlier used the command 'update-database -script' in .NET framework for this purpose, but it seems to be not supported by .NET core. Any idea ? Thanks in advance.
Very Nice Video :)
How to generate migrations for my sql database?
where he define DB name??
Time Elapsed: 00:00:02.6608651 getting this error.
strange error..it should work if you follow the same commands