Skip to content

Demo. Buy tickets and add/remove customers to database. C# console program using Sqlite database connections.

Notifications You must be signed in to change notification settings

gittjar/GetMovieTickets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetMovieTickets console program

C# based demo project. Movie theater ticket system and register customer database. Program uses SQLite for database connection.

Language: FIN

Use commands before run in project folder (.NET Core CLI):

dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet ef migrations remove
dotnet ef migrations add FirstMigration
dotnet ef database update
dotnet run

About

Demo. Buy tickets and add/remove customers to database. C# console program using Sqlite database connections.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages