Tech Library
home

Tech Library

Programming Entity Framework: DbContext
Julia Lerman and Rowan Miller
In addition to Code First, EF 4.1 introduces simpler EF coding patterns with the DbContext, DbSet, ChangeTracker and Validation APIs. This second mini-book will take the reader on a tour of these new features and how to take advantage of them. These ...
Programming Ruby: The Pragmatic Programmers' Guide ****
David Thomas and Chad Fowler and Andrew Hunt
Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Program...
Programming in CoffeeScript *****
Mark Bates
Use CoffeeScript to Write Better JavaScript Code Than Ever Before!If you can do it in JavaScript, you can do it better in CoffeeScript. And, since CoffeeScript “compiles down” to JavaScript, your code will fit neatly into virtually any web environmen...