Using Middleware in Azure FunctionAzure Function recently supports middleware feature with .NET 5. In this post, I show you how to implement the new feature in a demo…Mar 9, 2021Mar 9, 2021
SortedDictionary, SortedList and IndexedDictionarySortedDictionary<TKey, TValue> and SortedList<TKey, TValue> are collections of KeyValuePair<TKey, TValue> and, as the name suggests, are…Sep 23, 2020Sep 23, 2020