gminovska / Create-Service

ADO Data Entities - Assignment 3 in .NET Programming class (Spring 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create-Service

ADO Data Entities - Assignment 3 in .NET Programming class (Spring 2016)

In this assignment we will create a new service that returns various data from the database. In particular it should get:

  • list of all venues (just the names of the venues)
  • list of all artists (just the names)
  • list of all shows (just the names)
  • list of all shows for a particular venue (for this list the show name, show date, show start time)
  • list of all shows for a particular artist (Show name, show date, show time and venue Name)
Additionally Create tests for each of the methods and test whether they succeed or fail.

About

ADO Data Entities - Assignment 3 in .NET Programming class (Spring 2016)


Languages

Language:C# 100.0%