Entityframework.docs: Show other connection strings than localdb

Created on 29 Jul 2018  Â·  8Comments  Â·  Source: dotnet/EntityFramework.Docs

Nobody uses localdb. You need to show other actually-useful examples like, SQL Server. Worst docs ever


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

area-getting-started good first issue

Most helpful comment

@sbrl what type of DB are you attempting to connect to? Is it a SQL DB? NoSQL DB? https://www.connectionstrings.com/ also has connection strings for MySQL which, last time I used it, was a free open-source DB.

All 8 comments

Other examples would help a lot. :)
The docuemntation is very good, im a developer but just recently moved over to C# an d.NET and this documentation has made it quite easy to leap over.

I can't actually find any documentation online on alternative connection strings. It's quite silly, if you ask me.

@sbrl I'm not sure if this helps but I use https://www.connectionstrings.com/sql-server/ as a reference for all SQLServer DB connection strings.

Sorry, that's no particularly helpful I'm afraid @awaheed1. I'm using Linux and I'm a student, so I have access to neither SQL Server nor a device that could theoretically run it.

@sbrl what type of DB are you attempting to connect to? Is it a SQL DB? NoSQL DB? https://www.connectionstrings.com/ also has connection strings for MySQL which, last time I used it, was a free open-source DB.

@awaheed1 SQLite actually. And the ones on connectionstrings.com actually cause a crash because they are invalid with EntityFramework / EntityFrameworkCore.

i need mongodb example anyone?

Any update on this? It seems quite ridiculous that such a simple issue has been waiting so long for a resolution.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CeciAc picture CeciAc  Â·  4Comments

jaxidian picture jaxidian  Â·  4Comments

speciesunknown picture speciesunknown  Â·  3Comments

mjehle82 picture mjehle82  Â·  3Comments

SychevIgor picture SychevIgor  Â·  4Comments