Friday, September 17, 2010

Free Ninja Database Lite Released

After much hard work and expense, the database that we have been working on is finally complete. Ninja Database Lite is an object database for Windows Phone 7, Silverlight, and .NET. I have decided to release the lite version for free until October 31st, 2010.

http://www.kellermansoftware.com/t-ninja-forums.aspx

Any feedback would be appreciated.

Thanks,
Greg

Friday, September 10, 2010

NUnit Test Runner for Windows Phone 7

After finding a bug in Windows Phone 7 Isolated storage I decided to create an NUnit Test Runner for Windows Phone 7.

Isolated Storage Bug

I am creating a two different databases for Windows Phone 7. I have almost 400 unit tests but no way to run them in the emulator.

Here are some initial screen shots.

This is the list screen. You can click on an item to get the stack trace.



This is the detail screen with the stack trace.



Any feedback would be appreciated.