↧
Data Access in Fail Tracker–Unit Testing
In my last post, I described Fail Tracker’s simple repository model for abstracting LINQ to NHibernate, which is used for all data access in Fail Tracker. One reason I chose to implement an...
View ArticleData 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...
View ArticleSource Code for “Build Your Own Application Framework” Course Online
If you do a quick Google for Fail Tracker, the sample project I used in my Pluralsight course, you will end up at a Github project page for Fail Tracker that I set up back in 2011. That’s when I first...
View Article