Skip to content

Sample project with the Northwind database using ASP.NET Core and Sqlite.

Notifications You must be signed in to change notification settings

matthewblott/northwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Northwind

Sample application using the well known Northwind database.

Features are added as examples to use in real world projects, more will be added over time but so far they include:

  1. CQRS pattern
  2. Simple to follow (very simple!) login authorisation that is covered in another pinned project (with accompanying blogpost).
  3. Custom tag helpers for providing HTML5 validation (i.e. JavaScript free!).
  4. Barely any JavaScript at all.
  5. Picnic css library for simplicity (hopefully divitus free HTML markup).
  6. No setup steps (see next).
  7. Sqlite database - no configuration or setting up of tables, just download the project and run it (and expect it to work!).

About

Sample project with the Northwind database using ASP.NET Core and Sqlite.

Resources

Stars

Watchers

Forks

Packages

No packages published