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 p

RE: [OT] ACS - relevant?

2016-02-28 Thread David Apelt
DNA - National Dyslexia Association From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Peter Griffith Sent: Monday, 29 February 2016 3:53 PM To: ozDotNet Subject: Re: [OT] ACS - relevant? well first of all it;s ACS. PG On 29 February 2016 at 15:20, David

[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 that

RE: [OT] ACS - relevant?

2016-02-28 Thread David Apelt
mailto:adotnetd...@gmail.com>> wrote: Haven''t even heard ACS since like 2000. Never comes up in interviews or any conversation at all from my experience. On Mon, Feb 29, 2016 at 3:50 PM, David Apelt mailto:d...@signmanager.com.au>> wrote: The only time I ever hear

RE: [OT] ACS - relevant?

2016-03-01 Thread David Apelt
authority.? On 29 February 2016 at 16:30, Peter Griffith mailto:pe...@gui-visuals.com.au>> wrote: Do you belong to a professional body? On 29 February 2016 at 16:27, David Apelt mailto:d...@signmanager.com.au>> wrote: Yes From: ozdotnet-boun...@ozdotnet.com<mailto:ozdotnet-boun

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 see

RE: Entity Framework - the lay of the land

2016-09-18 Thread David Apelt
The Patterns of Enterprise Application Architecture refer to this has an Identity Map. It means that if you go Var a = Airplane.Load(1) Var b = Airplane.Load(1) Then a will equal b sine the Idenity map wi

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,

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: 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 pro

RE: [OT] Fines Victoria crisis deepens

2019-10-23 Thread David Apelt
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: [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 *On

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

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&tabs=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 strik

RE: Azure API Management documentation

2020-04-19 Thread David Apelt
-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

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 me

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