net-core

net-core(DynamicExpresso.Core)

(Install - Package DynamicExpresso.Core) var whereExpression = $"m.{queryField}==\"{queryValue}\""; string whereExpression = "customer.Age > 18 && cus ......
DynamicExpresso net-core core Core net

net-core Action返回IAsyncEnumerable的案例

[HttpGet("asyncsale")] public async IAsyncEnumerable<Product> GetOnSaleProductsAsync() { var products = _repository.GetProductsAsync(); await foreach ......
IAsyncEnumerable net-core 案例 Action core

net-core(EF Core)-使用表达式树还是委托

using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; public class MemberConfig : IEntityTypeConfiguration<Membe ......
表达式 net-core 还是 core Core

net-core认证和授权

public virtual bool IsAuthenticated { get { return !string.IsNullOrEmpty(_authenticationType); } } 登录代码: IList<Claim> calims = new List<Claim>(); cali ......
net-core core net
共4篇  :1/1页 首页上一页1下一页尾页