Skip to content

karenpayneoregon/NorthWind-2020

Repository files navigation

Microsoft NorthWind database 2020 Part 1

Microsoft created Northwind database many years ago which has assisted countless developers to work with Microsoft SQL-Server. There are several elements of the database model and table structures which needed improvement which the current version presented in this repository has updated.

For demonstrating working with the new model a C# Windows form project uses Microsoft Entity Framework Core 3.x to present data.

ef

Important

Current code samples are not production ready, these codes samples are to validate the database model translates properly to code hence the work "test" in form names. There are several aspects like save data when filtering not coded as much of these code samples are conceptual/starters for developers to work through.

Simplified model

A simplified model can be found here (better than the original) for those developers who want a minor upgrade such as tables with no spaces in their name and proper primary keys.

Microsoft TechNet article

Unknown

See also

Current model

current model