Why ASP.NET MVC default Model Binder is slow? It's taking a long time to do its work

后端 未结 3 651
心在旅途
心在旅途 2020-12-08 08:13

In a current project the client asked for the possibility of answering a questionnaire in two ways: using a Wizard (one question at a time) and Listing

3条回答
  •  北海茫月
    2020-12-08 09:20

    You can use ServiceStack JsonSerializer which is pretty fast in benchmark results here is documentation http://mono.servicestack.net/docs/text-serializers/json-serializer and here is the benchmarks http://mono.servicestack.net/benchmarks/

提交回复
热议问题