FlorianReischl

↗ HN profile [ 69.5 ms ] full profile
Karma
11
Created
August 2, 2011 (14y ago)
Submissions
0
  1. C# Quiz: Working with Value Types (florianreischl.blogspot.de)
  2. Yet Another Dependency Injection Container (florianreischl.blogspot.de)
  3. Domain Objects And Many To Many Relations (florianreischl.blogspot.com)
  4. Tables Are No Domain Objects Part 1 (florianreischl.blogspot.com)
  5. ADO.NET connection pooling. How it works internally and what issues it can cause.

  6. Generic C# Resource Pool (florianreischl.blogspot.com)

    A resource pool is a class that manages a synchronized access of (theoretically) infinite callers of a restricted count of resource items. One reason to use a resource pool could be a integrated sub system that is…

  7. We all know, and "love", this meaningful message from somewhere inside of a system. Luckily I can say, in my last projects I became able to almost eliminate those failures - without a 100% unit test code coverage.…

  8. .NET: How to Use 3rd-Party Components (florianreischl.blogspot.com)

    How to safely use 3rd party components in software systems