Brian Mains

Catch me on linked in at: http://linkedin.com/in/brianmains, or follow me on twitter at: @brianmains.

Browse by Tags

All Tags » Nucleo (RSS)
IServices service loader approach to loading services
This is a continuation of a blog series on creating services. You can find the previous articles here: Accessing Service Oriented API's using an IService interface So the ApplicationContext object uses a service loader as one way to load the IService...
Posted: Wed, Nov 4 2009 20:38 by bmains | with no comments
Filed under: ,
Nucleo Link Control Overview
My latest release at http://www.codeplex/nucleo also features a new Link control (in the Nucleo.Web.Controls namespace). This control tries to integrate two kinds of links; clickable links which fire an event, and redirection links that navigate to another...
Posted: Sat, Oct 31 2009 13:53 by bmains | with no comments
Filed under: ,
Accessing Service Oriented API's using an IService Interface
If you've used MVC, you know the System.Web.Abstractions API offers you a lot of capabilities to make it easy to write unit tests in your MVC controllers. It's really easy to setup a Moq or TypeMock unit test to create a fake implementation of...
Posted: Fri, Oct 30 2009 22:09 by bmains | with 1 comment(s)
Filed under: ,
Using the Nucleo Button
I've been working on a project available at for http://www.codeplex.com/nucleo . It's a project I've had in the works for a while, and it's finally coming to fruition. So I am starting to create blog posts explaining features about these...
Posted: Tue, Oct 27 2009 21:26 by bmains | with no comments
Filed under: ,