Browse by Tags
All Tags »
PKM (
RSS)
Finally got the new version of Product Key Manager done. Its getting late so I don’t have a lot of details right now, but if you are interested its up on CodePlex now.
I finally discovered the cause of deployment deadlocks with PKM 3, it turns out it was an issue with the same database file being used for development/debug as the ClickOnce deployed release version. I’m not completely sure why the deadlocks were...
I stumbled upon an interesting project today called Bindable LINQ which I have given the nickname BLINQ in the vain of DLINQ, XLINQ, PLINQ etc. What this does is make LINQ queries work with WPF binding, which really should be a part of LINQ to begin with...
I haven’t forgotten about Product Key Manager , but I have been busy enough that I haven’t been able to sit down and verify its ready for release. There are a few potential issues that I need to sort out that might end up being more complex to fix than...
I was getting to the point where I was fairly sure I was ready to release an early beta but stumbled upon a deadlock so I’ll need to resolve this before I can get a release up.
I’ve been spending some of my free time on my Product Key Manager project and finally posted some screenshots on CodePlex. The next version will have quite a few changes affecting the UI, XML handling, and data access. I’m cleaning up the UI and attempting...