473,598 Members | 3,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Book Recommendation

Hi all,

I'd like to ask for book recommendations , please.

I'm a VB guy looking to move to C#. I have quite a fair amount of
experience of VB.NET (and prior to that, VB4 through VB6), so I'm not
new to programming or the .NET framework itself. I am also quite
versed in general "object oriented" programming, especially since
moving to VB.NET from VB6, although I've done object-oriented
programming in VB6, too (well, as much as you can with VB6 :)

I've recently read the pocket reference book, "C# Language Pocket
Reference" from O'Reilly, which is fantastic as a small "primer", and
I also have (also small!) "C# & VB.NET Conversion Pocket Reference"
also from O'Reilly.

I'm interested in hearing recommendations for other, perhaps somewhat
"meatier" books for a VB guy moving to C#. I'd like to avoid
"reference"-style books that detail the .NET components and their
properties/methods, instead focusing on books that really delve into
the C# language itself, and perhaps the "mindset" for C# developers.

Any and all recommendations would be greatly appreciated.
Apologies in advance if this isn't the forum for posting such
requests.
Regards,
Neil.

Sep 26 '06 #1
4 1773
One of the best technical books I've ever used is "C# and the .NET Platform,
Second Edition" by Andrew Troelsen. Does assume some C++ experience, but
also includes some examples of calling C# code from VB.NET. I'd highly
recommend checking it out. There may be a newer revision available, but I
have no experience with it.

David

"Neil Landau" <ne********@mai linator.comwrot e in message
news:r6******** *************** *********@4ax.c om...
Hi all,

I'd like to ask for book recommendations , please.

I'm a VB guy looking to move to C#. I have quite a fair amount of
experience of VB.NET (and prior to that, VB4 through VB6), so I'm not
new to programming or the .NET framework itself. I am also quite
versed in general "object oriented" programming, especially since
moving to VB.NET from VB6, although I've done object-oriented
programming in VB6, too (well, as much as you can with VB6 :)

I've recently read the pocket reference book, "C# Language Pocket
Reference" from O'Reilly, which is fantastic as a small "primer", and
I also have (also small!) "C# & VB.NET Conversion Pocket Reference"
also from O'Reilly.

I'm interested in hearing recommendations for other, perhaps somewhat
"meatier" books for a VB guy moving to C#. I'd like to avoid
"reference"-style books that detail the .NET components and their
properties/methods, instead focusing on books that really delve into
the C# language itself, and perhaps the "mindset" for C# developers.

Any and all recommendations would be greatly appreciated.
Apologies in advance if this isn't the forum for posting such
requests.
Regards,
Neil.

Sep 26 '06 #2
Hi! Neil,

How are you? The best book for C# is any Wrox book.
"Neil Landau" wrote:
Hi all,

I'd like to ask for book recommendations , please.

I'm a VB guy looking to move to C#. I have quite a fair amount of
experience of VB.NET (and prior to that, VB4 through VB6), so I'm not
new to programming or the .NET framework itself. I am also quite
versed in general "object oriented" programming, especially since
moving to VB.NET from VB6, although I've done object-oriented
programming in VB6, too (well, as much as you can with VB6 :)

I've recently read the pocket reference book, "C# Language Pocket
Reference" from O'Reilly, which is fantastic as a small "primer", and
I also have (also small!) "C# & VB.NET Conversion Pocket Reference"
also from O'Reilly.

I'm interested in hearing recommendations for other, perhaps somewhat
"meatier" books for a VB guy moving to C#. I'd like to avoid
"reference"-style books that detail the .NET components and their
properties/methods, instead focusing on books that really delve into
the C# language itself, and perhaps the "mindset" for C# developers.

Any and all recommendations would be greatly appreciated.
Apologies in advance if this isn't the forum for posting such
requests.
Regards,
Neil.

Sep 26 '06 #3
Neil,

Just start, for not doing that there are to few differences between C# and
VB.Net.

If you want some first help than have a look at these pages.

Ecma
http://www.jaggersoft.com/csharp_standard/toc.htm

Code C# and VB
http://www.harding.edu/USER/fmccown/...omparison.html

Language compare
http://msdn.microsoft.com/library/en...quivalents.asp

Something about C# written by a C# adept
http://www.pobox.com/~skeet/csharp/faq/#vb.or.csharp

I hope this gives some ideas

Cor

"Neil Landau" <ne********@mai linator.comschr eef in bericht
news:r6******** *************** *********@4ax.c om...
Hi all,

I'd like to ask for book recommendations , please.

I'm a VB guy looking to move to C#. I have quite a fair amount of
experience of VB.NET (and prior to that, VB4 through VB6), so I'm not
new to programming or the .NET framework itself. I am also quite
versed in general "object oriented" programming, especially since
moving to VB.NET from VB6, although I've done object-oriented
programming in VB6, too (well, as much as you can with VB6 :)

I've recently read the pocket reference book, "C# Language Pocket
Reference" from O'Reilly, which is fantastic as a small "primer", and
I also have (also small!) "C# & VB.NET Conversion Pocket Reference"
also from O'Reilly.

I'm interested in hearing recommendations for other, perhaps somewhat
"meatier" books for a VB guy moving to C#. I'd like to avoid
"reference"-style books that detail the .NET components and their
properties/methods, instead focusing on books that really delve into
the C# language itself, and perhaps the "mindset" for C# developers.

Any and all recommendations would be greatly appreciated.
Apologies in advance if this isn't the forum for posting such
requests.
Regards,
Neil.

Sep 27 '06 #4
Neil Landau <ne********@mai linator.comwrot e:
I'm interested in hearing recommendations for other, perhaps somewhat
"meatier" books for a VB guy moving to C#. I'd like to avoid
"reference"-style books that detail the .NET components and their
properties/methods, instead focusing on books that really delve into
the C# language itself, and perhaps the "mindset" for C# developers.
"Essential C#" by Mark Michaelis is very good in terms of focusing on
the language rather than all the libraries.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Sep 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3620
by: php newbie | last post by:
I have the Transact-SQL Programming book from O'Reilly. It was published in 1999. It states that "SELECT ... INTO" statements end up locking the entire database of the target table. Since the tempdb is also involved (in many cases), this creates major deadlocks for the entire database and all users. It suggests using the "INSERT ... SELECT" form instead. Considering that the book is somehow dated, is this recommendation still valid,...
0
1314
by: Phil Da Lick! | last post by:
Hi all, I am about to move into programming using an xml web services model. The first thing I need to know is whether you can use them privately within a corporate LAN, or whether you need to be connected to the internet for something. Secondly I'd like a good book recommendation (I'm in the UK). The documentation online is a minefield if you aren't familiar with the whole ..net framework. I am very comfortable with C++ and the...
2
1769
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not familiar with those books. Does anyone have a recommendation? TIA.
3
2347
by: Alan | last post by:
I got a book : C# Primer Plus, this is about the C#. I am going to learn Visual C#, another book recommendation about this specific topic ? I don't want a book repeat the C# stuffs already in my book.
9
1438
by: Reginald Blue | last post by:
I asked this before, although several months ago, and I want to make sure the recommendation hasn't changed. I'm a developer who is working on a Web application, but most of my work is at the very low end of the system, below the business objects, providing core functionality. I've read Advanced .NET Remoting, C# and the .Net framework, Performance Tuning and Optimizing ASP.NET Applications. I have a strong background in C and C++ (as...
16
8488
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
6
1579
by: ted | last post by:
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that will get me up to speed on ASP.Net 2.0 with my experience. Any suggestions? Thanks
4
2131
by: Huy | last post by:
I am in need of a book recommendation to pick up C++ properly and elegantly. I program extensively within the Python programming language and have a decent grasp of OOP (possibly could be better) and am adept with ansi C. Would any of you have a book recommendation that goes into swift detail and clearly written? Thank you in advance.
3
1755
by: Lauren Quantrell | last post by:
After a few years of Access VBA it's time to learn C#.Net. Can anyone recommend a book that is good for someone with no experience other than VBA?
14
2358
by: At_sea_with_C | last post by:
Hello all, Im some way in C and i have to start on C++ to. I want your opinions on Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my first book are are there better ones? Thanks to all. -- Email: The handle, (dot seperated), at gmail dot com.
0
7991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7902
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8050
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6719
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5850
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5438
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3898
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3939
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1250
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.