Showing results for .NET Core - Developer Support

Feb 24, 2021
0
0

Managing ADX Data with .NET Core and Azure B2C

Developer Support
Developer Support

In this article, I wanted to show how you can create a custom .NET Core web app to access and manage ADX data. For additional demonstration, I showed how to authenticate with Azure B2C, leverage Dependency Injection and Caching, as well as integrate with a custom API for filtering.

.NET CoreBryan SoltisAzure Data Explorer
Mar 20, 2020
0
0

.NET Platforms Feature Comparison

Developer Support
Developer Support

There are situations where people would like to have a comprehensive view of the feature comparison. Instead of digging into every feature across all three platform, I compiled a list of name spaces in each platform and put them side by side so you can easily see the differences.

Team.NET.NET Core
Dec 11, 2019
2
0

Demystifying the new .NET Core 3 Worker Service

Developer Support
Developer Support

.NET Core 3 introduced a new project template called a Worker Service. This template is designed to give you a starting point for cross-platform services. As an alternate use case, it sets up a very nice environment for general console applications perfect for containers and microservices.

Team.NET CoreMicroservices
Sep 23, 2019
0
0

.NET Conf 2019

Developer Support
Developer Support

.NET Conf 2019, a free, 3-day, virtual developer event

Team.NETVisual Studio
Aug 21, 2019
0
0

gRPC + ASP.NET Core as a Migration Path for WCFs in .NET Core

Developer Support
Developer Support

The intended audience for this blog post is one who wants to migrate from the full .Net Framework to .NET Core and has a large library of WCFs, now considered technical debt. This post will attempt to at least partially answer the question: How difficult will it be to migrate my current code base of WCFs to gRPC in .NET Core?

Team.NET CoreWCF
Jun 4, 2019
0
0

Making Sense of .NET 5

Developer Support
Developer Support

At the first day of Microsoft’s annual Build conference, Microsoft announced .NET 5 which will be released in November 2020. This led to some confusion in discussions with some of my colleagues and friends. What about .NET Core? Isn’t that the future? The road forward?

Team.NET.NET Core
Apr 24, 2019
0
0

How To Update Visual Studio 2019 Asp.Net Core Angular Project

Developer Support
Developer Support

The updated Angular project template in Visual Studio 2019 (and 2017 before that) provides a convenient starting point for ASP.NET Core apps using Angular and the Angular CLI to implement a rich, client-side user interface (UI). The template is equivalent to creating an ASP.NET Core project to act as an API backend and an Angular CLI project to act...

TeamAngular.NET Core