↧
Database Abstraction v0.8
When we began developing C# web applications, we found ourselves in the position of determining what the best way of accessing the database is. We evaluated several technologies… NHibernate – May be...
View ArticleA Handy C# Async Utility Method
In the course of writing C# code utilizing the new (for 4.5.1) Task-based asynchronous programming, I’ve run across a couple of places where the “await” keyword either is not allowed (a catch block or...
View Article