To get the number of the properties contained by an objects collection (even Anonymous) like the following: We can use the Type.GetProperties method on this way: This code works even on Net Core.

To get the number of the properties contained by an objects collection (even Anonymous) like the following: We can use the Type.GetProperties method on this way: This code works even on Net Core.
If we have an Angular client app that needs to download a file (for example a PDF file) from an Asp Net Core 2 api Controller , we can follow what is described in this post. The first implementation is on the server side (an Asp Net Core 2 Controller). So, for example into our controller UserController, […]