摘要: Installation¶ There are a couple of packages for Hangfire available on NuGet. To install Hangfire into your ASP.NET application withSQL Server storage 阅读全文
posted @ 2017-10-05 18:17 shiningrise 阅读(654) 评论(0) 推荐(0) 编辑
摘要: protected override void OnModelCreating(DbModelBuilder modelBuilder) { modelBuilder.Entity().HasKey(t => t.ProductID); modelBuilder.Entity().Property(t => t.ProductID) .HasColumnName(... 阅读全文
posted @ 2017-10-05 10:36 shiningrise 阅读(1017) 评论(0) 推荐(0) 编辑