Showing results for C# - Developer Support

Aug 13, 2020
Post comments count8
Post likes count0

Go and C# Comparison

Developer Support
Developer Support

In this post, App. Dev. Manager Vishal Saroopchand showcases similarities and differences on important topics for C# developers learning Go.

DevelopmentC#
Jun 18, 2020
Post comments count0
Post likes count0

How to Debug and Step Into Service Fabric SDK Source Code

Developer Support
Developer Support

In this blog, Premier Consultant Kurt Schenk shows how to debug into the source code of the Service Fabric SDK which is used to develop Reliable Services and Reliable Actors.

C#DebugAzure Service Fabric
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
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
Sep 27, 2019
Post comments count2
Post likes count0

Go from a C# Developer’s Perspective

Developer Support
Developer Support

As a cloud developer, I increasingly encounter projects that involves Go. Azure services such as AKS, Blockchain, Terraform, and supporting technologies such as Helm are all heavily Go. In addition, Go is a first-class citizen on Azure as all core PaaS SDKs offer Go libraries. In this post, let's compare Go and C# key concepts.

TeamAzureOpen Source
Sep 20, 2019
Post comments count0
Post likes count0

Workshop Spotlight: Modern Authentication and Authorization

Developer Support
Developer Support

Building applications operating in the internet environment requires understanding of options available for performing authentication and authorization. These options include, both a variety of protocols such as OAuth2 and WS-Federation, as well as tools and toolkits such as Azure AD, AD FS and ADAL.

TeamAzureOAuth2
Sep 6, 2019
Post comments count0
Post likes count0

Update My Blog Via Email with Azure Functions

Developer Support
Developer Support

In this post, App Dev Manager Isaac Levin showcase the versatility of Azure Function with a solution that updates his Blog via Email. I have blogged about the changes I made to streamline my site architecture and continue to work on ways to improve it. One thing that I did a month ago was replace the static page that was my [speaking page][/...

TeamAzure Functions