A string containing information necessary for connecting to a service, usually database.
Is there a utility that will encrypt a named configuration section (or just the connectionStrings section) in an app.config …
.net encryption connection-string app-configI am currently Following these tutorials, and I am wanting to call the clear text string from Azure's Application Settings …
asp.net-mvc azure web-config connection-string appsettingsI am looking at http://mongodb.github.io/node-mongodb-native/driver-articles/mongoclient.html and when you scroll to the section "A …
mongodb connection-string replicasetI try to migrate form EF 3.5 to 6 (with SQLite as database). We can not set the connection string in the …
.net sqlite runtime entity-framework-6 connection-stringI'm trying to create a program in C# that should be able to create, backup and restore a SQL Server …
c# sql sql-server connection-stringUsing a Postgresql URL connection string in the format of: postgresql://user:secret@localhost How do I handle special characters …
postgresql url connection-string postgresql-9.1I have an application that uploads an Excel .xls file to the file system, opens the file with an oledbconnection …
c# debugging connection-string xls oledbconnectionI have created a new ASP.NET Core web application in Visual Studio 2015. I've also set up an Azure web …
c# azure asp.net-core connection-stringI have an Extension method on DbContext where I want to do a SqlBulkCopy. Therefore I need a SqlConnection. The …
c# sql entity-framework connection-string mvc-mini-profilerI get a message error whenever I try to add a controller with Entity framework template but I keep getting …
entity-framework asp.net-mvc-4 ef-code-first database-connection connection-string