vote up 0 vote down star

So far in my 2 yr career as a programmer I've been purely a java guy. Be it groovy or struts...i've played around with them.

I want to give .net a try and see how it is. Can the community recommend some good books for starting out with .net. Chapter on AJAX will be preferable.

Thanks!

flag

8 Answers

vote up 2 vote down
  1. Essential ASP.NET With Examples in C# (Microsoft .NET Development Series) (Paperback, 393 pages) by Fritz Onion
  2. Essential ASP.NET 2.0 (Paperback, 345 pages) by Fritz Onion, Keith Brown

You will need both of them, because they do not overlap - the 2.0 book assumes you have read the first one, as the author states "Volume 2, Not Second Edition". However, first read the Preface of Essential ASP.NET 2.0 because it lists a few sections in the first book that you may skip or skim.

  • They teach you how to understand the ASP.NET architecture without wasting paper on details that are easy to find on the web.
  • These books do not go into depth on every little class or web control -- you can find that information much faster on the Web.
  • The best descriptions of the page life cycle and request life cycle that I have seen. Understanding the life cycles are critical to using ASP.NET correctly.
  • Both books assume you already know C#.
link|flag
vote up 1 vote down

Sorry if I'm stating the obvious, but if you're new to .NET development it might be worth looking at a book that teaches the platform in addition to a book that's targeted solely at the ASP.NET framework bits. I know very little about Java, but if I was heading that way I might find a good book on Java before learning about JSP, for example.

I think Jeffrey Richter's "CLR via C#" is quite good.

For ASP.NET books I think the Fritz Onion ones are hard to beat.

link|flag
vote up 1 vote down

It's not a book, but the official ASP.NET web site has a ton of learning material: http://www.asp.net/. Be sure to check out the "Learn" section.

link|flag
vote up 0 vote down

The Fritz Onion books are still among the best for understanding the technology.

link|flag
vote up 0 vote down

ASP.NET Ajax in Action is really good. You should try it.

link|flag
vote up 0 vote down

I found ASP .NET 2.0 Step By Step to be a perfect introduction to the ASP .NET technology. AJAX is just an extra library above ASP .NET that you will better understand if you know the technology it is built upon.

Coming from Java, you will need to master C# too (much more complicated/powerful than Java). Sorry, I have no reference for this though.

link|flag
vote up 0 vote down

ASP.NET By Yousef Ballan

www.drdotnet.com and it is in hebrew

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.