Developer blog
-
Kubernetes on the Windows Desktop
https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/ more
-
Microsoft Developers Conference June 2020
Azure Stack – hybrid cloud solutionsDapr – micro services application runtimeProject Silica – long term storage writing data into glassAzure Kubernetes Service – managed cluster servicePolicy for … more
-
Error Handling in Asp .Net Web API and the System.Net.Http dll conflict
Catching Global ErrorsIn Asp .Net we can capture global errors by overriding the method Application_Error in the global.asax file.public class WebApiApplication : System.Web.HttpApplication { … more
-
List of SPF validation tools
DMARC Record CreationAgari: DMARC Record Generatordmarcian.com: DMARC Record GeneratorGlobal Cyberalliance: DMARC Setup Guide (also covers SPF, DKIM) Scott Kitterman’s DMARC Record … more
-
Top 5 .Net Based CMS Comparison
Ubraco – open source, non-cloud and cloud offeringKentico – closed source Sitefinity – no cloud offering, long list of featuresEpiserver – cloud service, long list of featuresSitecore – more complex, … more
-
Books
The Best We Could Do, by Thi Bui. This gorgeous graphic novel is a deeply personal memoir that explores what it means to be a parent and a refugee. The author’s family fled Vietnam in 1978. After … more
-
Dev Tools
Name Url Comment ASP.NET Core Progressive Web Apps https://github.com/madskristensen/ … more
-
Display all sites and bindings in PowerShell
Import-Module Webadministration Get-ChildItem -Path IIS:\Sites more
-
Microservices Related Technology
Database ToolsReadyRollSSDTSQL Source ControlFlywayDbUpService DiscoveryConsul.ioEurikaRabbitMQ + EasyNetQScaleEventStoreRedis + StackExchange.RedisDocker TerminologyImage – a read only template for … more
-
Include .lic file when running web deploy 'Publish Web Site'
The solution is to update your project's web.config file, and include the following: <configuration> <system.web> <compilation> <buildProviders> <remove extension=".lic"/& … more