DCSIMG
Orcas - עומר.נט

Browse by Tags

All Tags » Orcas (RSS)

Extension Methods and Trust

Posted Apr 14 2007, 02:52 PM by עומר ון קלוטן  

As much as I love the idea behind extension methods , I can't help but start to think about how it could be used for malicious purposes. Take this scenario: You're a disgruntled employee of Evil Inc., the makers of the well known library VeryUsefulAssemblies.NET. I'm a developer at Good & co., using...

Generic Windows Forms Controls

Posted Mar 08 2007, 05:13 PM by עומר ון קלוטן  

Today I discovered that the Windows Forms Designer in Visual Studio 2005 doesn't know how to handle generics. For instance, the following example: private class MyControl<T> : System.Windows.Forms.Control { } could not be dropped in a Windows Forms designer (more on that in a little bit). If you...

Linq Extensions Beta 1 Now On CodePlex

Posted Oct 14 2006, 03:03 PM by עומר ון קלוטן  

My new Linq Extensions project for the Linq May CTP is now up on CodePlex and I've released beta 1 (numbered 0.1). It took me a while to understand how to work with it and the connection to the Team Foundation Server wasn't as fast as I had hoped, but now it's ready for use. Currently implemented are...