RE: Blazor server deploy to Azure

2020-11-24 Thread David Apelt
I had this last night as I upgraded an Azure project to .Net Core 5.0. The App Service refused to start with the same error message. (I recognise Greg is doing a Web App) I destroyed the App Service and created a new one and selected the framework “.Net 5 Early Access” as the “run time stack”.

Re: [OT] Employer wants photo of passport

2020-08-20 Thread David Apelt
Is it for a cyber security role? If yes, then it's a test. On Fri, 21 Aug. 2020, 7:44 am Tony Wright, wrote: > It's a tough one. I had an argument with a loan company who called me and > asked me to verify with them so they could access my account details. I > said no way, because they called

RE: Azure API Management documentation

2020-04-20 Thread David Apelt
-an-automatic-azure-platform-upgrade Regards David Apelt *From:* ozdotnet-boun...@ozdotnet.com *On Behalf Of *Stephen Price *Sent:* Monday, 20 April 2020 4:12 PM *To:* ozDotNet *Subject:* Re: Azure API Management documentation This is something that annoys me about Azure and its various

ASP.NET Razor Pages

2020-03-25 Thread David Apelt
Team, Is anyone using ASP.NET Razor Pages in a production system? https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-3.1=visual-studio There is any number of articles comparing them to MVC (or even WebForms) but what are they like when used in anger? It strikes

RE: [OT] Any dev jobs?

2020-03-24 Thread David Apelt
The Transmax jobs are for Brisbane only. Regards David Apelt *|* *Product evangelist, Emerging technology and Innovation* M: 0417 602 301* |* Email: david.ap...@transmax.com.au *From:* ozdotnet-boun...@ozdotnet.com *On Behalf Of *Tom Rutter *Sent:* Wednesday, 25 March 2020 11:18 AM

RE: [OT] Any dev jobs?

2020-03-24 Thread David Apelt
We have 4 dev related jobs going in Brisbane… https://www.linkedin.com/company/transmax-pty-ltd/jobs/ Regards David Apelt *|* *Product evangelist, Emerging technology and Innovation* M: 0417 602 301* |* Email: david.ap...@transmax.com.au *From:* ozdotnet-boun...@ozdotnet.com

RE: [OT] Fines Victoria crisis deepens

2019-10-23 Thread David Apelt
to tap on with your credit card and even your “old” Go Card too. Regards David Apelt *|* *Product evangelist, Emerging technology and Innovation* M: 0417 602 301* |* Email: david.ap...@transmax.com.au *From:* ozdotnet-boun...@ozdotnet.com *On Behalf Of *Greg Low *Sent:* Thursday, 24 October

Re: Installers for a windows service

2018-10-02 Thread David Apelt
When VS stopped including an installer, I started using "Inno Setup". My first projects were super simple and it was great for that. But I ended up doing fairly complex things and it has yet to me down. On Tue, 2 Oct 2018 at 16:44 Greg Keogh wrote: > No worries. I also used Wix for another

Internet access from development machines [OT]

2018-01-16 Thread David Apelt
Team, I have heard of suggestions that internet connectivity should be prevented from developer machines in case a security issue causes a leak of source code or similar. I know some defence companies have two computers on the desktop to prevent this from happening. Outside of defence, what are

RE: Entity Framework - the lay of the land

2016-09-19 Thread David Apelt
Thanks everyone for their contributions to my original questions. I am a little surprised about how poor people’s real world experience has been with the EF and other ORMs. A little poll; Is anyone successfully using EF in a production environment for a non-trivial application? And if yes,

Entity Framework - the lay of the land

2016-09-15 Thread David Apelt
The great Greg Low recently posted on facebook about some frustrations with Entity Framework. So, when I'm asked a question starting with this: The root of our problem at the moment is that Entity Framework (v6.1.3) is choosing to cast datetime parameter values to datetime2 and then I can

RE: [OT] ACS - relevant?

2016-03-01 Thread David Apelt
sional code of ethics, code of conduct, code of practice? .Do you follow an on-going, coherent professional education process.? Are you accredited by any relevant, recognised, independent body, or by a Local, State or Federal government authority.? On 29 February 2016 at 16:30, Peter Gr

[OT] ACS - relevant?

2016-02-28 Thread David Apelt
The only time I ever hear of the ASC (Australian Computer Society) is the punch line in bad IT jokes. But last night I had a Pakistani taxi driver who had just got his masters in IT. He spoke with enthusiasm about the ASC and how he was going to be paying them $12500 over the next year so

RE: [OT] ACS - relevant?

2016-02-28 Thread David Apelt
On 29 February 2016 at 15:20, David Apelt <d...@signmanager.com.au<mailto:d...@signmanager.com.au>> wrote: The only time I ever hear of the ASC (Australian Computer Society) is the punch line in bad IT jokes. But last night I had a Pakistani taxi driver who had just got his masters

Mvc bundling with Azure CDN - how to enable caching

2015-10-14 Thread David Apelt
Team, I have been stuck on a problem with bundling with MVC. I am attempting to get the bundle served from an Azure CDN which is technically very possible – and really quite neat. Unfortunately the caching on the bundle is set to “no-cache; Expires -1” which sort of defeats its purpose. I