Northwind Starter Kit
The Northwind Starter Kit is a sample application produced by Managed Designs (http://www.manageddesigns.it) and intended to be used as a blueprint when designing and implementing a .NET layered application architecture. The application uses the standard Northwind database, as included in Microsoft SQL Server and Microsoft Access: no modifications to the database schema are required in order to install and run the starter kit.

Project leader and main architect is Andrea Saltarello
Current active developers are: Andrea Saltarello
Past active developers were: Corrado Cavalli, Giancarlo Sudano, Luca Minudel, Marco Barzaghi

The application has been designed using common patterns, such as the ones defined within the "classic" "Designs Patterns" by Erich Gamma et al. and "Pattern of Enterprise Application Architecture", by Martin Fowler; though not required, these lectures are strongly recommended.

Domain logic is implemented by means of a Domain Model, onto a layer of services adds application logic. The model is persisted by a DAL designed around the principles of "Separated Interface" and "Plugin" patterns, in order to have concrete DAL implementations for: ADO.NET SqlClient, ADO.NET OleDb client and NHibernate
The presentation layer has been implemented twice: the first implementation take advantage of a Model View Presenter implementation where the presenter logic is shared between views based built upon: ASP.NET Web Forms, Windows Forms and Windows Presentation Foundation.
There is also a web-only MVC version, implementd using both Castle's Monorail and ASP.NET MVC framework Refresh4
Last edited Apr 23 2009 at 4:13 PM by andysal, version 13

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Archived page comments (14)

Updating...
© 2006-2010 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.1.12.16187