Posts by Anderson Matos • 121 points
2 posts
-
0
votes1
answer54
viewsA: Reason for different versions of DNX depending on the OS
Leonardo, this question is long overdue but remains open and very interesting to the community. Imagine . NET as a set of interfaces. It’s a simplistic but functional example. You would then be…
-
2
votes2
answers782
viewsA: How to create a Restful API with asynchronous processing and response using C# + Angular(v5+)
Leandro, your API signature is asynchronous. This means that in this part (method signature) it is correct. But let’s go over a few things here that might be interfering with what you want. 1 - The…