473,785 Members | 2,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best C# Book

I need help in selecting the best C# book for someone going from VB.NET to
C#. I am in the process of looking for a new job and I have found an
excellent company, problem is that I have only being using C# for about 6
months and they want me to take an online test to verify that I know C#. I
really want this job, so my idea is to get one or two good books and spend a
week at the most studying the languange intensely. I am a very fast learner
and have been coding in VB6 for 10 years, VB.Net for 3 years, and developed
in C and C++ in school. Any help will be greatly appreciated.
--
Robert S. Ramos
Software Developer/Designer
Southern California, USA
Nov 17 '05 #1
2 1777
On Fri, 1 Apr 2005 11:49:06 -0800, Robert S. Ramos
<Ro**********@d iscussions.micr osoft.com> wrote:
I need help in selecting the best C# book for someone going from VB.NET to
C#. I am in the process of looking for a new job and I have found an
excellent company, problem is that I have only being using C# for about 6
months and they want me to take an online test to verify that I know C#. I
really want this job, so my idea is to get one or two good books and spend a
week at the most studying the languange intensely. I am a very fast learner
and have been coding in VB6 for 10 years, VB.Net for 3 years, and developed
in C and C++ in school. Any help will be greatly appreciated.

There are plenty of good books on C# available - the difficult part is
finding the one that really does it for you...

I usually look at amazon.com, check the readers' comments, try to
find/read a sample chapter, deciding on the "look and feel" of the
book as well!

There's a pretty nice book from sybex "C# complete" (for $25)
http://www.sybex.com/sybexbooks.nsf/ffabbbf6a64357f f8825695a00809d 79/a06b79f99d07bde f88256c1600318f dd!OpenDocument

There's the Deitel series with lots of programming examples (some like
this approach - some don't)
http://www.deitel.com/books/csharpAP...pAPI1_toc.html

My favourite is "Beginning C# objects" as one needs to dig into OOP
http://www.apress.com/book/bookDisplay.html?bID=293

Also take a look at Liberty's book (4th Edition - covers C#2.0 and
VS2005) http://www.oreilly.com/catalog/progcsharp4/

And last but not least, Mayo's book "C# Unleashed"
http://www.amazon.com/exec/obidos/AS...942940-4461667
and website with excellent tutorials at http://www.csharp-station.com/

Happy coding!

Chris
Nov 17 '05 #2
"Robert S. Ramos" <Ro**********@d iscussions.micr osoft.com> wrote in message
news:DD******** *************** ***********@mic rosoft.com...

Robert,
I need help in selecting the best C# book for someone going from VB.NET to
C#. I am a very fast learner
and have been coding in VB6 for 10 years, VB.Net for 3 years, and
developed
in C and C++ in school. Any help will be greatly appreciated.


If I were you, I would pick your most "complex" VB.NET app and simply
rewrite it in C#, using MSDN for reference. Since you've been using VB.NET
for 3 years, you're surely *very* familiar with the .NET Framework, which is
the important part, and the fact that you've used C# for 6 months must mean
that you're familiar enough with the syntax. Anything else you need can
almost certainly be found on the net using Google and/or this newsgroup...
:-)
Nov 17 '05 #3

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

Similar topics

2
1846
by: Geoff Berrow | last post by:
I'm a college lecturer and have been running an 'Introduction to PHP' course. It's been going quite well and my boss has suggested I might like to think of a slightly more advanced course. I want to give students definitive information where possible and am looking for a book to use as a text book to make sure I don't miss anything out or pass on any bad habits I may have picked up. Any recommendations? -- Geoff Berrow (put thecat...
11
9271
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
17
3869
by: gamaron | last post by:
Summary --------- Is Fox Toolkit ( http://www.fox-toolkit.org/ ) the "best" C++ GUI library/toolkit? My key goals (at least those that come to mind right now): * Portability (Windows, Linux, MacOS, other unix) * Open source * Maturity
4
6703
by: James Thompson | last post by:
I'm sure this question has been asked a hundred times. I did a google search and found some older post and some mixed reviews. I am looking for an updated opinion on which book is the best for learning Visual C++ .NET. A little background, I have been programming C# for the past year and I was a Visual Basic programmer for about 5 years before that. I created a new project in C++ .NET and it is like night and day compared to C#. I was...
8
3772
by: Art | last post by:
Hi folks, I'm writing a traditional desktop app using VB.NET and am stumbling over what seems like a very basic question: My app does not need to be connected to a server or another computer. It just runs locally. So what is the best way to store user-entered data? The app is like an address book, where users can enter contacts and save the data.
26
3668
by: puzzlecracker | last post by:
It'd be interesting to compare the learning practices of c++ practitioners. I'll start with mine The C++ Programming Language C++ Primer Effective C++ More Effective C++ Effective STL The C++ Standard Library : A Tutorial and Reference (most of it) Exceptional C++
1
2511
by: maciek | last post by:
Hi, I was wondering if anyone could suggest me a book/article/tutorial on Exception Handling in multi tier Windows Apps. What are the best practices/ways to implement EH in multi tier enviroment. I read some MS Best Practices articles on MSDN. It helped a little, but considering how unexperienced programmer I am, I think I'd need a good sample code and explanation I could follow to fully understand the issue. Thanks in advance.
14
12565
by: testcpp | last post by:
Hi experts, What's considered the best book to learn javascript? I searched this newsgroup but the postings are over five years old, so is there a good book to learn. I've searched Amazon and found that the best rated is, among others, John Pollock, "JavaScript: A Beginner's Guide." I am not a big fan of the O'Reilly books, to be honest. I do know C and C++ but no Java, so would Pollock's book is the best starting place?
5
1473
by: blisspikle | last post by:
I figure that someone good at dotnet can look at this and give me a clue on how to easily organize this code? If there is a unique identifier like "Publisher" with a bunch of "Book" that are published under them (I used the arraylist class in the publisher class). How should the code be organized, and how can the books properties like "Name" be easily called in the main code, or searched for in the main code?
0
10324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8971
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
7499
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
5380
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
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
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.