posts / dotnet
-
Proxy any class by interface in C# with DispatchProxyI was recently tasked with figuring out a way to performance test database calls being made via NHibernate to PostgreSQL. As far as I could find, N...