Category: .NET
Pages: << 1 ... 44 45 46 47 48 49 50 51 52 53 54 >>
15/02/05
ColorPicker.NET
I just came across this very useful tool: ColorPicker.NET. It's a colour picker, nothing else. But I guess I'm hardly the only one who's thought about writing something similar himself... it certainly does the job nicely. more »
13/02/05
A generic PriorityQueue implementation based on Wintellect PowerCollections
I've recently started using Wintellect PowerCollections for my .NET 2.0 work. In case you don't know it yet, that's a very nice generic implementation of collection classes, similar in purpose to what the C++ standard template library has to offer. Pet… more »
11/02/05
Comparisons with Generics
A very interesting article here:
Comparisons with Generics more »
10/02/05
Persisting of unknown (or new) types with XPO
In XPO, an ORM product by Developer Express, it's possible to use a custom "value converter" to persist information when the standard mapping techniques are not sufficient. This provides a flexible approach that can be used in many different scenarios. more »
07/02/05
Taking part in a System.Transactions transaction
It is possible to use the mechanisms in the new System.Transactions namespace to enlist self-written objects in distributed transactions. Here's a report on the necessary steps. more »


