Rich Lander, Microsoft Channel 9

Rich Lander

Microsoft Channel 9

Seattle, WA, United States

Contact Rich

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Microsoft Channel 9
  • Microsoft Azure

Past articles by Rich:

Working with Channels in .NET

Channels enable a producer to safely pass data over to a consumer along with the appropriate notifications in both directions. In this episode, Stephen Toub chats with Rich about the what, why and how → Read More

Working with Entity Framework & Docker

In this episode, Julie Lerman comes on the show to share some insight and great tips for working with Entity Framework in Docker. You will see thing tips for working with the SQL Server Docker image, → Read More

Migrating EDMX projects to Entity Framework Core

Many projects have used the EDMX files and the EF Designer to generate their models with Entity Framework. However, Entity Framework Core has not added support for EDMX generation. So what do you if y → Read More

Training Machine Learning models with ML.NET

ML.NET allows .NET developers to easily build and also consume machine learning models in their NET applications. In this episode, Bri Achtman joins Rich to show off some really interesting scenarios → Read More

Writing tests with MSTest v2

The Microsoft Test Framework (MSTest) is an extensible testing framework for .NET applications. With MSTest v2, developers now have the ability to target .NET Core. In this episode, Sarabjot Singh sit → Read More

Reducing Bugs In Your Code with Coverlet

Code coverage is a measurement of how much of your source code is tested by your given test suite. In this episode, Toni Solarin-Sodara joins us to talk about his code coverage library, Coverlet. This → Read More

Supporting IAsyncEnumerable with LINQ

With IAsyncEnumerable being introduced in .NET Core 3, it's not surprising that developers might want to leverage their existing knowledge of Linq operations when working with async streams. In this e → Read More

DevOps For ASP.NET Developers Pt.5

Software testing is an essential practice for producing high quality, production ready software. It helps improve the stability, maintainability, and the confidence that developers have in their code. → Read More

Devops For ASP.NET Developers Pt. 3

Being able to visualize the work ahead is an integral part to the success of any software project. With Azure Boards, you can quickly and easily start tracking tasks, features, and bugs associated wit → Read More

DevOps For ASP.NET Developers Pt.2

When using Azure Repos you have the option of choosing from centralized version control with TFVC or distributed version control with Git. In part 2 of our DevOps For ASP.NET Developers series, Abel a → Read More

How to port desktop applications to .NET Core 3.0

With every subsequent release, .NET Core continues to improve with greater levels performance, security and new features that help enhance developer workflow. In .NET Core 3.0, developers will see ton → Read More

Building Applications from Scratch with Azure and Cognitive Services

In this episode, Christos Matskas (@ChristosMatskas) joins us to share the story of an interesting application he built using the Azure SDKs for .NET and Cognitive Services. We not only get an overvie → Read More

Learning Machine Learning with .NET, PyTorch and the ONNX Runtime

ONNX is a open format to represent deep learning models that is supported by various frameworks and tools. This format makes it easier to interoperate between frameworks and to maximize the reach of y → Read More

Exploring Microsoft the Graph SDK

Microsoft Graph is a gateway to the data and intelligence in Microsoft 365. It provides a unified programming model that you can use to take advantage of the data in Office 365, Enterprise Mobility &# → Read More

Diagnosing ASP.NET Core performance issues

In the episode, Mike Russo shows us how we can use tools like PerfView and PerfCollect to diagnose performance problems in ASP.NET Core applications. He discusses how we can use the tools for performa → Read More

Humanitarian Toolbox with Bill Wagner

Humanitarian Toolbox (HTBox) is a charity supporting disaster relief organizations with open source software and services. They are a community of developers, designers, testers, and industry professi → Read More

Customer Identity Management with Azure AD B2C

Azure Active Directory (Azure AD) B2C is a cloud identity management service that enables your applications to authenticate your customers. This white-label service is customizable, scalable, and reli → Read More

Exploring the Fluent Design System

The Fluent Design System empowers creators to design applications that feel natural on the devices people use; from tablets to laptops to television. In this episode, Paul Gusmorino (@pag3rd) comes to → Read More

Sneak Peek at .NET Conf 2018

.NET Conf is streaming to a device near you September 12th - 14th! Watch this FREE, 3 day virtual developer event co-organized by the .NET community and Microsoft. Over the course of the three days yo → Read More

Detecting unwanted content using machine-assisted content moderation

For any website or service that accepts content from users, it's important to have that material reviewed to filter out any offensive content. The Content Moderator platform provides us with a set of → Read More