1448376744

Results 13 comments of 1448376744

What do you think of "Dapper. Linq"? Will dapper better support anonymous types?

Good advice. I'll decide to use "dapper. linq"

暂时不行,可以自己去改,主要是我没有oracle,太大了,不想装

类型肯定要定义的呀!我有写t4的,自动生成就好了,还有可以通过映射来返回匿名类型,比较c#是基于定义,强类型的语言

Can we configure a new pipeline mechanism based on "Invocationhandler" to handle all method calls

> @1448376744 - 我不太确定你在这里要求什么。您能详细描述一下您的用例吗? example: 1. I have an 'httpmessagehandler' for unified login and error handling ``` C# public class HttpClientAuthorizationDelegatingHandler : DelegatingHandler { private readonly IHttpContextAccessor _httpContextAccessor; public HttpClientAuthorizationDelegatingHandler(IHttpContextAccessor...

Will the dapr SDK support the pipeline mechanism before and after the implementation of "invokemethod"?

``` C# //file:SqlMapper.cs //line:2340 var multiExec = GetMultiExec(value); if (multiExec != null) { StringBuilder sb = null; bool first = true; foreach (object subval in multiExec) { if (first) {...