Tagged Questions
4
votes
1answer
565 views
DI: Handling Life of IDisposable Objects
So I'm working on my DI/IoC Container OpenNETCF.IoC and I've got a (reasonable) feature request to add some form of lifecycle management for IDisposable items in the container collections.
My current ...
2
votes
1answer
103 views
Compact Framework 3.5 User Control Localization
I am using Compact Framework ImageButton usercontrol from Chris Tacke's blog but I am having some issues in localising the CenterText property.
It appears the the <Localizable(True)> attribute ...
1
vote
2answers
279 views
OpenNETCF.Stopwatch -> only ticks changing, not Elapsed
I've been trying to track down a bug I thought was thread-related, but I think instead there is an issue with the way I am using OpenNETCF's Stopwatch. I am using OpenNETCF.IoC in my application, but ...