Thread: database programming with c#

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    41

    Cool database programming with c#

    hi,
    i am new to c# programming but i want to develop my skills in database management, kindly guide me in related fields
    1. which database software i should use SQL or SQLite or some thing else
    2. whether i have to study queries of databse separately or combined with c#? means if i have to make a connection with database i have to use connection string and other queries like Sql command

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    There are various ways to communicate with databases in C#, but my preferred way is to use the System.Data.SqlClient namespace. You do have to provide a connection string and SQL query strings, so being well versed in those is a good thing.
    If you understand what you're doing, you're not learning anything.

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    7
    u can use sql sever software for to develop ur database it is easy to develop ur skills and it has many help .
    it is easy to access it ............. u can try it

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Database programming in C
    By #include in forum C Programming
    Replies: 1
    Last Post: 11-23-2004, 02:49 AM
  2. Database programming
    By bigSteve in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2004, 05:01 PM
  3. database programming
    By bigSteve in forum C Programming
    Replies: 2
    Last Post: 07-02-2003, 07:58 AM
  4. Database programming
    By face_master in forum C++ Programming
    Replies: 1
    Last Post: 04-04-2002, 04:20 AM
  5. Database Programming In C
    By hanry in forum C Programming
    Replies: 0
    Last Post: 11-27-2001, 08:16 AM