|
Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Distributed systems: adding a WCF service layer
Andrew Siemer, Nov 18, 2009
In this article we are going to look at how distributable our current code base is. We will find that even with all the refactoring and modifications that we have done we are still pretty married to a fairly hardwired infrastructure. If one piece of our code requires more resources than any other we can’t simply scale out that bit.
Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Inversion of Control with StructureMap
Andrew Siemer, Nov 16, 2009
In this article we will discuss how we can enhance the power of the Dependency Injection pattern by implementing an Inversion of Control container. We will discuss what an IoC container can be used for and how it works. Then we will look at implementing an Inversion of Control container in our code. We will specifically implement the IoC container StructureMap.
Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Dependency Injection
Andrew Siemer, Nov 13, 2009
In this article we will address the lack of testability that our current application has. We will do this by making our application conform to the dependency injection pattern. This will allow us to push up all of our dependencies which makes our code considerably more testable than it currently is.
Code Contracts Preview: Assert & Assume
Dino Esposito, Nov 11, 2009
In this article, I’ll go through the features of side contract-based tools in .NET Framework Code Contracts. In particular, I’ll focus on Assert and Assume methods.
Customizing ASP.NET MVC 2 - Metadata and Validation
Ben Scheirman, Nov 09, 2009
In this article, you will learn about two major extensibility points of ASP.NET MVC 2, the ModelMetadataProvider and the ModelValidatorProvider. These two APIs control how templates are rendered, as well as server-side & client side validation of your model objects.
More articles
|