Skip to content

ASP.Net WebApp project about films on RazorPage. DbContext with SqlServer. Repository with sakila database - github.com/jOOQ/sakila

License

Notifications You must be signed in to change notification settings

ArchRafail/Films

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Films

ASP.Net WebApp project about films on RazorPage. DbContext with SqlServer. Repository with sakila database - github.com/jOOQ/sakila

Pages

Website about films with one Page on MenuTab: Films (Index).
Each film that shows on Index page wrapped in card.
Page has filters by category, actor, release year, rental rate, length, rating and replacement cost.
Filtering can be reseted by pressing Clear button.

Services

FilmsService provides us only one method - GetAll.
Services works with repository that have DbContext with Entity Framework connection to SQL Server.
Local DbContext has few DbSet: Films, Actors, Categories, Languages, FilmsActors and FilmsCategories.
SQL Server database tables filled from sakila database - github.com/jOOQ/sakila.
At the start of the site's work one migrations has to be cteated: InitialCreate.
So Entity Framework with DbContext now know how to work with SQL Server "sakila" database.
GetAll request in service returns list of films with included lists of categories and actors.

About

ASP.Net WebApp project about films on RazorPage. DbContext with SqlServer. Repository with sakila database - github.com/jOOQ/sakila

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published