A New Approach
Plan B was created out of the realization that the cost of custom software development has increased over the years and become prohibitively expensive for small to medium size businesses.
With over forty years collective experience in the software industry, we have come to understand that for certain types of projects, using the right choice of technologies we can deliver more affordable solutions to our customers.
The Big Little Company
Plan B enjoys the benefits of both a small and large company. We have a consortium of experienced software professionals enabling us to scale to your varying needs.
We recognise that nobody knows your needs better than you. So that is why when you engage our services we expect you to work with us as a member of our team with a common goal.
Our Expertise
We specialise in .NET and other Microsoft technologies. Our expertise ranges from single user applications to enterprise level distributed applications covering a wide spectrum of indusry sectors including government, finance, retail, telecommunications, consultancy, and betting.
Blog Feed
StuartC
Scott Gu announced yesterday that the new MVC 3 Preview has been released which includes the new Razor View engine… Download it from here..
StuartC
Ben Hall over at CodeBetter just posted a nice article on using the Castle Dictionary Adapter to isolate your code from the ConfigurationManager class to make your unit tests easier to write. I thought I might take the opportunity to talk about a technique that we use to isolate our code from ConfigurationManager and [...]
StuartC
Ok this is a bit of a follow up from my earlier blog about the newly announced MVC view engine Razor from Scot Guthries blog a couple of weeks ago. Below is a quote that Scott has made in the comments to the original post. “The Razor parser and view engine can be instantiated and [...]
StuartC
So you want to add a scrollable view to your iPhone/iPad application and you want to use the power of Interface Builder to make it easier. This is how you do it. In this example we are going add a vertically scrolling window to an iPhone screen in portrait mode. Start by adding your [...]