TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Connection String
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nipun Tomar (6)
Sardar Mudassar Ali Khan (3)
Mayooran Navamany (2)
Chetan Sanghani (2)
Nitin Bhardwaj (2)
Supreet Tare (1)
Suthish Nair (1)
Manpreet Singh (1)
Talha Bin Afzal (1)
Rahul Kumar Saxena (1)
Krishna Rajput Singh (1)
Surya Ghimire (1)
Prashanth Chindam (1)
Ayush Gupta (1)
Aman Patel (1)
Monica Rathbun (1)
Venkateshwar Reddy (1)
Srinubabu Ravilla (1)
Rama Mohan (1)
Abdur Rehman (1)
Ravi Mandal (1)
Jayant Kulkarni (1)
Arun Potti (1)
Priti Kumari (1)
Sourav Kayal (1)
Nimit Joshi (1)
Sibeesh Venu (1)
Mahesh Chand (1)
mingyongy (1)
paulyau (1)
Agus Suhanto (1)
Sekhar Srinivas (1)
Nilesh Jadav (1)
Neeraj Kumar (1)
Max McCarty (1)
Satya Prakash (1)
Gaurav Chauhan (1)
Santhosh Kumar Jayaraman (1)
Harrison Logic (1)
Karthikeyan Anbarasan (1)
Shirsendu Nandi (1)
Abhimanyu K Vatsa (1)
John Jiang (1)
Ajit Kanada (1)
Related resources for Connection String
No resource found
Create a Model with Database Table in .NET 8 using EF Core
10/28/2024 7:16:12 AM.
This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
Passing Connection String Dynamically While Using a Model First Approach
10/8/2024 3:57:28 AM.
We'll discuss the importance of dynamic configuration for database connections, demonstrate effective techniques for setting up runtime connection strings, and highlight best practices for managin
Generate or find Connection String from Visual Studio
10/3/2024 11:44:59 AM.
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
How To Execute SQL In SharePoint 2013 And Office 365 Using Nintex WorkFlows
9/27/2024 10:13:52 AM.
This article guides you through executing SQL in SharePoint 2013 and Office 365 using Nintex Workflows. It covers creating a Dev Testing list, adding the "Execute SQL" action, and configurin
Using Oracle Connection String In Windows Form
9/9/2024 11:32:56 AM.
This guide covers setting up the connection string, configuring your .NET application, and managing database interactions through ADO.NET. Ideal for developers working with Oracle and C#.
Export Data Table To Excel in ASP.Net MVC 4
9/5/2024 11:09:19 AM.
This article demonstrates exporting a Data Table to Excel in ASP.NET MVC. It covers creating a new project, adding a ClosedXML reference, and setting up models and controllers. It details fetching dat
Setting Up Your First ADO.NET Project
7/22/2024 7:29:17 AM.
ADO.NET is a set of classes that expose data access services for .NET Framework programmers. It provides a rich set of components for creating distributed, data-sharing applications. This guide will w
Working with Connection Objects in ADO.NET
7/22/2024 6:14:31 AM.
ADO.NET is a set of classes that expose data access services for .NET Framework programmers. A primary feature of ADO.NET is the ability to work with disconnected data. However, working directly with
How to Create Login Form in Visual Studio and Connect With SQL Server
6/17/2024 11:22:47 AM.
Learn to create a login form in Visual Studio by designing a Windows Forms application. Customize form elements like buttons, labels, and text boxes using properties for font, color, and layout.
Oracle Stored Procedure Output Parameters with Dapper in ASP.NET Core
6/11/2024 11:41:47 AM.
This article provides a detailed guide to integrating Oracle stored procedures with ASP.NET Core using Dapper, focusing on handling output parameters, which can often be a challenging aspect of databa
Creating & Retrieving records from M.S.Access-2007 using Oledb in C#.net
5/31/2024 10:05:52 AM.
Discover how to interact with Microsoft Access 2007 using C# and OleDb. Create and retrieve records seamlessly, employing ADO.NET for efficient database connectivity and manipulation within your C# ap
Connect to SQL Server with SSMS Methods and Authentication Types
5/31/2024 5:51:14 AM.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Database Connectivity in Visual Studio
5/3/2024 9:16:16 AM.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
How To Get Started With Always Encrypted For Beginners - Part Two
3/28/2024 6:26:09 AM.
In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
Code First Migrations In Entity Framework Step By Step
3/21/2024 7:25:30 AM.
Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
Lazy Loading In ASP.NET Core 7 Web API
1/22/2024 9:09:14 AM.
ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marki
API Development Using Dapper and Microsoft Asp.NET Core Web API
12/24/2023 4:38:11 PM.
ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
Oracle Connection String in C#
10/11/2023 11:50:55 AM.
We will learn connection string format for Oracle data providers in C#.
Get SQL Server Database Connection String Easily From Visual Studio
10/4/2023 6:04:00 AM.
This article explaiins how to easily get a SQL Server database connection string from Visual Studio.
Securing .NET/ASP.NET Core Apps with Azure Key Vault Middleware
9/8/2023 9:28:49 AM.
Securing secrets in a .NET/ASP.NET Core application using Azure Key Vault is crucial for protecting sensitive information like API keys, connection strings, and other configurations. In this example,
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Connection Strings for All Databases
7/27/2023 4:40:45 AM.
This article shows step by step different ways to get connection strings for all types of databases. The article is written for all type of users, beginners, intermediate, experienced
Defining and Using Connection Strings in Azure Websites
7/19/2023 9:57:31 AM.
In this article you will learn how to define and use Connection Strings in Azure Websites.
How to work with the MongoDB in VS-Code?
7/7/2023 5:18:25 AM.
How to work with the MongoDB in VS-Code
Connection Strings for SQL Server Compact Edition
1/10/2023 3:17:21 PM.
SQL Server Compact Edition (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops.
Simple Configuration Of Connection String Through Key Vault
4/9/2022 9:25:42 AM.
Simple Configuration of Connection String through Key vault without any code.
How To Create Single Connection String in Console Application
1/28/2022 10:51:52 AM.
In this article, I will explain how to create a single connection string in a console application and how to use connection string in console application.
How To Get The Dynamics 365 CE Connection String In XRMToolBox
12/17/2021 12:34:59 PM.
In this article, you will learn how to get the Dynamics 365 CE Connection String in XRMToolBox.
Various Ways To Specify Connection String In ASP.NET Web And Windows Applications
8/16/2021 1:05:51 AM.
In this article you will learn various ways to specify a Connection String in ASP.NET Web and Windows Applications.
Pass Connection String At Run Time to Entity Framework
4/19/2021 10:21:19 AM.
In this article, we will see how to pass a connection string at run time to the Entity Framework.
Working With Model Class and Connection String in MVC 5
1/20/2021 11:49:02 AM.
This article introduces how to work with Models and Connection Strings and helps you to add some classes for the application for helping manage databases and to create or maintain the Connection Strin
Encrypt And Decrypt Connection String In Web.Config File
1/5/2021 11:51:07 AM.
In this article we are going to see how we can encrypt and secure our connection string in our web config file.
Data Components In Visual Studio .NET - Part Four
11/26/2020 12:15:57 AM.
This article will help you in understanding Data Connections in Visual Studio .NET
CDataService: A Generic Database Access Class
11/2/2020 5:13:26 AM.
Using a generic database access component in data-aware applications can simply development and separate data tier from business tier.
Basic Database Operations in ADO.NET
11/2/2020 5:02:03 AM.
This Article will show the basic database transactions select, insert update and delete.
Connection strings for IBM DB2
10/29/2020 12:13:52 AM.
IBM DB2 primarily runs on Unix, Linux IBM I, z/OS, and windows server. It is a relational database management system that comes in a variety of versions, running on devices ranging from handhelds to m
Configuring SQL Server 2016 Express On LAN For C# Connection String
11/8/2017 11:26:20 AM.
In this article I will share my experience about configuring SQL Server 2016 Express on LAN for SQL connection using my C# application’s connection string
What Is Connection Pooling?
3/31/2016 6:16:22 AM.
In this video we will learn about "What Is Connection Pooling" The Complete Video Series Of ADO.NET With Examples at... https://www.pluralsight.com/courses/adodotnet-by-example
How To Make Your Connection String Encrypted In ASP.NET Using C#
11/1/2015 11:09:49 AM.
In this article you will learn how to make your Connection String encrypted in ASP.NET using C#.
Dynamic Connection String of MS SQL Database in C#
7/10/2015 5:34:12 PM.
In this article we will learn how to get dynamic server name installed in system.
The Curious Case of the Missing Azure Connection String
2/25/2015 2:42:20 PM.
This article is about securing Azure connection strings.
Create Single Connection String For All Windows Form In .NET
3/16/2013 3:41:34 PM.
In this article, I will explain how to create a one-time connection string in a Windows Forms form without using ConfigurationManager properties.
Create Connection String and Use in Multiple Form in C#
3/12/2013 3:29:14 PM.
In this article I am going to describe how to a implement connection string in multiple windows form.
Modifying a Database Checkpoint in QTP in Testing
8/21/2012 4:12:26 PM.
In this article we discuss how to modify a Database Checkpoint in QTP.
Configuring Connection String in App.Config File During Runtime For a C# Windows Application
6/27/2012 2:13:02 AM.
This document explains how to configure a connection string at runtime for a Windows application using C#.
Connection Strings for SQL Server 2005
5/20/2012 1:59:18 AM.
SQL Server 2005 includes native support for managing XML data, in addition to relational data. It introduced MARS (Multiple Active Result Sets), a method of allowing usage of database connections for multiple purposes. It also introduced data mirroring and DMVs (Dynamic Management Views).
Connection Strings for SQL Server 2008
5/20/2012 1:58:34 AM.
SQL Server 2008 includes better compression features, which also helps in improving scalability. It enhanced the indexing algorithms and introduced the notion of filtered indexes. It includes capabilities for transparent encryption of data (TDE) as well as compression of backups.
Web/WAP Calender form Harrison Logic
5/19/2012 6:59:05 AM.
This application provides an updateable web-based calendar that can be viewed from both the Web and through a Mobile device, such as a cellular phone.
Connection Strings for SQL Server 2000
5/15/2012 12:39:55 PM.
Microsoft SQL Server 2000 is an application used to create computer databases for the Microsoft Windows family of server operating systems. Microsoft SQL Server provides an environment used to generate databases that can be accessed from workstations, the Internet, or other media such as a personal digital assistant (PDA).
SQL Azure - Getting Connection Strings Generated in Azure Portal
6/16/2011 1:47:33 PM.
In this article we are going to see how to get the connection string for the newly created SQL Azure Database using the Management portal in SQL Azure.
Web Configuration Connection String setting in ASP.Net MVC 3 using Entity Framework
4/6/2011 2:33:11 AM.
In this article I will describe how to set the Web configuration file in ASP.Net MVC 3 using Entity Framework with object class mapping.
Connection String Placement in ASP.Net
7/15/2010 8:34:32 AM.
This Article will explain you about placing the connection string in web pages.
Auto create database connection string using INI by C#
7/23/2008 12:28:53 AM.
This article shows how to auto create database connection string using INI by C# .
SQL Server Database Explorer
12/16/2005 5:18:36 AM.
This application connects to a running SQL Server 2000 and displays all the available databases in it.