Recently my co-worker showed me a block of code that was not working correctly:
public class SomeClass { private IList _categories; publ
The null-coalescing operator is not broken. I use it in a similar manner all the time quite successfully. Something else is going on.