Favorite .NET Book

Posts   
 
    
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 31-Oct-2004 21:30:41   

I know I'm not the only one here who has a mountain of .net books stacked all over the place. So what is everyone's favorite .net book? Mastering C# was an invaulable resource for me when I first started digging into C#. Now, I find myself constantly referring to 'Developing .NET Application Frameworks' when I'm laying out my architecuture. Definetly recommended!

omar avatar
omar
User
Posts: 569
Joined: 15-Oct-2004
# Posted on: 31-Oct-2004 22:37:56   

1-Building Applications and Components with Visual Basic .NET by Ted Pattison, Joe Hummel

Maybe this book seems out of place here because it is about a VB.NET book, but I still see his book as an invaluable book for explaining oops in .NET. Mr. Pattison explains oops principals in fluent and clear language that makes you wonder "why was this so difficult for me to grasp??". The chapter about Delegates & Events is worth the price of the book alone. smile

2- Expert C# Business Objects (and its VB.NET predecessor) by Rockford Lhotka

I think Rocky's name on the book is enough to promote the book. I feel that his CSLA.NET framework (introduced in the book) augments LLBL perfectly as the best service manager to expose LLBL's services with the extra benefits of a DataPortal (the DataPortal offers a single point of access to the backend that allows changing the instantiating of objects from in-process to out-of process (using remoting) by just changing settings in the AppConfig. It also facilitates the integration of table-based and/or Windows security and other benefits...)

Omar

Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 01-Nov-2004 14:41:58   

Wow, great question, I have 3.

  1. Visual Basic .NET Programmers Cookbook, for all of the off the wall simple things that you dont feel like googling for or digging through over blown MSDN Samples

  2. Design Patterns in C#

  3. All of the books in the MCSD.NET Microsoft Official Curriculum from when I took all my .NET Training. The books really cover alot.

Posts: 497
Joined: 08-Apr-2004
# Posted on: 02-Nov-2004 20:32:42   

c# - the complete reference, by Herb Schildt. It rocks wink

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 02-Nov-2004 20:55:11   

I have 2 .net books. One I read but didn't teach me a lot, which is: Professional .NET Framework by Wrox. (A friend of mine told me: "The author's photographs are on the front cover of the book, that always is a bad sign for the quality", he was right wink ). The other is the best C# book I ran into: Programming C# by Jesse Liberty.

Another book, not .NET per se, is from Coder to Developer. Really good book for getting everything connected. For people who do development for years and years it's more of a "I knew it! I was right all along!" journey, but that can be fun of course simple_smile

Not .NET books but great resources: - Design patterns by GoF, the original one from 1994 - Modern Structured Analysis by E. Yourdon. Read it. - Conceptual Schema and Relational Database Design, by Halpin and Nijssen. Great book about abstract database modelling.

(edit) You have to read 'Modern' structured analysis, not the old version from 1789. wink

Frans Bouma | Lead developer LLBLGen Pro
awex
User
Posts: 2
Joined: 15-Apr-2005
# Posted on: 15-Apr-2005 13:09:58   

Hi, just one one question:

  • Structured Analysis by E. Yourdon. Read it.

Is this book still available by Amazon? Could you send me a link, please ?

Thanks!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 15-Apr-2005 13:19:58   

awex wrote:

Hi, just one one question:

  • Structured Analysis by E. Yourdon. Read it.

Is this book still available by Amazon? Could you send me a link, please ?

Thanks!

Click

Though, new it's a bit expensive, I'd look at a second hand bookstore which has computer books.

Frans Bouma | Lead developer LLBLGen Pro
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 15-Apr-2005 16:12:31   

awex wrote:

Hi, just one one question:

  • Structured Analysis by E. Yourdon. Read it.

Is this book still available by Amazon? Could you send me a link, please ?

Thanks!

I ordered it used from an Amazon reseller recently. I haven't read it yet, first I have to read "Converting everything from .NET to Java".

Fred avatar
Fred
User
Posts: 21
Joined: 04-Mar-2005
# Posted on: 11-May-2005 16:45:56   

One that was a favorite both for education and reference: ADO.Net by David Scheppa. Of course, now we're using GenPro objects for everything... simple_smile

davisg avatar
davisg
User
Posts: 113
Joined: 27-Feb-2005
# Posted on: 13-May-2005 09:42:52   

I have a few .NET books but the best book I have (and still reading) is not specifically .NET, it's CODE Complete by Steve McConnell. It's the 2nd Edition and it is a practical handbook of software construction.

Cadmium avatar
Cadmium
User
Posts: 153
Joined: 19-Sep-2003
# Posted on: 13-May-2005 22:18:44   

I'll add another vote for Code Complete (2nd Edition)

There's just tons of practical information there.

As for specific syntactical stuff, there's plenty of info on the internet and it's generally easier to find vs book.

psandler
User
Posts: 540
Joined: 22-Feb-2005
# Posted on: 18-May-2005 20:39:23   
  • Structured Analysis by E. Yourdon. Read it.

Hey Frans,

I just received the above book, which I ordered on your recommendation (I didn't follow your link--I just did my own search).

Anyway, I unknowingly ordered a version that was originally printed in 1979 or so. Should I chuck this version and order the more modern one, or all the concepts the same? I have to imagine OOP has changed structured design theory?

I only paid about $5 for it, so it isn't a big deal to re-order.

I also ordered the database book you recommended. I've been unable to find the Gang of Four book. Link?

Thanks,

Phil

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 18-May-2005 20:43:34   

Concepts are the same though he revisited in 1989 or so, "Modern structured analysis" as it seems (I have the dutch translation flushed ). But I think your version won't be that much different from the later versions on DFD's, DSD's and the like, but if you can swap it for a later version I'd do that.

The yourdon book: amazon

GoF patterns: amazon

Frans Bouma | Lead developer LLBLGen Pro