Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 15 gru 2023 · Save and edit connection strings in .NET Framework application development with Visual Studio, or edit a connection string directly in application settings.

  2. 7 maj 2012 · The easiest way to get the connection string is using the "Server Explorer" window in Visual Studio (menu View, Server Explorer) and connect to the server from that window. Then you can see the connection string in the properties of the connected server (choose the connection and press F4 or Alt+Enter or choose Properties on the right click menu).

  3. 14 lis 2024 · The steps in this article show how to connect to a data source in the Visual Studio IDE. The data source can be a local database, online data service, or a database opened from an .mdf file. You can work directly with your data in Visual Studio.

  4. 30 cze 2022 · In Visual Studio 2017, LocalDB is installed by default with Visual Studio. By default, the Entity Framework looks for a connection string named the same as the object context class (MovieDBContext for this project). For more information see SQL Server Connection Strings for ASP.NET Web Applications. Open the application root Web.config file ...

  5. 28 kwi 2022 · In this article we look at different ways to define a connection string to connect to SQL Server using SqlClient, OLDEDB and ODBC connections.

  6. 3 paź 2024 · This guide covers various methods, including using the Connection String Builder, accessing app.config and web.config files, and integrating with SQL Server and Entity Framework. Mastering connection strings is essential for efficient data management.

  7. 23 lip 2022 · .NET Framework 2.0 introduced new classes in the System.Configuration namespace to simplify retrieving connection strings from configuration files at run time. You can programmatically retrieve a connection string by name or by provider name.

  1. Ludzie szukają również