Showing results for .NET - Developer Support

Mar 20, 2020
Post comments count0
Post likes count0

.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
Mar 18, 2020
Post comments count3
Post likes count0

Sharing gRPC ProtoBuf contracts using a REST endpoint

Developer Support
Developer Support

One of the challenges of implementing gRPC services is distributing the required ProtoBuf contracts and updates to clients. Delivering the contracts using a URL can make the services easier to use and discover. Learn how you can use ASP.NET Core static files middleware to distribute your proto files.

asp.net core
Feb 7, 2020
Post comments count0
Post likes count0

Leverage QnA Maker Search within a Client Application

Developer Support
Developer Support

QnA Maker is an Azure Cognitive Service that enables you to ask questions and get answers from a knowledgebase built from your own documentation. In this post, learn how to integrate a QnA Maker knowledgebase into a client application.

TeamAzureCognitive Services
Jan 29, 2020
Post comments count0
Post likes count0

Accessing Azure Resource Consumption Data Using .NET

Developer Support
Developer Support

I thought it would be helpful to show you how you can access your Azure resource consumption data via .NET. Having access to this data at the code level can allow ways to do other things if a budget limit is reached for a particular resource.

TeamAzureAzure Consumption
Jan 21, 2020
Post comments count0
Post likes count0

Collecting and Analyzing Dumps with .Net Core on Linux

Developer Support
Developer Support

In this post, App Dev Manager Andrew Kanieski discuss options for collecting and analyzing dump files of your .NET Core apps running on Linux.

.NET CoreLinux
Jan 20, 2020
Post comments count0
Post likes count0

Understanding how to port your ASP.NET web apps to ASP.NET Core

Developer Support
Developer Support

There are several reasons that developers and architects may consider moving to ASP.NET Core. In this post, learn all the considerations when planning an upgrade from ASP.NET to ASP.NET Core.

Teamasp.netasp.net core
Dec 11, 2019
Post comments count2
Post likes count0

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
Post comments count0
Post likes count0

.NET Conf 2019

Developer Support
Developer Support

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

Team.NETVisual Studio