Save time stopping the build process (in case of errors)

I don’t remind where I originally got this Tip, but it’s proven to be very useful to save lots of time when you have very big solution and your projects are failing to build. I am reporting it here as a note to myself because I really missed it when


Silverlight: The Power of <Canvas>

The Canvas is usually an underestimated layout control in Silverlight, instead it's really useful and flexible; one the most usefull things I have discovered while playing with Silverlight is to build pages using a Canvas as the most external c...