Live data from Hacker News

Viewing profile — FlorianReischl

FlorianReischl

HN member
Joined
Tue, Aug 02, 2011, 10:26 AM UTC
HN karma
11
Public activity
15 items

About FlorianReischl

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #3972685

    I use to read a book. IronPython at the moment.

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
    ADO.NET Connection Pooling, Internals and Issues

    ADO.NET connection pooling. How it works internally and what issues it can cause.

  13. story
    Generic C# Resource Pool

    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 b…

  14. story
    Object reference not set to an instance of an object

    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 - withou…

  15. story
    .NET: How to Use 3rd-Party Components

    How to safely use 3rd party components in software systems