[Links] Programmer career

In “In case you missed it”, I share links to interesting things I recently found on the Internet. …

READ MORE

[WPF/MVVM] How to deal with fast changing properties

In this article, I will describe a problem which happens in a WPF/MVVM application when the Model is updated at a very high frequency. …

READ MORE

[Python] Get links to every article of a blog

If you’re like me, you read a lot of blogs. You probably have a bunch of favorite blog that you read careful every single article. …

READ MORE

Office pranks in my company

I’ve been working in the same company for 8 years. We have a long tradition of practical jokes and office pranks. Here are a few examples. …

READ MORE

[Links] Superstar programmers

1. Jon Skeet Facts …

READ MORE

[WPF] Attached Properties as an alternative to code behind

It’s crazy the things you can do by writing a few lines of code behind. WPF controls expose so many events that you can really change the behavior of a control without deriving it. …

READ MORE

[C#] I wish I knew : catch unhandled exceptions

I’ve been a professional C# developer for years now, but I’m still discovering trivial stuffs. In “I wish I knew”, I describe a feature that I missed. …

READ MORE

[C#] Close Encounters of the Third Type

It’s funny how people keep believing that C# is only about value types and reference types. That’s why so many people were disturbed by the riddle in my previous post: …

READ MORE