Posts

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 .NET 5.0 ASP.NET Core

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.

My music playing

by Patrick Lee on 09 Jan 2021 in categories music with tags piano bass

For many years I have been active in music as well as in software, playing piano or double bass. For a glimpse of this other side of me, I am going to put up some tracks or videos. I have just put a couple of sound files on SoundCloud - ...

Migrating from .NET Core 3.1 to .NET 5.0: reasonably straightforward apart from for functions

by Patrick Lee on 22 Dec 2020 in categories tech with tags .NET 5.0 ASP.NET Core

A quick blog post about migrating from .NET Core 3.1 to .NET 5.0. I have found this reasonably straightforward in a number of projects, with some exceptions: There is still no .NET 5.0 version of Azure functions so they have to remain .NET Core 3.1 for the time being in ...

CourtingCatastrophe.com: a new service to help lawyers and others report problems at criminal justice venues

by Patrick Lee on 08 Oct 2020 in categories tech with tags SQLAzure Azure ASP.NET Core Telerik crime

I follow various barristers, solicitors and police accounts on Twitter and have been aware for some time that the criminal justice system in the UK has been subjected to underfunding for many years. At times, I'm told that working conditions are unsanitary or even unsafe. I have set up a ...

My software engineering portfolio: some screenshots

by Patrick Lee on 07 Oct 2020 in categories actuarial tech with tags cashflow projection natural language processing LUIS AzureQueues NoSQL WPF SQLAzure React Azure ASP.NET Core Telerik Blazor AzureFunctions Azure Data Factory crime

This shows an embedded slideshow from my Smugmug site of my work on various software projects.

New version (4.0) available of David Wilkie's Covid19 model

by Patrick Lee on 10 Apr 2020 in categories actuarial with tags COVID19

David Wilkie has just published a new version (4.0) of his model for the Covid19 virus, it is available under the 10 April 2020 entry on https://davidwilkieworks.wordpress.com/coronavirus-covid-19/ . This version allows longer delays between infection, symptoms appearing, cases being reporting, and deaths.

Using Azure Storage? Use the new Nuget Packages or for Tables Microsoft.Azure.CosmosDb.Table

by Patrick Lee on 10 Apr 2020 in categories tech with tags AzureTables ASP.NET Core

On 6 April 2020 Microsoft released new versions of Nuget Packages to enable developers to read and write to Azure Storage accounts. For example, to connect to blobs (binary large objects, typically images or files), use the new Azure.Storage.Blobs Nuget package. (e.g. I have just used version 12.4.1). Example of ...

When is Covid-19 going to peak in the UK? Some analysis from David Wilkie's v3 model

by Patrick Lee on 03 Apr 2020 in categories actuarial with tags COVID19

There is no perfect model, and it seems clear that there is still a lot of uncertainty about how long the Covid-19 virus is infectious for, how long carriers can be both asymptomatic and contagious. The UK government seem to be expecting the current epidemic to peak within a couple ...

Prev Next