EntityFramework.Docs
EntityFramework.Docs copied to clipboard
Show other connection strings than localdb
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.
- ID: de9db02d-7310-1141-6aeb-539c02326a36
- Version Independent ID: 90062036-aa01-3f73-dac9-b4a092245721
- Content: Connection Strings - EF Core
- Content Source: entity-framework/core/miscellaneous/connection-strings.md
- Product: entity-framework
- GitHub Login: @rowanmiller
- Microsoft Alias: divega
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.