Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/13 13:47:27 (11 years ago)
Author:
pfleck
Message:

#2030
Added SelfHost-Project
Renamed HiveDtoDao back to HiveDao and renamed the optimized HiveDao into OptimizedDao instead.
Optimized AddTask by using compiled queries.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HivePerformance/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs

    r9394 r9434  
    2727
    2828namespace HeuristicLab.Services.Hive.DataAccess {
    29   public class HiveDtoDao : IHiveDtoDao {
     29  public class HiveDao : IHiveDao {
    3030    public static HiveDataContext CreateContext(bool longRunning = false) {
    3131      var context = new HiveDataContext(Settings.Default.HeuristicLab_Hive_LinqConnectionString);
     
    3333      return context;
    3434    }
    35 
    36     public HiveDtoDao() { }
    3735
    3836    #region Task Methods
Note: See TracChangeset for help on using the changeset viewer.