Administrators Jon 1,178 Posted June 8, 2009 Administrators Share Posted June 8, 2009 I'm still playing with C# and .NET and wanted to list some resources I've found useful so far.Books: "Pro C# 2008 and the NET 3.5 Platform, 4th Edition", Andrew Troelsen - A massive book that I find it useful and frustrating at the same time as it can seem a bit wordy and example heavy (and sometimes each example looks identical to the last). I'm using it as a general read and then when I get confused on a topic I'm searching/checking other resource to try and make it clear."C# 3.0 Pocket Reference", Joseph & Ben Albahari. Pretty much the opposite of the above. It's a tiny 240 page pocket sized book that cuts all the crap and just describes a concept and shows a simple example. I'm actually finding it more useful than the big book above. Focused on C# concepts rather than .NET. And it's super cheap! I'm actually going to see if there is a C++ version as well.Sites: TBC Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
Administrators Jon 1,178 Posted June 9, 2009 Author Administrators Share Posted June 9, 2009 "C# 3.0 Pocket Reference", Joseph & Ben Albahari. Pretty much the opposite of the above. It's a tiny 240 page pocket sized book that cuts all the crap and just describes a concept and shows a simple example. I'm actually finding it more useful than the big book above. Focused on C# concepts rather than .NET. And it's super cheap! I'm actually going to see if there is a C++ version as well.These three from Amazon just arrived as well:C++ Pocket ReferenceRegular Expression Pocket ReferenceSTL Pocket ReferenceAll look to be as equally useful as the C# one. Maybe I'll finally get around to understanding Regular Expressions now It looks to have specific sections for .NET/Pcre/PHP/Perl style regexps as well which will be handy. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
Authenticity 15 Posted June 10, 2009 Share Posted June 10, 2009 Link. Very nice site. Link to post Share on other sites
WolfWorld 0 Posted August 28, 2009 Share Posted August 28, 2009 "Pro C# 2008 and the NET 3.5 Platform, 4th Edition" is the best.I also like C# 3.0 Unleashed Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets! Link to post Share on other sites
jvanegmond 309 Posted August 28, 2009 Share Posted August 28, 2009 The C++ thread is closed, but this is equally useful for Java and C#: Design Patterns: Elements of Reusable Object-Oriented Software (ISBN 0-201-63361-2) github.com/jvanegmond Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now