There's not much documentation around - all of which do not answer the above question to total n00bs:
How to install Npgsql as a data provider for ADO.NET Entity Framework? --> unfortunately nobody could provide an answer. And see here: Using npgsql with EF6 in asp.net 5 - doesn't provide any answers either. Moreover, for some reason the Npgsql wiki links don't work - so there's no ready access to documentation.
My current method of installing Npgsql (so that I can use entity framework 6.0) is by: going here: https://www.nuget.org/packages/EntityFramework6.Npgsql/ and installing: "Install-Package EntityFramework6.Npgsql" in the package manager console (in visual studio). I don't do anything else.
- Am I doing this right?
- How exactly does one install npgsql so one can use entity framework 6.0? Noob friendly advice much appreciated.
regards, BK