Skip to content

dundurlunka/EventManager

Repository files navigation

EventManager

Console application for Internship

Assignment

Create an application for managing events.

The following information is stored for each event: name, location, start date and time, end date and time (all are required).

The application should allow you to read all events, create a new event, update an existing event and delete it.

Setup guide

Download the files from the repository in GitHub to your local machine. Create a solution with a name of yours and add the 4 projects:

  • EventManager.Client
  • EventManager.Data
  • EventManager.Models
  • EventManager.Service

Make sure you setup EventManager.Client as a StartUp project before starting the application. The connection string for the database is called EventManagerContext and is located in App.Config in EventManager.Client under the <connectionStrings> tag. By default, the database is initialized under (LocalDb)\MSSQLLocalDB server. The database is called with that name intentionally, in order not to have duplicates. Build the StartUp project and run it. This will launch the console application. For more information about the commands of the program type Help in the console.

About

Console application for Internship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages