It has been WAY too long since an update of ruby_odata was released. I’m happy to announce that version 0.0.8 was released today. The biggest change, thanks to J.D. Mullin, is support for Basic HTTP Authentication. It’s an awesome enhancement and very easy to use. All you need to do is pass in the username [...]

Entity Framework – Removing Foreign Keys from the Entity Model
Entity Framework 4.0 has brought some great new features to Entity Framework (although I am SO looking forward to EF 4.1. Hooray for a code-only option). One of the new features of EF 4 is the ability to include foreign key columns in your model. This option will include the foreign key as a property [...]