Skip to content

Nitin96Bisht/Mini-Telephone-Diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini

Installation

  • Install Visual Studio 2013 from here.
  • Open project in visual studio by selecting MINI Telephone Diary.sln file.
  • Create database in Microsoft SQL Server to provide database connectivity.
  • Or you can create database within visual studio.
  • Once you create database successfully then


    SqlConnection con = new SqlConnection("Data Source=RAJA;Initial Catalog=PhoneEntry;Integrated Security=True");



    in the above command change Data Source to your database name and Initial Catalog to your table name by opening source code within Visual Studio.
  • Once you are done with above process then run the project.

About

C# - Mini Telephone Diary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages