|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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! |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
Quote:
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. |
|
#8
|
|||
|
|||
|
Quote:
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 |
|
#9
|
|||
|
|||
|
Quote:
Best, Rachel |
|
#10
|
||||
|
||||
|
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 |
|
#11
|
|||
|
|||
|
Quote:
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 |
|
#12
|
||||
|
||||
|
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 |
|
#13
|
|||
|
|||
|
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! |
|
#14
|
|||
|
|||
|
Quote:
Rachel |
|
#15
|
|||
|
|||
|
Quote:
Rachel |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
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 |