Adrian Alonso

Browse by Tags

All Tags » C# (RSS)
Adding a custom VS Task List Token
You probably used the TODO task list token to add a comment about what it should be done. But what about if you want to use a custom token to add a different kind of comment; for example a Review(x) comment. VS allows you to add custom task list token...
.Net Generic Finder (VS Automation Model Usage)
This post was originally published at http://adrianalonso.blogspot.com I know there are Find/FindAll methods in the System.Collection.* namespace but what I was looking for is something quite different. Here is more or less the scenario: Suppose you have...
Posted: Apr 04 2007, 08:04 PM by adalon | with no comments
Filed under: ,
And/Or/Is Predicates
This post was originally published at http://adrianalonso.blogspot.com The .Net fx doesn't have any support to compose Predicates so I decided to create a Predicates helper for a small project I was working on the last weeks. Here you have my composite...
Posted: Apr 04 2007, 07:20 PM by adalon | with no comments
Filed under: ,
More Posts