FlorianReischl
- Karma
- 11
- Created
- August 2, 2011 (14y ago)
- Submissions
- 0
- C# Quiz: Working with Value Types (florianreischl.blogspot.de)
- Simplify Null-Reference Handling of Properties in C# (florianreischl.blogspot.de)
- Yet Another Dependency Injection Container (florianreischl.blogspot.de)
- Performance Comparison of SQL Server Bulk Select Operations (florianreischl.blogspot.com)
- Tables are no Domain Objects: Data Type Transformations (florianreischl.blogspot.com)
- Tables Are No Domain Objects: Field Aggregations (florianreischl.blogspot.com)
- Domain Objects And Many To Many Relations (florianreischl.blogspot.com)
- Tables Are No Domain Objects: Table Relation Transformations Part 1 (florianreischl.blogspot.com)
- Tables Are No Domain Objects Part 1 (florianreischl.blogspot.com)
- Streaming SQL Server VARBINARY(MAX) In Chunks With ADO.NET (florianreischl.blogspot.com)
- ADO.NET Connection Pooling, Internals and Issues (florianreischl.blogspot.com)
ADO.NET connection pooling. How it works internally and what issues it can cause.
- 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…
- Object reference not set to an instance of an object (florianreischl.blogspot.com)
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.…
- .NET: How to Use 3rd-Party Components (florianreischl.blogspot.com)
How to safely use 3rd party components in software systems