Software
Took some time to convert to NHibernate
By Arthur Correa • Author
I know I haven't posted in a while. I took the last month or so to convert my DAL over to use NHibernate instead of LINQ to SQL. Why the change? Well, when I first started this project the idea was that I would use this as a vehicle to try new technology. NHibernate was one of those things on my list to try. On top of that I started using it on another project at work, and honestly found I liked it a little bit better than LINQ to SQL.
More details to come, I just wanted to get some sort of post up here since its been so long (and also test out that my insert code still worked after the switch).