Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | www.hugozap.com
9.6 parsecs away

Travel
| | A collection of random notes about life
| | csharp.christiannagel.com
8.2 parsecs away

Travel
| | ASP.NET Core included the WebHost class that was used in the Main method to startup everything up - including the dependency injection container. With Non-ASP.NET Core applications I used the same DI container (Microsoft.Extensions.DependencyInjection), but I had to create the ServiceCollection on my own. This changes with .NET Core 3.0 and the new Host class...
| | www.code4it.dev
9.9 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | www.inogic.com
70.6 parsecs away

Travel
| Introduction: Azure function is a serverless architecture where your code is hosted in the cloud and you do not need any infrastructure to host this. Traditionally extending business logic for Dynamics 365 Customer Engagement (D365 CE) included creating plugin and workflow assemblies which would be deployed to CRM using Plugin registration tool. The assembly could