Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Friday, April 22, 2011
Tetris challenge - reloaded
›
Few days ago I’ve blogged about a Tetris Challenge , where I’ve been asked how long does it take to implement a Tetris game. The technology ...
1 comment:
Thursday, April 21, 2011
Reading local properties from XML file in a MsBuild script
›
Sometimes it’s convenient to store values of some build properties in an external XML file so that instead of modifying the script itself, y...
1 comment:
Friday, April 15, 2011
How much time does it take to implement a simple Tetris game?
›
There’s been a short discussion on one of console forums on how long does it take to implement a simple Tetris game. Personally I’ve never ...
1 comment:
Friday, February 18, 2011
MSB3147: Could not find required file 'setup.bin' on a x64 machine.
›
Another day spent on the issue above. This one shows up during the automated build on a x64 machine. The MsBuild script works as a charm on ...
2 comments:
Wednesday, February 16, 2011
No code generated when you create/update a service reference in a Silverlight application
›
This took us few hours to resolve – after few changes in the project, the “Update service reference” operation invoked from within the Visua...
1 comment:
Monday, December 13, 2010
A Generic DTO Model and Other Silverlight-Related Architecture Considerations
›
One of the challenges in writing complex, layered applications (e.g. Silverlight applications) is the need to structure layers properly in a...
8 comments:
‹
›
Home
View web version