Related resources for High Performance Abstraction Layer for Non-Blocking Asynchronous Thread
  • High Performance Abstraction Layer for Non-Blocking Asynchronous Thread Safe SqlServer Calls9/29/2012 10:39:56 AM. One of the things I find myself doing frequently is writing (and re-writing) plumbing code to execute database CRUD operations. I wrote an abstraction layer over asynchronous SqlServer calls that allows developers to correctly make async calls agains SqlServer without having to deal with any of the complex plumbing normally required. All source code is included with this article.