Mono.Net support for asynchronous wait?

I wanted to know if support for the stand-alone WebApi project using the async keyword functions would be expected in Mono on Linux ..

I found this: on the Mono website on the compatibility page: enter image description here

and then there is some text talking about a limited stack of asynchronous ASP.NET 4.5.

So ... I'm confused ... what asynchronous / pending aspect is supported or not supported by Mono 4.5?

+3
source share
1 answer

ASP.NET 2 , ASP.NET WebForms "System.Web". - Microsoft.

Microsoft (System.Web) .NET 4/4.5, Mono . , , .

, Mono "System.Web", Microsoft OWIN , ASP.NET 5/DNX.

+2

Source: https://habr.com/ru/post/1623050/


All Articles