Blog posts tagged with: ASP.NET Core

Upgraded this site (and associated function) to .NET 8

by Patrick Lee on 13 Oct 2024 in categories tech with tags ASP.NET Core Functions .NET 6.0 .NET 8.0

I have just upgraded this website from .NET 7 to .NET 8, and also the associated Azure function from .NET 6 in-process to .NET 8 isolated. Upgrading an app service (website) from .NET 7 (or 6) to .NET 8 is pretty straightforward and essentially just involves changing the target framework ...

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.

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.

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

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 ASP.NET Core Azure crime SQLAzure Telerik

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 ASP.NET Core Azure Azure Data Factory AzureFunctions AzureQueues Blazor cashflow projection crime LUIS natural language processing NoSQL React SQLAzure Telerik WPF

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

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

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 ...

This site now updated to use ASP.Net Core 3.1

by Patrick Lee on 02 Apr 2020 in categories tech with tags ASP.NET Core ButterCMS Telerik

For those with a developer/techie interest, I have recently updated this site to use ASP.NET Core 3.1. ButterCMS is used as a headless CMS engine, and I have added Telerik Kendo UI for ASP.NET Core controls which I aim to use for some more data based future posts. An Azure ...

Set up a custom Azure dashboard and alerts to monitor the health of your queues

by Patrick Lee on 29 Sep 2019 in categories tech with tags ASP.NET Core Azure AzureFunctions AzureQueues dashboard

Set up a custom dashboard showing the length of your queues One of the common use cases for an Azure function is to run on a timer to check the status of one or more Azure queues. You can do this very easily via an Azure v2 function because these ...

.NET Core 3.0 now available!

by Patrick Lee on 29 Sep 2019 in categories tech with tags ASP.NET Core

Further to this article, Microsoft released .NET Core 3.0 on 23 September.

Next