If you have not read or heard about Microsoft Copilot read more about it here. In summary it is a natural language generative AI application that can respond to questions using your proprietary/private data in sentences and paragraphs instead of links. It does much more than that, read the article if you want to find […]
Read More →Category: Advanced C#
LSRServiceException – Could not find Linked Service, the linked service does not exist or is not published
I only had 1 SparkPool which was provisioned using Apache Spark version 3.1. So when I created my Regression Azure Machine Learning model it defaulted to that Spark Pool. When I clicked on the Create run button, after some moments, I received the following error… Figure 1, Could not find Linked Service, the linked service […]
Read More →Beginning C# and .NET, 2021 Edition
I would like to proudly announce the release and availability of my new Beginning C# and .NET 2021 Edition book, which was co-authored with Jon Reid. The book contains over 800 pages of material relating to the skills and knowledge required to become a great C# programmer. The book is designed around the premise that […]
Read More →A Cancellation Token, an Azure Function and managing disruption
I wrote this post “Batching a Service Bus triggered Azure Function” as a prefix to the one here. That post shows how to configure a batch of messages so that they get processed in a single Function Invocation. What is a ‘”Function Invocation” you might ask? Well…, when you setup an Azure Function you bind […]
Read More →JSON is slow, deserialization, DeserializationObject
The expected latency when downloading anything from a server to a client should increase as the size of the file increases. Simply, the bigger the file the longer it takes to download. There is a common step when writing an API that returns a JSON formatted file, which is the deserialization of the data content […]
Read More →