I don't know of such a book, but I haven't looked for one much.
I would start with a relatively easy book ("Beginning Visual C# 2005" might work or a âDummiesâ book) and read it through as quickly as possible. Don't try to pick up every detail just get a feel for the syntax and an idea about what can be done.
Then go back if you need to and look at specific topics more closely if you think you need extra work in them.
C# is practically the same as
VB except for the differences in syntax so the basic ideas are the same. In fact, you can sketch out the outline of a routine in
VB and then translate it fairly easily, changing âIf Thenâ into âif {â, âEnd Ifâ into â}â, and so forth. Youâll probably miss a few syntax errors which C# will catch for you but the basic structure is the same.
Sorry I canât be more help. I do some C# programming but itâs mostly translating
VB into C# so I havenât looked at the C# books too much.
Rod
Rod
[email protected]
Author of "Visual Basic 2005 Programmer's Reference"
http://www.vb-helper.com/vb_prog_ref.htm
Sign up for the free
VB Helper Newsletters at
http://www.vb-helper.com/newsletter.html