1) Yes you can write an anonymous function with C# 10. Here is an example - app.MapGet("/", () => "Hello World."); 2) You can write both Sync ...
確定! 回上一頁