Learning C# & databases

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGF0cmljayBSeWFu?=

    Learning C# & databases

    I'm trying to learn how to use databases and database controls through C#. I
    have been using "Visual C#.net" from Microsoft Press. I'm guessing it was
    based on Framework 1.0. SQLConnection and SQLAdapter classes are involved
    when you drag a table onto a form.

    I'm using Visual Studio 2008 with Framework 3.5. Different components are
    involved in the process. I need a good book in learning databases in this
    aparently new environment. Thanks.
  • Scott M.

    #2
    Re: Learning C# & databases

    If you are interested in learning about various data controls, you most
    likely will NOT find that information in a book about ADO .NET. Most books
    on .NET database (ADO .NET) programming, cover the classes needed to connect
    and query, but not so much on the display of the data (the controls).

    You should investigate books on Visual Studio 2008 for info. on databound
    controls.

    -Scott


    "Patrick Ryan" <PatrickRyan@di scussions.micro soft.comwrote in message
    news:587F8F6B-AA5A-4E3A-8FA8-52D454BFF433@mi crosoft.com...
    I'm trying to learn how to use databases and database controls through C#.
    I
    have been using "Visual C#.net" from Microsoft Press. I'm guessing it was
    based on Framework 1.0. SQLConnection and SQLAdapter classes are involved
    when you drag a table onto a form.
    >
    I'm using Visual Studio 2008 with Framework 3.5. Different components are
    involved in the process. I need a good book in learning databases in this
    aparently new environment. Thanks.

    Comment

    • Hillbilly

      #3
      Re: Learning C# &amp; databases

      Yea, what aspect of learning databases? Check out the titles at Wrox.

      "Patrick Ryan" <PatrickRyan@di scussions.micro soft.comwrote in message
      news:587F8F6B-AA5A-4E3A-8FA8-52D454BFF433@mi crosoft.com...
      I'm trying to learn how to use databases and database controls through C#.
      I
      have been using "Visual C#.net" from Microsoft Press. I'm guessing it was
      based on Framework 1.0. SQLConnection and SQLAdapter classes are involved
      when you drag a table onto a form.
      >
      I'm using Visual Studio 2008 with Framework 3.5. Different components are
      involved in the process. I need a good book in learning databases in this
      aparently new environment. Thanks.

      Comment

      Working...