What is the difference between CurrentCulture and CurrentUICulture and when do I use which one in dot.net?
Should I use CurrentCulture or CurrentUICulture for localization (translation)?
Which culture should I use to parse dates or numbers in c#?
How can I change a property getter for all my properties by using AOP?
How to use PostSharp, an Aspect Oriented Programming framework, to intercept property getter calls.
Do you have a standard XML serialization sample for dot.net?
How to serialize object to XML in dot.net?
What is the easiest way to transform objects to XML in dot.net?