Azure Functions CLI Failing After Preview Install
Getting an error on the command line when using the Azure Functions tools to create new C# functions. Let’s see how to get around this.
Getting an error on the command line when using the Azure Functions tools to create new C# functions. Let’s see how to get around this.
Looking to get started with using the Twitter APIs but unsure how to get started? In this post we look at using the SocialOpinion API nuget package to make accessing Twitter from code easier.
Recieved some feedback from the previous blog post about Target Typed New Expressions and it made me think.
Initial thoughts about target typed new expressions in C#9. Are they good? Are they bad? Does “it depend” on the scenario? Let’s take a look.
Looking at using HttpClient Interception library to setup and create a HttpClient instance to allow for testing strongly typed client classes.