What C#/SQL Server feature did someone show you that made you say Wow!
Posted
by Randy Minder
on Stack Overflow
See other posts from Stack Overflow
or by Randy Minder
Published on 2010-05-14T20:53:46Z
Indexed on
2010/05/14
20:54 UTC
Read the original article
Hit count: 342
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
© Stack Overflow or respective owner