In this example I used,
Npgsql -Version 3.1.10
log4net -Version 2.0.7
CsvHelper -Version 2.16.3
EntityFramework6.Npgsql -Version 3.1.1
Two things worth noting here,
1. If I would have installed directly EntityFramework6.Npgsql -Version 3.1.1, it resolve dependency to Npgsql -Version 3.1.0, which didn't work in my case, so I chose to go with Npgsql -Version 3.1.10
2. I had to make manual entry for DbProviderFactories in app.config to get it work.
If you get stuck somewhere, delete your bin, obj and packages folder . Then try the sample code mentioned below again.
Working sample code is available at:
bitbucket.org/hemantup/orm/src/HEAD/EntityFramework6/
This post is linked to https://hemantrohtak.blogspot.com/2016/03/is-entity-framework-best-performing.html
Npgsql -Version 3.1.10
log4net -Version 2.0.7
CsvHelper -Version 2.16.3
EntityFramework6.Npgsql -Version 3.1.1
Two things worth noting here,
1. If I would have installed directly EntityFramework6.Npgsql -Version 3.1.1, it resolve dependency to Npgsql -Version 3.1.0, which didn't work in my case, so I chose to go with Npgsql -Version 3.1.10
2. I had to make manual entry for DbProviderFactories in app.config to get it work.
If you get stuck somewhere, delete your bin, obj and packages folder . Then try the sample code mentioned below again.
Working sample code is available at:
bitbucket.org/hemantup/orm/src/HEAD/EntityFramework6/
This post is linked to https://hemantrohtak.blogspot.com/2016/03/is-entity-framework-best-performing.html
No comments:
Post a Comment