sofu6

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年1月24日

摘要: https://stackoverflow.com/questions/38475290/linq-to-entities-datetime-compare/38475344return context.Events .Any(x => x.UserId == id && x.Date > date 阅读全文
posted @ 2020-01-24 11:10 sofu6 阅读(147) 评论(0) 推荐(0) 编辑

摘要: When you want to make some delay in running code you can use Task.Delay(TimeSpan interval) method . This method is similar to Thread.Sleep, but it is 阅读全文
posted @ 2020-01-24 08:46 sofu6 阅读(358) 评论(0) 推荐(0) 编辑