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 database connection
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Supreet Tare (1)
Suthish Nair (1)
Talha Bin Afzal (1)
Jitendra Mesavaniya (1)
Velladurai (1)
Saleh Qadeer (1)
Moustafa Arafa (1)
Priyanka Singh (1)
Afzaal Ahmad Zeeshan (1)
Ehtesham Mehmood (1)
Nitin Bhardwaj (1)
Debby Ummul Hidayah (1)
mingyongy (1)
Prashant Kale (1)
Mohammed Ashraf (1)
Sekhar Srinivas (1)
Satya Akkinepally (1)
Shripad Kulkarni (1)
Duygu Demirbas (1)
Chandramouli Muralidaran (1)
Ashish Jaiman (1)
Vivek Devarajan (1)
Related resources for database connection
No resource found
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
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#.
Harnessing Efficiency: Lazy Initialization in C# .NET
7/17/2024 12:43:28 AM.
Learn about lazy initialization in C# .NET—a vital design pattern that defers object creation until it's needed, optimizing performance and memory usage. Implementing with Lazy<T> ensures th
How To Connect Database in ASP.NET MVC using C# with ADO.NET
6/19/2024 5:58:57 PM.
Learn how to integrate SQL Server with your MVC application, configure connection strings, and perform CRUD operations. Ideal for developers seeking to enhance their data access techniques in ASP.NET.
Setting Up SQLite Connection In Xamarin App
6/19/2024 9:54:20 AM.
In this article, we are going to learn about how to set up a connection with SQLite in your application. We will connect each of the iOS, Android, and UWP projects with SQLite.
Understanding Connection Pooling
6/4/2024 9:46:23 AM.
This article is to go in deep in dome key features in the ADO.NET 2 which was shipped with VS 2005. In this article I will go trough one of the key features which is the Connection Pooling.
Complete Login And Registration System In ASP.NET MVC Application With Database Connection
10/20/2023 9:42:27 AM.
I have designed and coded simple Login and Registration forms in MVC without using Entity Framework with Database connection, with Simple Dashboard to Display data in MVC.So that Beginner will underst
SQL Server Database Connection In C# Using ADO.NET
10/12/2023 9:44:57 AM.
ADO.NET provides classes to connect to databases in .NET using C#. This article describes how to create a connection in .NET and use SqlConnection in C#.
Login Form With SQL In C#
9/24/2023 6:05:26 PM.
A Login Form with SQL in C# is a graphical user interface (GUI) application built using the C# programming language and the .NET framework. It is used to authenticate users by verifying their credenti
DataBase Connectivity In JavaScript
5/5/2023 5:27:20 AM.
In this article I will explain how to connect to a SQL database with JavaScript and how to get data from the database.
Create Database Connection Using ADO.NET
10/21/2022 7:40:01 AM.
In this article, you will learn how to create Database Connection using ADO.NET - C#.
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.
Establishing Database Connection Between MSSQL And ASP.NET
7/13/2016 6:33:48 PM.
In this article, you will learn how to establish the database connection between MSSQL and ASP.NET.
A Simple Way To Change SQL Server Connection String Programmatically In C#
5/9/2016 11:12:36 AM.
In this article I am describing a simple way to change SQL Server database connection programmatically while the application is running. In this way you can also change the server.
ASP.NET AJAX Accordion Control with Database Integration
4/23/2015 1:24:47 AM.
In this video we will understand what is ASP.NET AJAX Accordion Control and how to use this control by integrating with the database. We will get a clear idea on how to use Accordion control by fetching the data from two tables and integrating with the database.
Data Access Component for SQL Server in C#
10/20/2012 3:20:22 AM.
The attached source code a data access component for SQL Server that contains methods to get a DataSet.
Authenticate Web Service
10/13/2012 5:04:38 AM.
In this example we will build a web service that authenticates userid and password from an a very simple MS Access database. This web service exposes only one method to the client.
Windows Mobile 6.5 Database Connection and Data Access
9/21/2010 7:41:58 AM.
In this article we will be talking about a major subject for mobile application development i.e. Database Connection.
Monitoring Database Connections using Performance Counters
10/15/2009 1:13:54 AM.
ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections.
Sorting Object Using IComparer and IComparable Interfaces
5/30/2009 1:22:16 AM.
The System.Collections namespace contains interfaces and classes that define various...
J2EE to .NET Migration: Quick Tips
12/17/2005 1:56:05 AM.
Here are some Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.