Foundations of Programming
October 22nd, 2010 § Leave a Comment
Recently stumbled upon Foundations of Programming which is a free short E-book by Karl Seguin. I think we should hand this book to all new software developers before they write any production code. It is a great introduction to real world software development concepts. Being a very short 79 pages book I think it can be part of induction literature for new starters at any software development organisations.
Some of the topics covered are:
- ALT.NET
- Domain Driven Design
- Persistence
- Dependency Injection
- Unit Testing
- ORM
- Memory
- Exceptions
- Proxy
Advertisement