C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(6)
Ravi Yadav(1)
Sanjay Kumar(1)
Alok Pandey(1)
Krishna Rajput Singh(1)
Mukesh Kumar(1)
Kiran Karale(1)
Abdur Rehman(1)
Dinesh Dugg(1)
Purushottam Rathore(1)
Srihari Chinna(1)
Vipin Yadav(1)
Danish Hameed(1)
Anand Kumar(1)
Sushila S. Bowalekar(1)
TimothyA Vanover(1)
Resources
No resource found
Exploring SqlConnection In ADO.NET
Sep 01, 2016.
In this article, you will learn SqlConnection class in ADO.NET and connection to a SQL Server using ADO.NET and C#.
Async SqlConnection in ASP.Net 4.5
Jan 17, 2014.
This article explains how to create an async SqlConnection in ASP .Net 4.5 and using the SqlCommand.BeginExecuteNonQuery Method (AsyncCallback, Object).
Working with the SqlConnection and SqlCommand Classes in ADO.NET
Dec 29, 2011.
Here, you will learn C# SqlConnection and C# SqlCommand in ADO.NET with simple examples.
How to Create Login Form in Visual Studio and Connect With SQL Server
Sep 15, 2014.
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.
Connection Pooling ADO.NET
Aug 10, 2011.
ADO.NET connection pool is a pool of connection objects in memory. Connection pooling in ADO.NET allows C# application to reuse existing ADO.NET connections.
Selection Based Crystal Report using Stored Procedure
Apr 18, 2011.
This project demonstrates creating a Crystal Report in a Windows Form application. It includes setting up a SQL database connection, populating a ComboBox with data, generating reports using parameters, and displaying the report in a Crystal Report Viewer.
How to: Easily Query a Database
Feb 14, 2011.
Often there is a need to obtain data from a database and sometimes it becomes hectic to write pieces of code again and again. Like Connection Open statement, Error Message Coding, Connection string etc. This can be optimized by making a class and calling the methods of the class with the appropriate query string.
Windows application for database information
Jan 14, 2011.
This example deals with displaying databases installed on the current computer, the tables of the selected database and the data of the selected table.
Login And Registration Process In WPF application
Sep 15, 2010.
This WPF application in Visual Studio 2010 features a simple login and registration system with two forms: Registration and Login. Users register on the Registration form, and upon successful registration, they can log in using the Login form.
Code Only Design using ADO.NET Entity Framework 4.0
Jul 21, 2010.
This code snippet implements Code Only Design in ADO.NET Entity Framework 4.0, connecting to a SQL Server database, configuring entities, and binding data to a GridView with exception handling.
Creating Sql and ODBC Command Objects in ADO.NET
Jan 04, 2010.
In this article I will explain Creating Sql and ODBC Command Objects in ADO.NET.
Connecting to the Database in ADO.NET
Dec 23, 2009.
In this article I will explain about Connecting to the Database in ADO.NET
Data Components In Visual Studio .NET - Part Four
Oct 13, 2009.
This article will help you in understanding Data Connections in Visual Studio .NET
Data Components in Visual Studio .NET Part3
Oct 13, 2009.
This article will help you in understanding Visual Data Components
Connection Object in ADO.NET
Oct 07, 2009.
In this article I will explain you about Connection Object in ADO.NET.
Calling Any Stored Procedure In ADO.NET
Feb 01, 2008.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designing n-tier application.
Databinding with Pocket PC
Nov 11, 2005.
This articles shows how to write data-driven applications for Pocket PC using ADO.NET and .NET Compact Framework.
Generic Data Providers VS Specific Data Providers
Apr 23, 2005.
This article explains what are the issues or options we have if we use generic data objects such as IDbcommand, Idbconnection etc in place of specific data objects such as SqlCommand or SqlConnection.
Writing a Generic Data Access Component
Jul 17, 2002.
I've received couple of emails people asking me how can they use a common data provider to access various types of data sources without loosing the power and flexibility of native data provider libraries.
Use CurrencyManager and MemoryStream to Display Images
Jul 01, 2002.
This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images. The current demonstration displays all the records of the employees with their company and the personal Information.
A Database Access Class with Overloaded SELECT Statements
Jan 24, 2001.
A useful database access class with overloaded SELECT and other statements.