Learning C# & databases

P

Patrick Ryan

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.
 
S

Scott M.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top