Browse by Tags
All Tags »
Nucleo (
RSS)
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...
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...
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...
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...