Viewing profile — FlorianReischl
FlorianReischl
HN member- Joined
- Tue, Aug 02, 2011, 10:26 AM UTC
- HN karma
- 11
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About FlorianReischl
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #3972685
I use to read a book. IronPython at the moment.
- story
- story
- story
- story
- story
- story
- story
- story
-
story
ADO.NET Connection Pooling, Internals and Issues
ADO.NET connection pooling. How it works internally and what issues it can cause.
-
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…
-
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…
-
story
.NET: How to Use 3rd-Party Components
How to safely use 3rd party components in software systems