Skip to content

This is a WPF C# simple invoice application that uses EntityFramework 6

Notifications You must be signed in to change notification settings

lxibarra/wpf-very-simple-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Installation#

  1. Download or Clone this repository
  2. Create an empty database with the name you desire.
  3. Open visual studio and then the nuget console tool and run install packages.config. Make sure you install packages for both projects WPF-Invoice and EFDataAccess.
  4. Configure the app.config connection string to your needs. Add your database name, server and credentials.
  5. On the nuget console run the command update-database. This will run the migrations and seeders (Only 3 records on SalesPersons table and 3 on Products Table)
  6. Compile and run the application.

About

This is a WPF C# simple invoice application that uses EntityFramework 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages