What C#/SQL Server feature did someone show you that made you say Wow!
- by Randy Minder
It's late Friday afternoon, and my mind is checking out for the week. So I thought I'd ask a light-hearted, interesting, question. Yesterday a co-worker showed me how he managed to save quite a bit of code and improve code reuse through the use of an anonymous delegate and the use of the Action function. My first thought was, "Wow, I had no idea you could do that!".
I'm curious what sort of things someone showed you, either in c# or SQL Server, that made you stop and think, "Wow!".
Randy