Northwind Customers scenario

The Northwind customers is the scenario which is implemented in my book, Mastering Ninject for Dependency Injection, as a sample project to demonstrate how to use Ninject in action.
The objective is to perform the Create and Read operations out of CRUD (Create, Read, Update, and Delete) across the Customers table of the Northwind database, which is the sample database for all editions of Microsoft SQL Server, and should already exist on your machine if you have any version of SQL Server installed. Although we will implement a SQL data access as our data access layer, the entire application is independent from a concrete data access, and uses an abstraction as its repository; our Model conforms to the Customers table with selective fields, though.
Download the source code

Advertisement

Leave your comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s