Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1012 Bytes

SolarSystem-Earth

Contains all sources for the database access and the webservice.

Webservices are available on:

#Important This project MUST be private because it contains some critical informations such as database identification informations.

#HowTo Clone this repository and open the solution file named "Earth.sln".

#License This project has a LGPL license.

#Required

  • .NET 4.0
  • Visual Studio 2010 or higher
  • Entity Framework 4.0

#Layers:

  • Common: Contains all common elements such as DTOs and Interfaces.
  • DataAccess: Contains the Entity Model, DAOs and classes to access to the database.
  • ClassMappers: Transforms DAOs to DTOs and vice-versa.
  • Business: Contains all the business logic. Link the webservice to the data access.
  • WCF: The WCF web-service project.