Wednesday, January 27, 2016

What to do with first Service Assignment

1. New Empty Site:

2. ADo Entities: connects to database

Artist
Venue
Show
ShowDetail
save

3. wcf service: name it --IService.cs, Service.cs. Service.srv

4. Set up Interface

List GetArtists();
ListGetShows();
ListGetVenues();
List GetShowByVenue(string venuename);
ListGetShowByArtist(string artistname);

.

5. Build the service

No comments:

Post a Comment