Showing archive results for 2019

Sep 20, 2019
Post comments count0
Post likes count0

Workshop Spotlight: Modern Authentication and Authorization

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 13, 2019
Post comments count0
Post likes count2

Ordering Messages in Azure Service Bus

Developer Support

This post illustrates how we can force an ordering of messages processed by Azure Service Bus. The intent is to illustrate some of the existing and exciting features of Azure Service Bus.

TeamAzureAzure Service Bus
Sep 6, 2019
Post comments count0
Post likes count0

Update My Blog Via Email with Azure Functions

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
Aug 27, 2019
Post comments count0
Post likes count0

Azure Ultra Disk Storage is here

Developer Support

With the recent GA announcement of Azure Ultra Disk Storage, customers now have access to Managed Disks for extremely high performance and mission critical workloads. With increased IOPS and throughput, it's important for architects to understand Azure's throttling limits to ensure they design systems optimally.

Azure
Aug 26, 2019
Post comments count0
Post likes count0

Using a Custom Translator with Azure Cognitive Services

Developer Support

Translating text can be tricky business. Sure, by using online services and tools, you can quickly find out how to say “Hello”, "that dog is green", and “where’s the closest taco stand?” But what about when the conversation needs to be more contextual and specific to your company/business/audience?

Aug 23, 2019
Post comments count0
Post likes count0

Introduction to ML.NET with Permutation Feature Importance

Developer Support

ML.NET enables developers to implement machine learning tasks like classification, regression, clustering, and recommendation ... etc. In this post, I will show you how to get started with ML.NET implementing permutation feature importance for employee attrition.

TeamML.NET
Aug 21, 2019
Post comments count0
Post likes count0

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

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