-
This post discusses the consequences of calling asynchronous calls in Silverlight (or any other scenario that lets you pass in event handlers for completion notification). Everything is asynchronous in Silverlight. With each call you make, you pass down event handlers that are called when the operation...
-
I've never been excited about a research project as my feeling today toward Pex , Pex is a MSR project that will enable test-driven development for wider adoptability, it runs static analysis on your code and generate unit test to cover your codebase - the more yuou run Pex the more covarage you...
-
In my spare time I'm writing a Midi Console application. This application can manage all the settings of all the midi devices in a studio (Samplers, Sound modules, Drum machines etc.). The onboard user interface of most midi devices are poor (at best) and having an application that allows you to manage...
-
Why are OR-mappers cool? I dont know? My experience with them has been limited and the time I did use them the support for common constructs was very poor (at best): I don't think its a good idea for a OR-mapper to caugh up a SQL select query for each instance that needs to go in a collection. The framework...