Skip to content

hristy93/AspDotNetMvcMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET MVC Web app for movies

Description

This a simple ASP.NET MVC Web application that displays a list of movies. Every movie has some properties:

Name Type
ID int
Title string
ReleaseDate DateTime
Genre string
Price decimal
Rating string

Functionalities

The main operations on a movie are:

  • editing a movie's properties (by changing some of it's properties)
  • deleting a movie
  • creating a new movie (by filling in it's properties)
  • displaying a movie's properties

About

A simple ASP.NET MVC web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages