In my last post I talked about advanced IOC usage and how it is possible […]
Authenticated web services calls with Asp.Net MVC
I?ve been encountering a problem as of late. I?m creating a lot of ?Single Page […]
State Pattern, Enumeration Class and Fluent NHibernate (Oh my!)
Recently, I needed to change a basic enumeration into a full-fledged state pattern. After getting all my domain classes updated, I began reviewing the persistence layer. And I hit a wall. I wasn’t sure how I wanted to update my Fluent NHibernate convention to persist the current state.
Extending the ObservableCollection to add navigation methods such as MoveFirst, MoveNext, MoveLast, and MovePrevious.
Recently, I had the need to navigate a list by using methods such as MoveFirts, […]
Please, it is just a ‘var’
OK, on a previous post I had a little bit of code with a ?var? […]
This is Real
Real code in a production system which will remain unnamed, as will the source. Drink […]
Fluent Domain Methods
In my last post, I talked about a Generic Expression Builder class for easily creating […]
Exception Logging with EntLib Made Simple
Logging application exceptions is like getting a new muffler. It isn’t exciting. It isn’t very […]