473,732 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

good books for learning C# with Java bg?

hi all,

would you pls advise any good books for learning C# (web related
back-end programming) with java background?

thanks for your suggestion.

beachboy

Nov 15 '05 #1
3 2485
MSDN is the quintessential resource
SEE: http://msdn.microsoft.com

I sat down with a fascinating and very well written book
at Barnes & Noble last week...

C# and the .NET Platform
Andrew Troelsen, A! Press
Intertach Instructor Series (Intermediate-Advanced)
ISBN 1-59059-055-4

Also check out...

C# Class Design Handbook
WROX

C# Programmer's Reference
WROX
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

LaGarde StoreFront 5 Affiliate: e-Commerce Solutions
SEE: http://www.storefront.net/default.as...RER=-201499070

"beachboy@w ork" <b@w.com> wrote in message news:40******** *******@w.com.. .
hi all,

would you pls advise any good books for learning C# (web related
back-end programming) with java background?

thanks for your suggestion.

beachboy

Nov 15 '05 #2
"beachboy@w ork" <b@w.com> wrote:
hi all,

would you pls advise any good books for learning C# (web related
back-end programming) with java background?

thanks for your suggestion.

beachboy


{C# with java background}

Programming C#, Third Edition
by Jesse Liberty

http://www.amazon.com/exec/obidos/asin/0596004893
http://www.oreilly.com/catalog/progcsharp3/

Its got a few "Java Programmers take note" thrown in
- if you've both a firm handle on your Java you may be
in the danger of getting bored especially at the beginning.
Throws in some "very" short introductions for WinForms, ADO.NET,
ASP.NET, web services, and interop; i.e. good initial primer
(The detailed TOC is on the O'Reilly site)

However, you may feel you're not getting enough value for your $$$,
as a lot of the info can be harvested from on-line sites. However
here its in a portable format that can be perused away from the
computer (though you will want to return to it to try some stuff).

Once you're past the C#, the Java background doesn't really
come into play (you're deep into Microsoft territory now).

"web related back-end" ??? What do you mean by back-end?

web related -> ASP.NET
back-end -> ADO.NET / Enterprise Services (?)
{ASP.NET}
Essential ASP.NET With Examples in C#
by Fritz Onion (Author)
http://www.amazon.com/exec/obidos/ASIN/0201760401

seems to be a favourite though at times it assumes you come
from an ASP background - not always a good one to make.

Programming Microsoft ASP.NET
by Dino Esposito (Author)

http://www.amazon.com/exec/obidos/asin/0735619034

also seems to be popular. I haven't spend any
solid time with this one so I can't comment much, though
I liked some of Esposito's other books.
{Back-end / ADO.NET}

Microsoft ADO.NET (Core Reference)
by David Sceppa
http://www.amazon.com/exec/obidos/asin/0735614237

is a must have. The book uses the more general
OLEDB provider - in production you should always favour
the managed provider optimized for your RDBMS.
{Back-end / Enterprise Services (COM+)}

This is a tough one. I use

COM and .NET Component Services (O'Reilly Windows)
by Juval Löwy (Author), John Osborn
http://www.amazon.com/exec/obidos/asin/0596001037
http://www.oreilly.com/catalog/comdotnetsvs/index.html

however the main portion of the book is written from
the COM/C++ perspective - with only a single chapter,
at the end, putting things into perspective for .NET.
MS Articles reference this

C# COM+ Programming (With CD-ROM)
by Derek Beyer
http://www.amazon.com/exec/obidos/asin/0764548352

but it has some mixed reviews.
This one looks promising (i.e. I haven't seen it)

Distributed .NET Programming in C#
by Tom Barnaby
http://www.amazon.com/exec/obidos/asin/1590590392
http://www.apress.com/book/bookDisplay.html?bID=87

though it doesn't focus entirely on Serviced Components.
It may give you enough of a start to make
"wrestling" with the MSDN easier.
http://msdn.microsoft.com
Good Luck in picking your choices!
Nov 15 '05 #3
UAError <nu**@null.null > wrote:
"beachboy@work " <b@w.com> wrote:
hi all,

would you pls advise any good books for learning C# (web related
back-end programming) with java background?

thanks for your suggestion.

beachboy


I should mention without comment the following:

C# for Java Developers
by Allen Jones (Author), Adam Freeman
http://www.amazon.com/exec/obidos/asin/0735617791

NET for Java Developers: Migrating to C#
by Jawahar Puvvala (Author), Alok Pota (Author)
http://www.amazon.com/exec/obidos/asin/0672324024
http://www.aw-bc.com/catalog/academi...324024,00.html

Professional .NET for Java Developers Using C#
by Erick Sgarbi, Jack Lunn, John Timney, Poornachandra Sarang, Steve Watt
http://www.amazon.com/exec/obidos/asin/1861007914
Since the demise of WROX, many titles have resurfaced with APRESS
http://www.apress.com

This one hasn't but I wouldn't be surprised if
"Pro .NET for Java Developers Using C#" appears once the WROX stock has
been sufficiently depleted with wholesalers - you may get one used anyway.

Nov 15 '05 #4

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

Similar topics

24
3605
by: matty | last post by:
Go away for a few days and you miss it all... A few opinions... Programming is a craft more than an art (software engineering, not black magic) and as such, is about writing code that works, first and foremost. If it works well, even better. The same goes for ease of maintenance, memory footprint, speed, etc, etc. Most of the time, people are writing code for a use in the *real world*, and not just as an academic exercise. Look at...
8
2095
by: Lennart | last post by:
Hi everybody, Can someone advice me with the following issue: i want to learn python in my summer vacation (i try to ...:-) So, a good start is buying a good book. But wich? There are many ... I'm living in the Netherlands and I prefer a book from bol.com (see link) because i've to order more books by them. I'm familiar with html & php and basic (in the good old days). It has to be a newbie book, but not a book what i don't need...
7
5283
by: tada991 | last post by:
Hello Everyone, I just purchased Visual Studio .Net Architect 2003 and want to know what's a good book for begginers to start with. I know nothing about programming whatsoever, but I do have a desire to learn- as obvious with this purchase. So please let me know where I can start and thanks. Also, what newsgroup should I post my queries to?
12
1903
by: D. Layman | last post by:
Hello group, After quite a long time of consideration, I'v finally decided to switch from Java to C. Given the condition that almost without any knowledge on C and 3 years expereince on java, , Which tutorial or book might be good for me to start with? It would be the best if it's (freely) available on the net. I'd prefer standard C, anyway some Gnu extensions are just fine. I'd appreciate any of your recommendation of book/tutorials or...
9
2503
by: Michael A. Covington | last post by:
What books would you recommend for students who want to learn programming in C# and have not previously mastered a related language (Java, C++, Pascal, etc.)? -- Michael A. Covington - Artificial Intelligence Ctr - University of Georgia "In the core C# language it is simply not possible to have an uninitialized variable, a 'dangling' pointer, or an expression that indexes an array
3
1577
by: OJLP | last post by:
Hi. I am about to embark on C# learning. I have had limited VB experience. Can anyone offer any advice as to some good books / courses to attend, for a newbie to get the basics as quick as possible? I have seen a lot of books out there, but a lot of feedback that they are aimed at more than newbies? ANy advice anyone? Rgds OJLP
13
6554
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by Steven John Metsker Design Patterns by Erich Gamma Head First Design Patterns by Elisabeth Freeman
15
2614
by: Alex L Pavluck | last post by:
I am new to programming other than SAS. I read that C# is a good starting language and I have started to create some simple programs with C# 2005 express edition. Can someone let me know if this is indeed a good learning language and also suggest a good learning text. Thanks, Alex
26
4103
by: vlsidesign | last post by:
I am a newbie and going through "The C programming language" by Kernighan & Richie on my own time (I'm not a programmer but I want to learn because it can save me time in my normal job, and it is kind of fun). As I go through the book, I seek to do all the exercises because they are very useful, and good, but it seems like I am just stumbling through somewhat. In particular, I don't really know how to think about "catching errors", or how...
0
8944
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
8773
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,...
0
9306
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
9180
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
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...
0
4548
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
4805
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3259
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
3
2177
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.