ASP.NET Design Patterns - ASP.NET MVC 2 Case Study Starter Kit

ASP.NET MVC 2 Case Study Starter Kit as featured in the Wrox ASP.net Design Patterns book

CodePlex Information and Discussion

CodePlex.zip (88,6 MB)
This area is used for providing information and discussions about the CodePlex website.

Enterprise Library Extensions

entlibex.zip (12,2 MB)
Extensions for the Microsoft Enterprise Library application blocks which makes programming applications even easier.

Common Instance Factory

Provides an abstraction over dependency injection and IoC containers using the abstract factory design pattern. It was created as an alternative to the Common Service Locator, but it does not use the service location anti-pattern and it provides support for releasing instances. Adapters are available for various dependency injection containers, such as Ninject and SimpleInjector, with more to come shortly. There are also WCF extensions available for decoupling services from DI containers.

MEF for WCF

mef4wcf.zip (448 kB)
The sample to demonstrate how to use MEF for WCF.

Professional Enterprise .NET

ProEnt.zip (4,4 MB)
Source code to accompany the Wrox book Professional Enterprise .NET.

Highly Maintainable Web Services

The Highly Maintainable Web Services project is a reference architecture application for .NET that demonstrates how to build highly maintainable web services.

Inversion Of Control sample to build a security system using:WCF, Unity, ASP.NET

Inversion Of Control sample to build a security system using: WCF, Unity, ASP.NET.