Yes, I have been a programmer since the last 5 years mostly working on Microsoft technologies. During all these years I have got chances to develop several applications both independently as well as in team. And every time,I have realized the need to get your code secured from preying eyes.Why? -the very first reason should be, whenever you are writing a program for some client, he insists on its security, his experience, investment must needs to be protected. So, what is the solution? Definitely Obfuscation. People say that obfuscation does not provide 100% code protection, it still can be reverse engineered. True, but my answer here is that won't you lock your home while you are away! Thieves still can enter, but it discourages common preying eyes. And as far as I believe most of our programs are used by common people and hackers least care to break these applications. This way still you can relax!
Ok, now coming to the technicalities, I have implemented obfuscation for more than five applications, small to mid-sized, with multiple assemblies. So, definitely I have tried various obfuscation tools available in the market both free ones and paid. The list mentioned by '-Astander' above are few. You can google it to find numerous more. So, what is the best? I will say the choice will vary. I settled down on Skater Obfuscator. I have used it successfully in many of my applications. Just recently I implemented it on a WPF application. Before choosing Skater obfuscator, I tried other tools too. But what I found is obfuscators are still novice handling XAML applications and most of the time the resultant application crashes. To avoid this, you can customize your obfuscation level by going to the options and setting your priorities. In my case, the application was crashing when I was trying to encrypt the Private Members. So I went on customizing it till I achieved a good level of obfuscation with a working application. This experimentation continued will almost all evaluation versions of obfuscators, but I finally using Skater Obfuscator, I could successfully implement name encryption for Public members/classes/methods with string encryption and control flow. Its easy customization features give you a good control over implementing obfuscation.
But you definitely need to make your own experiments to get your favorite obfuscation tool!