Paul Ward
Paul Ward
Hey guys, I got everything running under .Net 4.x and then it turned out for M$ reasons the only way everything was going to work the way I wanted was...
I noticed that I can't get CreateRef or DeleteRef to work on any of my endpoints any more (this has come about since migrating to .Net Core I think) so...
So I have a custom Action on one of my Odata controllers where I post a set of data of type T and I get back a set of results...
I'm looking for some guidance on the Azure Functions technology stack as I have a feeling that what i'm doing is ok, it's a sub optimal way to use the...
This is a plea to whoever is responsible for the mess that is logging in Azure Functions applications. I am at my wits end just trying to get simple things...
EF threw the below exception information at me indicating a timeout on what seems like a fairly complex query. The reality is the query was actually quite simple and the...
Interesting Hassan. Whilst following your guide video I couldn't see what ApiBroker did beyond providing some sort of wrapper around a HttpClient instance. My initial thoughts were ... could he...
Minor consistency fix.
The current implementation appears to have some potential issues ... - Casting that might result in a null - array indexing that might fail - Assumptions we don't like
Hide all internal classes then expose only the public API via a new "Client".