Entity Framework - Part 2 - Set Up Entity Framework

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Did I just see Sinclar's ZS Spectrum!
Those were the days of happiness .... with 32 or 48KB and a cassette player with audio tapes. 😊
That little machine had a great Basic at the time.
Thanks for reminding me of those times! 😊

tanjakahlo
Автор

I'm using Visual Studio 2013 Community. EF 6 would not install. i had to install EF 5. Will it work with your code?

sgrocker
Автор

Interesting seeing the differences between EF and EF Core. I don't think Enable-Migrations is needed in EF Core.

CodingSquid
Автор

I'm using VS 2017. I have installed EF 6.3.0 successfully. When I enter enable-migrations, I get an error saying, No context was found in the assembly 'TaskMasterTutorial'. I have checked the connection string is ok, and I can access the SQL server using SSMS.
<add name="tmDBContext" connectionString="Data Source=CERBERUS;initial Catalog=TaskMaster;Integrated Security=True" />
Any ideas how I can resolve this.
Cheers

jono
Автор

I have a request... what about a video showing the different ways in which we can retrieve connection strings from Azure KeyVault and Azure App Service Configurations for both asp.net and asp.net core? I am a novice and I find this difficult and confusing to solve.

fcfc
Автор

Very Nice. I don't like Migrations, I prefer Database First, but nice video.

rogeriorlima
Автор

Hi men, i found your videos extremly helpful, im following each of the steps and so far so good, but can you remind me what do i have to do everytime i create a new project?, do i have to do exactly the same as here or i can dismiss some steps?

BenjiBoy