By default, ConfigurationElementCollections don’t implement IEnumerable<T>, so if you are using custom configuration sections you can’t query them with linq. I found a casting solution,…
Category: Linq
This took me longer than it should have to figure it out, so I am documenting it for later reuse. The case here is described…
I’m working on a website with lots of user controls interacting with one another using ASP.NET Ajax using events. So I end up needing to…