.NET Core

Calling APNS using HTTP2 and .NET Core

The eTender Messenger sends out push notifications to connected iOS devices. This blog post describes how to connect to the HTTP/2 APNS (Apple Push Notification Service) from .NET Core.

Read

How to disable web.config transforms with .net core

A short blog post about how to disable web.config transforms in .net core so a dotnet publish command will not replace your web.config in the published output.

Read