Reflection

A 2-post collection

Multilanguage using Resource files (resx) in C# .NET

I'm currently working on a little helper framework and started placing all my strings in a resource file to keep my code as tidy as possible. At this point I...

»

Guard your code using LINQ and Reflection

Time to add another class to our Helpers. Defensive programming is very important. Checking that every parameter is correct before working with them is simply a must. The code for...

»