pckujawa

Stories kicked by pckujawa

No bandwidth MSDN: Reflector(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 1 month ago

How you can use Reflector to browse the insides of the .NET framework classes and why choosing Reflector over MSDN will make you a better developer. read more...

add a comment |category: |Views: 542

tags: another

Re-Thinking C# Events(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 3 months ago

When I was learning C#, I was taught a pattern to use when declaring events. That pattern is rather cumbersome. Through the magic of generics and extension methods, this pattern can be generalized to a single line of code. This article explores the new pattern. read more...

1 comment |category: |Views: 16

tags: another