Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 137 and Version 144 of Ticket #1233


Ignore:
Timestamp:
09/08/11 10:41:01 (13 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v137 v144  
    8989 * ~~remove `CreateHiveDatabaseApplication`. the db schema should not be developed `dbml first`, since dbml does not support most sql-server features. instead the sql-server schema should be designed first and the dbml should be generated.~~
    9090 * ~~`UptimeCalendar` should be named `DowntimeCalendar`~~
    91  * `DataAccess` layer and `Dao` classes should be removed, access to linq to sql should happen directly in server-implementation.
     91 * ~~`DataAccess` layer and `Dao` classes should be removed, access to linq to sql should happen directly in server-implementation.~~
    9292'''Server'''
    9393 * ~~`Lifecycle` should be named differently. maybe `EventHandler`, `EventManager`.~~