I've been working on Anroid projects A LOT this last month. I've come to love the android application framework and I've found it rather easy to work with. However, I've found that the docs do need a …
Blog
Auto-Creating Your DB with Active Record
During some recent development the team I was experiencing some friction with databases and developing. We were using Castle Active Record and we soon realized that as new people joined the team, left …
Continue Reading about Auto-Creating Your DB with Active Record →
ASP.NET MVC – Windsor Container Controller Factory
Here is a simple class that allows you to use a container to register and resolve your instances of controllers. You’d want to do this if you inject dependencies into your controller via constructor …
Continue Reading about ASP.NET MVC – Windsor Container Controller Factory →
Unit Testing you Container Dependencies
When developing with an inversion of control container (I use Windsor) its sometimes difficult to detect if your instances in your container are creatable or not. A lot of times this is determined …
Continue Reading about Unit Testing you Container Dependencies →
A True Life Git Story …
Recently I took a trip to South Carolina (which was a ton of fun). We ended up in a place which isn't known for its high speed internet … and a WIFI signal could not be identified for nearly nearly 15 …
Running Your Android App on a Device
I’m impressed with the Android Dev Guide. It’s fairly comprehensive guide, however, I can say from personal experience that the Dev Guide is not complete in all areas. One key example is the section …
Continue Reading about Running Your Android App on a Device →