String extensions – Case-insensitive Replace and Contains The C# string library is pretty comprehensive, but there are a few methods that were left out. Luckily, in C# 3.0 extensions were introduced, which allows developers to seemingly add methods to existing classes. Remember that extensions only work inside the same namespace, so you’ll have to rename...
Non-queried multi-value parameters in SQL Server Reporting Services As a follow-up to my previous post on Easy multi-value parameters in SQL Server Reporting Services, I wanted to point out some information on non-queried, or static multi-value parameters. For my example, I’m using a parameter named “Time” with choices “Morning”,...