RavenDB Load BalancingC# / .NETRavenDB Load BalancingSomewhat counter-intuitive, this behavior is set at the client level, not the server. When servers…Alexandru PuiuOctober 08, 2013 1 min
C# MD5 HashC# / .NETC# MD5 HashQuick script for generating an MD5 HashAlexandru PuiuOctober 08, 2013 1 min
Value / Reference typesC# / .NETValue types, reference types and practical usesC# has two different types of variables: value types and reference types. While in C and C…Alexandru PuiuJune 13, 2013 1 min
Mapping database objectsC# / .NETMapping database objects to models - the Lambda wayUpdated with statements that can be executed or deferred.Alexandru PuiuApril 26, 2013 1 min
LocalizationC# / .NETLocalization in C#Localization in C# is very straightforward. C# comes with Resource files, which are great because…Alexandru PuiuSeptember 25, 2012 1 min
C# ThumbnailC# / .NETC# ThumbnailIn this tutorial I'll share how I create a c# thumbnail for each photo on our websites, and keep…Alexandru PuiuSeptember 24, 2012 1 min