C#: what to read after the basics? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T01:13:45Z http://stackoverflow.com/feeds/question/600557 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics 2 C#: what to read after the basics? Bob 2009-03-01T21:24:10Z 2009-03-25T21:42:34Z <p>I'm working my way through <a href="http://rads.stackoverflow.com/amzn/click/1590598849" rel="nofollow">Pro C# 2008 (Troelsen)</a> and am thinking about what to read next. Over the past few weeks, I've accumulated this list of possibilities:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/059652773X" rel="nofollow">C# 3.0 Design Patterns (Bishop)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321127420" rel="nofollow">Patterns of Enterprise Application Architecture (Fowler)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321125215" rel="nofollow">Domain-Driven Design (Evans)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete 2nd edition (McConnell)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer (Hunt &amp; Thomas)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow">Refactoring (Fowler, et al.)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321245660" rel="nofollow">Effective C# (Wagner)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321485890" rel="nofollow">More Effective C# (Wagner)</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0596007124" rel="nofollow">Head First Design Patterns (Freeman, et al.)</a></li> </ul> <p>My goal is to move beyond C# syntax and bring my software engineering skills to the next level. Any recommendations will be welcomed with interest, such as a proposed order in which to read these or additional titles to be considered.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600569#600569 8 Answer by luiscubal for C#: what to read after the basics? luiscubal 2009-03-01T21:32:01Z 2009-03-01T21:32:01Z <p>Try to create an application yourself. No books needed, only Google and Visual Studio.</p> <p>Why do I suggest this? Because the best way to learn a programming language is to use it!</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600572#600572 2 Answer by CMS for C#: what to read after the basics? CMS 2009-03-01T21:34:33Z 2009-03-01T21:34:33Z <p>Code Complete and Pragmatic Programmer are a "language agnostic" must read.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600575#600575 1 Answer by Sasha for C#: what to read after the basics? Sasha 2009-03-01T21:36:08Z 2009-03-01T21:36:08Z <p><a href="http://rads.stackoverflow.com/amzn/click/1933988363" rel="nofollow">C# in Depth: What you need to master C# 2 and 3 </a> for sure. </p> <p>I would also suggest to have <a href="http://rads.stackoverflow.com/amzn/click/0321533925" rel="nofollow">Essential C# 3.0: For .NET Framework 3.5</a> handy.</p> <p>Also, C# 3.0 Design Patterns (Bishop) is very dry read. i started reading it to move my pattern knowledge to the C#/.NET domain, and it ended to be a good sleeping pill. </p> <p>Also, are you looking for c# specific books, or programming in general?</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600576#600576 0 Answer by daustin777 for C#: what to read after the basics? daustin777 2009-03-01T21:36:18Z 2009-03-01T21:53:37Z <p>Two great lists of books from Joel Spolsky and Jeff Atwood:</p> <p><a href="http://www.joelonsoftware.com/navLinks/fog0000000262.html" rel="nofollow">Joel's book list</a></p> <p><a href="http://www.codinghorror.com/blog/archives/001108.html" rel="nofollow">Jeff's List</a></p> <p>I recommend Joel's book, Joel on Software.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600581#600581 0 Answer by rpf for C#: what to read after the basics? rpf 2009-03-01T21:37:37Z 2009-03-01T21:37:37Z <p>I recommend Patterns of Enterprise Application Architecture (Fowler). It is an amazing book.</p> <p>But, I agree with Bob, you must create an application just by yourself to learn much more about programming.</p> <p>Good luck.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600585#600585 2 Answer by Jon Skeet for C#: what to read after the basics? Jon Skeet 2009-03-01T21:37:59Z 2009-03-01T21:37:59Z <p>I'd like to humbly recommend my own book - <a href="http://manning.com/skeet" rel="nofollow">C# in Depth</a>. It's still "C# syntax" but may encourage you to think a little more deeply (and perhaps in a different way) to the possibilities C# 2 and 3 provide.</p> <p>Your list contains a mixture of "language specific" and "completely agnostic" books. A mixture of both is definitely a good idea. Personally I wasn't too fond of Code Complete when I read the first half of it some time last year - I must finish it some time. I know that heretical to even mention, but there we go.</p> <p>One "off the wall" suggestion is <a href="http://rads.stackoverflow.com/amzn/click/0321356683" rel="nofollow">Effective Java, 2nd edition</a>, by Josh Bloch. Not all of it is applicable to C#, but a lot is and it's pure gold in general. It's worth being really comfortable with C# first so you can try to work out <em>which</em> bits apply, mind you.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600586#600586 4 Answer by thr for C#: what to read after the basics? thr 2009-03-01T21:38:16Z 2009-03-01T21:38:16Z <p>My favorite advanced C# book is <a href="http://rads.stackoverflow.com/amzn/click/0735621632" rel="nofollow">CLR via C#, Second Edition</a> by Jeffrey Richter. It will really get you into the nitty gritty details.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600625#600625 1 Answer by MRFerocius for C#: what to read after the basics? MRFerocius 2009-03-01T21:54:54Z 2009-03-01T21:54:54Z <p>Hi, this is my first answer so be gentle :). I find myself in the same position, so I've decided not to go on the LANGUAGE SPECIFIC way, but to go on the architectural aspect of the picture, DESING PATTERNS.</p> <p>One of the best books to start with that is the one you mention, HEAD FIRTS DESIGN PATTERNS, however is JAVA oriented is one of the best I found out there, after reading that and grasping the founding blocks of enterprise architecture, go on a more technical vision as BISHOP, Design Patterns provide.</p> <p>And open Visual Studio and get your hands dirty while you are reading it.</p> <p>Best Regards!!!</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600672#600672 1 Answer by Sruly for C#: what to read after the basics? Sruly 2009-03-01T22:34:02Z 2009-03-01T22:34:02Z <p>Patterns of Enterprise Application Architecture (Fowler) is classic and therfore should be read just to be on the smae page as the other devs you will work with in the future.</p> <p>Of course you should also jum in and get your hands dirty like the others have said. Just dont make the same mistake I did. I started working on a project that used a lot of technologies but had no practical use and was boring to code. It didnt get me anyware because i stoped in middle. Pick an app that you think would be useful and design/devlop it yourself using only VS, MSDN and Google. Dont worry about what technolgies it does or doesnt include. Just make sure to do it right and have fun while your at it.</p> <p>Another good read is this: <a href="http://rads.stackoverflow.com/amzn/click/0321268202" rel="nofollow">Applying Domain Driven Design and Patterns</a></p> <p>its not in depth but it covers a lot.</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/600737#600737 0 Answer by Yassir for C#: what to read after the basics? Yassir 2009-03-01T22:59:02Z 2009-03-01T22:59:02Z <p>Design patterns looks great but it requires solid knowladge of the language also domain driven design is great</p> http://stackoverflow.com/questions/600557/c-what-to-read-after-the-basics/683599#683599 0 Answer by Koistya Navin for C#: what to read after the basics? Koistya Navin 2009-03-25T21:42:34Z 2009-03-25T21:42:34Z <p>Check out my list of recently published books related to .NET development:</p> <p><a href="http://www.riaguy.com/books/" rel="nofollow">http://www.riaguy.com/books/</a></p> <p>Also there is an RSS feed.</p>