Changes between Version 7 and Version 8 of Documentation/DevelopmentCenter/AdditionalMaterial
- Timestamp:
- 08/10/10 00:04:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/AdditionalMaterial
v7 v8 1 = HeuristicLab Additional Developer Material = 1 [[PageOutline]] 2 = Additional Developer Material = 2 3 3 This page is a collection of blogs, books, videos and other resources about general programming topics and especially about the .NET platform and C#.4 This page contains a collection of blogs, books, videos and other resources about general programming topics and especially about the .NET Framework and C#. The HeuristicLab developers team uses this page to share interesting content which usually is not directly related to HeuristicLab or heuristic optimization. If you want to improve your software development skills or if you are looking for something to occupy your brain with, have a look at the following. 4 5 5 == Books ==6 === General Programming===6 == 1. Books == 7 === 1.1. Programming in General === 7 8 * Clean Code: A Handbook of Agile Software Craftsmanship - Robert C. Martin [[BR]] 8 9 http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882 [[BR]] … … 21 22 abeham 22 23 23 === Bibliographies ===24 * Mary and Tom Poppendieck authors of books on lean software developmenthave collected a list of annotated recommendations on relevant books [[BR]]24 === 1.2. Bibliographies === 25 * Mary and Tom Poppendieck, authors of books on lean software development, have collected a list of annotated recommendations on relevant books [[BR]] 25 26 http://www.poppendieck.com/reference.htm 26 27 27 == Blogs ==28 === C# / .NET Programming ===28 == 2. Blogs == 29 === 2.1. C# / .NET Programming === 29 30 * Fabulous Adventures In Coding - Eric Lippert [[BR]] 30 31 http://blogs.msdn.com/b/ericlippert/ … … 44 45 http://srtsolutions.com/public/blog/243888 45 46 46 === General Programming===47 === 2.2. Programming in General === 47 48 * Coding Horror - Jeff Atwood [[BR]] 48 49 http://www.codinghorror.com/blog/ … … 52 53 http://5whys.com/ 53 54 54 55 == Videos == 56 === NDC - Videos === 55 == 3. Videos == 56 === 3.1. NDC - Videos === 57 57 http://www.ndc2010.no/ [[BR]] 58 58 [wiki:NDCVideos NDC Videos]