Top DevX Stories
Creating Custom Export Filters for StarOffice with XSLT
WPF Wonders: Using DataTemplates
Crystal Reports Family Offers Options for Developers
Avaya Aura Session Manager video
Avaya Aura Overview video
Search the forums:

Go Back   DevX.com Forums > DevX Developer Forums > .NET

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 01-02-2009, 12:16 PM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
need a good beginner book

Hello:

I'm coming from a VB 6 background. I have purchased Visual Studio 2008 now and want to learn to program windows programs in C#. Everything is new and strange to me. Can someone point me to a good beginner book that has samples or walkthroughs in it like showing which controls to use for what and how to use them? I have some good books on web applications but need one now on programs.

Thanks in advance,

Rachel
Reply With Quote
  #2  
Old 01-02-2009, 01:10 PM
Phil Weber Phil Weber is offline
Super Moderator
 
Join Date: Nov 2003
Location: Portland, OR
Posts: 8,171
A Google search for "beginner windows forms book" found this page, which recommends several books: http://blogs.msdn.com/simonmu/archiv...11/695714.aspx

Also, please post future questions in the .NET forum, not the ASP.NET forum (ASP.NET is for Web applications). Thanks!
__________________
Phil Weber
http://www.philweber.com

Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Reply With Quote
  #3  
Old 01-02-2009, 01:17 PM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Hello:
Sorry I posted wrong place.

I'm not sure what kind of books I really need to be looking for. What I want to do is develop a program that works with data files like stock and commodity futures prices. I would be working with that data. So should I be looking for a beginner book on databases and SQL or Linq or C# or an overall beginner book on Visual Studio 2008? There are so many types of books out there it makes my head spin!

I'm not even sure which type of book to be looking for! Could you at least steer me in the direction I should be looking?

Thanks,
Rachel
Reply With Quote
  #4  
Old 01-03-2009, 07:42 AM
Hack's Avatar
Hack Hack is offline
Super Moderator
 
Join Date: Apr 2007
Location: Sterling Heights, Michigan
Posts: 7,719
You have to decide what you are going to use for a front end. That isn't something we can do.

Who are you going to be developing this application for?
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista

Microsoft MVP 2005/2006/2007/2008/2009
Reply With Quote
  #5  
Old 01-03-2009, 08:07 AM
Steve36445 Steve36445 is offline
Registered User
 
Join Date: Jul 2007
Posts: 129
Hi,


I am disabled myself so don't use books, however I find this site very good and they advertise a book based on the site.

http://www.homeandlearn.co.uk/NET/vbNet.html


Hope this helps,

Steve
Reply With Quote
  #6  
Old 01-03-2009, 08:18 AM
Steve36445 Steve36445 is offline
Registered User
 
Join Date: Jul 2007
Posts: 129
Hi,

I notice you are a vb6 user. Ifound the following very useful


http://msdn.microsoft.com/en-us/library/kehz1dz1.aspx
http://msdn.microsoft.com/en-us/library/ms172558.aspx

or add "for vb6 users to your help search string.

Steve

Last edited by Steve36445; 01-03-2009 at 08:46 AM.
Reply With Quote
  #7  
Old 01-03-2009, 10:52 AM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Hack View Post
You have to decide what you are going to use for a front end. That isn't something we can do.

Who are you going to be developing this application for?
Hello and thank you for responding.

I am using Visual Studio 2008. I wanted the program to work for XP or Vista and I guess anything else if that were possible like Linux & Mac.

It would be for our customers. We have a small advisory service and I would like to be able to offer them this application.

Rachel

Last edited by RachelKC; 01-03-2009 at 11:55 AM.
Reply With Quote
  #8  
Old 01-03-2009, 10:56 AM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Steve36445 View Post
Hi,

I notice you are a vb6 user. Ifound the following very useful


http://msdn.microsoft.com/en-us/library/kehz1dz1.aspx
http://msdn.microsoft.com/en-us/library/ms172558.aspx

or add "for vb6 users to your help search string.

Steve
Thank you for that.

I did the original program in VB6 (using DAO) but now it won't convert to the Visual Studio 2008. But I wanted to change over to C# anyway so this gives me a good learning opportunity to do that.

Just not sure if I need to concentrate on SQL, ADO.Net or something else for this type of program.

Rachel
Reply With Quote
  #9  
Old 01-03-2009, 10:59 AM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Steve36445 View Post
Hi,


I am disabled myself so don't use books, however I find this site very good and they advertise a book based on the site.

http://www.homeandlearn.co.uk/NET/vbNet.html


Hope this helps,

Steve
Hello Steve: Wow, that's a good link. Thank you for that! I will dig into it.

Best,
Rachel
Reply With Quote
  #10  
Old 01-05-2009, 09:21 AM
Hack's Avatar
Hack Hack is offline
Super Moderator
 
Join Date: Apr 2007
Location: Sterling Heights, Michigan
Posts: 7,719
Quote:
Originally Posted by RachelKC View Post
Just not sure if I need to concentrate on SQL, ADO.Net or something else for this type of program.
If you are going to use databases, of any kind, ADO.NET is something you should be comfortable with. It is simply the technology of connecting to a database from your program. It isn't a language that you would write the program in (like VB.NET or C# would be)
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista

Microsoft MVP 2005/2006/2007/2008/2009
Reply With Quote
  #11  
Old 01-05-2009, 10:49 AM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Hack View Post
If you are going to use databases, of any kind, ADO.NET is something you should be comfortable with. It is simply the technology of connecting to a database from your program. It isn't a language that you would write the program in (like VB.NET or C# would be)
Thanks Hack:

If I need to upgrade a program written using DAO, by translating that part of it to ADO, is there a good source for that?

Rachel
Reply With Quote
  #12  
Old 01-05-2009, 10:54 AM
Hack's Avatar
Hack Hack is offline
Super Moderator
 
Join Date: Apr 2007
Location: Sterling Heights, Michigan
Posts: 7,719
There is no upgrading from DAO to ADO, and definately no upgrading from DAO to ADO.NET

It requires rewriting the code from scratch (not a big deal though)
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista

Microsoft MVP 2005/2006/2007/2008/2009
Reply With Quote
  #13  
Old 01-05-2009, 10:57 AM
Phil Weber Phil Weber is offline
Super Moderator
 
Join Date: Nov 2003
Location: Portland, OR
Posts: 8,171
You may find these sites helpful:

http://dotnet.sys-con.com/node/46609
http://www.csharp-station.com/Tutori.../Lesson01.aspx
__________________
Phil Weber
http://www.philweber.com

Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Reply With Quote
  #14  
Old 01-05-2009, 12:41 PM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Hack View Post
There is no upgrading from DAO to ADO, and definately no upgrading from DAO to ADO.NET

It requires rewriting the code from scratch (not a big deal though)
I misspoke. I meant, re-writing.

Rachel
Reply With Quote
  #15  
Old 01-05-2009, 12:42 PM
RachelKC RachelKC is offline
Registered User
 
Join Date: Dec 2008
Posts: 46
Quote:
Originally Posted by Phil Weber View Post
Thanks much!

Rachel
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is a good book for J beginner John Java 4 06-02-2003 12:01 PM
Looking for a good book! macca VB Classic 0 07-15-2002 09:25 AM
Looking for for a good .NET book? DotNetBookReviews dotnet.announcements 0 05-05-2002 09:25 PM
good book sql7 Alejandro E. Database 1 09-29-2000 11:07 AM


All times are GMT -4. The time now is 02:40 AM.


Sponsored Links



Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.