Posts

The IFoA's new website has a terrible search facility - here are two ways you can search it much more effectively

by Patrick Lee on 30 Apr 2022 in categories actuarial tech with tags Google search

The new website's search facility is of little practical use The Institute and Faculty of Actuaries has recently upgraded its website, with a new look. Unfortunately, the search facility is far worse than it was before. For example, if you search for "member pledge" you currently get this result: We ...

How to use Application Insights to get the most requested pages in a website

by Patrick Lee on 30 Apr 2022 in categories tech with tags Application Insights Azure dashboard kusto SQL

This shows you how to add a simple Application Insights query to get your top requested pages which you can then add (pin) to an Azure dashboard.

RSS Feed for this blog

by Patrick Lee on 30 Apr 2022 in categories tech with tags RSS

Where to find the link for an RSS feed to this blog.

Visual Studio 2022: my experience so far

by Patrick Lee on 30 Apr 2022 in categories tech with tags AI Visual Studio 2022

My experience so far of Visual Studio 2022: the good (AI enabled Intellicode, being able to edit and continue during debugging), the bad (some false positive errors, need to revert to Visual Studio 2019 for adding code migrations via Package Manager Console). But overall I like it.

Converting a .NET 5 web app to a .NET 6 one

by Patrick Lee on 30 Apr 2022 in categories tech with tags .NET 5.0 .NET 6.0 Visual Studio 2022

It is relatively easy to remove the use of a Startup.cs file after converting a web project from .NET 5.0 to .NET 6.0. This post shows how I did it.

This site now updated to use .NET 6.0

by Patrick Lee on 23 Apr 2022 in categories tech with tags .NET 5.0 .NET 6.0

I have just updated this site from .NET 5.0 (apart from an associated Azure function which was still .NET Core 3.1) to .NET 6.0 (for both the site and the function).

Azure Durable Functions: not necessarily suitable for orchestrating large numbers of tasks

by Patrick Lee on 20 Apr 2021 in categories BigData tech with tags Azure Functions SErverless

Microsoft's Durable Functions (see https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=csharp ) are a very useful tool for performing some complex tasks in a robust serverless way. But in situations where there is a large number of different tasks involved, they introduce their own overhead which can slow things down significantly. This is because if there ...

This site now updated to use .NET 5.0

by Patrick Lee on 03 Feb 2021 in categories tech with tags ASP.NET Core .NET 5.0

As mentioned in this article, updating this from .NET Core 3.1 to .NET 5.0 was quite straightforward.

Application Insights is not fully supported for .NET 5.0, but you can configure it manually

by Patrick Lee on 03 Feb 2021 in categories tech with tags Application Insights .NET 5.0

If you look at a .NET 5.0 App Service (website) in the Azure portal, you will currently (3 Feb 2021) see that the Applications Insight link in the left hand menu is disabled, with a tooltip when you hover over it saying that Application Insights is not yet supported for ...

Azure Functions: beware the Monitor which often misses information, use logs instead

by Patrick Lee on 03 Feb 2021 in categories tech with tags ASP.NET Core .NET 5.0

A quick note to warn users of Microsoft's Azure functions: I have quite often found that the Monitor facility misses out showing some recent function runs. Querying the Application Insights logs for traces, requests and exceptions is more reliable.

Prev Next