×

Intro to Computer Science's video: Entity Framework in Azure Functions - Code First Database First and Unit of Work Examples

@Entity Framework in Azure Functions - Code First, Database First, and Unit of Work Examples
In this video we take a look at how to implement entity framework in Azure Functions using code first, database first, and unit of work examples. One part I left out of this video is actually deploying to Azure. Around 36:00 I register the UnitOfWork. If you change the .tt file for your dbcontext to have a constructor with a connection string https://pastebin.com/AzGDvzy8 and you update the unit of work to have a constructor with a connection string https://pastebin.com/AQFbqAKb then you can have it read the connection string from the app settings in Azure. In the dev environment it will use the dev string and then make sure in the prod environment you setup a different string. Sections ------------- Code First: 00:30 Database First: 22:11 Unit of Work: 28:45 Related Videos ------------- Intro to Azure Functions: https://www.youtube.com/watch?v=vUfQygaKx_E Unit of Work Pattern: https://www.youtube.com/watch?v=AwiN__AkYdk Dependency Injection: https://www.youtube.com/watch?v=ZsNSf5TG4yc ------------------------ Source Code Available on GitHub: https://github.com/introtocomputerscience/AzureFunctionsEntityFrameworkExamples ------------------------ ►Twitter : https://twitter.com/introtocs ►Twitch : https://www.twitch.tv/rawrspace ►Facebook: https://www.facebook.com/introtocs ►Google+: https://plus.google.com/+introtocomputerscience ►GitHub : https://github.com/introtocomputerscience ►Website : http://introtocomputerscience.com ►Discord : https://discord.gg/9HCJsQR

169

55
Intro to Computer Science
Subscribers
3.7K
Total Post
44
Total Views
433.7K
Avg. Views
9.9K
View Profile
This video was published on 2018-02-02 11:29:03 GMT by @Intro-to-Computer-Science on Youtube. Intro to Computer Science has total 3.7K subscribers on Youtube and has a total of 44 video.This video has received 169 Likes which are higher than the average likes that Intro to Computer Science gets . @Intro-to-Computer-Science receives an average views of 9.9K per video on Youtube.This video has received 55 comments which are higher than the average comments that Intro to Computer Science gets . Overall the views for this video was lower than the average for the profile.

Other post by @Intro to Computer Science