Skip to content

yusufsefasezer/csharp-ado-contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# ADO.NET Contact List

Contact list application developed with Winforms, ADO.NET and C#.

This project contains different approach (Connected, Disconnected) for ADO.NET operations.

How it works

First, you must create a table with the following fields in any database system.

Fields Type
ContactId int (auto increment)
FirstName varchar
LastName varchar
Email varchar
PhoneNumber varchar
Address varchar
WebAddress varchar
Notes varchar

Afterwards, set properly provider and provider connection settings in App.config

dataProvider = System.Data.SqlClient

connectionString = Data Source=.;Initial Catalog=Contact;Integrated Security=True

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer

Releases

No releases published

Packages

No packages published

Languages