Tag Archives: c#

Top three C# questions on stackoverflow you should read

Here is a list of questions which I (!!) consider as TOP 3 C# (Visual Studio) questions (although the answers are probably the most interesting) on stackoverflow. Yes, I do love STO Hidden Features of C# Visual Studio Optimizations Which C#/.Net blogs do you read? If you need more see the most voted C# questions. […]

Create a multi languaged domain model with NHibernate and C#

Recently I’ve been developing an enterprise application with NHibernate which was required to fully support multi language (localization) on UI side as well as on data side. Whereas the former is easily implemented with .net resources the latter is not that straightforward as it seems. That articles talks about it and the solution I […]