I decided to revisit Entity Framework for a project I’m working on. It’s been a while since the last time I gave EF a fair shake (way back when it was first released). I can sum up my impressions of the 4.5 version with a single word: disappointing. EF has come a very long way…
try-catch-FAIL
Category: <span>NHibernate</span>
Data Access in Fail Tracker–Row-Level Security with LINQ to NHibernate
This is the third and probably final post about how data access is performed in Fail Tracker. I’ve previously shown you the basics of how its repository-pattern based approach and how a shared base SpecsFor test fixture is leveraged to simplify testing. In this post, I’ll show you how the decorator pattern is employed to…
Data Access in Fail Tracker
This is going to be the first in a series of short posts on how data access is handled in Fail Tracker. Future posts will get into how the strategy works with unit testing as well as how advanced topics, such as row-level security, are handled. Read on to find out how Fail Tracker utilizes…
Getting Started with NHibernate 3 and SQL Compact
There are many posts on the web about how easy it is to get started with Microsoft’s Entity Framework and SQL Server Compact Edition (SQL CE). This combination seems to be all the rage thanks to EF’s new “Code First” approach introduced in version 4.1. While I am impressed with the latest version of Entity…
Verifying NHibernate Entities Contain Only Virtual Members
One requirement that NHibernate imposes on your object model is that all public members must be virtual in order to support lazy loading. I got really tired of getting a yellow-screen-of-death while working on Fail Tracker every time I added a new member to my domain and forgot to mark it as virtual. So, I…
My “NHibernate.Search and Lucene.NET” Presentation from CodeStock 2010
CodeStock 2010 is over. I had a good time, talked with lots of cool people, and attended some great sessions. Though I had to miss day 1 due to commitments for my new job at TrackAbout, I was able to attend and present on day 2. I’d like to thank everyone that attended my presentation,…