Posts tagged ‘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 :)

stackoverflowtop5csharp

  1. Hidden Features of C#
  2. Visual Studio Optimizations
  3. Which C#/.Net blogs do you read?

If you need more see the most voted C# questions. Would be nice to see some more lists like that (Julien, what about Flex?, Fab PHP?).

Nhibernate and the Null object pattern

Is this dialog (exception) familiar to you?

null-object-pattern

Okay, maybe you haven’t seen this screen in particular but apart from the troubleshooting tips you should have seen it.
Continue reading ‘Nhibernate and the Null object pattern’ »

Create a multi languaged domain model with NHibernate and C#

Recently I’ve been developing an enterprise asp.net 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 have chosen as I have never done it with NHibernate before. Continue reading ‘Create a multi languaged domain model with NHibernate and C#’ »