• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C#/ASP .Net books

AmigaMan

Diamond Member
Which books out now are considered the best for learning c# and ASP.net? I'm a senior level java developer specializing in web development (j2ee, struts, spring, hibernate, etc). So I don't want anything too novice-like, but something that quickly gets me up to speed with C# and developing enterprise-level web apps.

Ideally I'd like to see something that delves into the language specifics, then talks about common .Net architecture for web development. A "best-practices" section would be nice. Any ideas?
 
I'm in a similar situation (albeit with less overall experience). I learned c# with this. It's a pretty good language/platform tutorial and you can skim it to just pick up the differences between c#/.net and java. Looks like there's a 3rd edition out now for the 2.0 platform.

Right after that, I picked up some asp.net from this book. It more or less got me using what I needed to but it wasted way too much time advertising the platform instead of just saying how stuff works.
 
Back
Top