Skip to content

Files

Latest commit

author
Yavuz Hatip
Sep 11, 2018
9782ca0 · Sep 11, 2018

History

History
This branch is 7 commits behind Trendyol/Trendyol.App:develop.

Trendyol.App.EntityFramework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 29, 2017
Sep 11, 2018
Dec 7, 2017
Dec 22, 2016
Dec 22, 2016
Sep 5, 2018
Dec 22, 2016
Aug 15, 2017
Sep 11, 2018
Sep 11, 2018
Aug 11, 2017
Aug 11, 2017
Oct 15, 2017

Trendyol.App.EntityFramework

Install-Package Trendyol.App.EntityFramework

Trendyol.App.EntityFramework provides an easy way to initialize DbContext instances with some predefined settings.

TrendyolAppBuilder.Instance
                    .UseDataContext<SampleDataContext>()
                        .WithAutomaticMigrations<Configuration>()
                        .Then()
                    .Build();