Cecil Phillip, Microsoft Channel 9

Cecil Phillip

Microsoft Channel 9

Fort Lauderdale, FL, United States

Contact Cecil

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

Past articles by Cecil:

Diagnosing memory leaks in .NET apps

In this episode, Software Engineer, Mike Rousos, joins Rich to show can we can use tools like dotnet-dump and Visual Studio to diagnose memory leaks in our .NET applications, even if they're running o → Read More

Diagnosing thread pool exhaustion issues in .NET Core apps

In this episode, Software Engineer, Mike Rousos, joins Rich to go through some ways to diagnose thread pool exhaustion in your .NET apps. Mike discusses and demos a collection of .NET CLI tools and te → Read More

Working with Azure AD B2C in ASP.NET

Azure AD B2C enables your applications to authenticate to social accounts and enterprise accounts using open standard protocols. In this episode, Christos get together with our friend JP to show us ho → Read More

Build Automation with NUKE

Nuke is an open source, cross-platform build automation solution for .NET projects. NUKE prides itself on its simplicity and extensibility that makes build automation approachable for everyone. In thi → Read More

Building microservices with Tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier for developers. With very little knowledge of Docker or Kubernetes, developers can run loc → Read More

Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2

On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerful In this episode, Arthur Vickers returns to chat → Read More

What is MSAL + Microsoft.Identity.Web

Microsoft.Identity.Web enables developers to create web apps that sign-in users and create protected Web APIs using the Microsoft identity platform. In this episode, Kyle Marsh comes on to catch with → Read More

GraphQL Schema stitching

With Schema stitching, developers can create a unified GraphQL schema from multiple underlying GraphQL APIs. This gives us the benefit of reducing multiple data queries for our data in a single reque → Read More

Getting started with GraphQL and HotChocolate

Hot Chocolate is a GraphQL platform for that can help you build a GraphQL layer over your existing and new infrastructure. In this episode, we're joined by the author of Hot Chocolate, Michael Staib, → Read More

Event Driven applications on Kubernetes with KEDA

KEDA is an open source project and enables event-driven autoscaling for Kubernetes workloads.KEDA scalers can detect if a deployment should be activated or deactivated, and feed custom metrics for a s → Read More

ASP.NET Core Series: PWA's with Blazor

Progressive Web Applications (PWA) use modern browser APIs and capabilities to behave like a desktop app. Since Blazor WebAssembly is a standards-based client-side web app platform, developers have t → Read More

YARP: The .NET Reverse proxy

Reverse proxies can help simplify how clients access your backend services. YARP (Yet Another Reverse Proxy) is designed as a library that provides the core proxy functionality which you can customize → Read More

Services with MSAL

It's common for web, desktop, or even mobile applications to require access to protected resources in their environment. This may be custom Web APIs, Microsoft Graph or some other third-party service. → Read More

Microsoft Identity and series introduction

The Microsoft identity platform helps you build applications that provide authorized access to your own APIs or Microsoft APIs using Microsoft identities or social accounts. In this episode, Christos → Read More

ASP.NET Core Series: SignalR

ASP.NET Core SignalR is an open source library that makes that helps developers add real-time web functionality to their applications. In this episode, Christos chats with our friend Brady Gaster from → Read More

ASP.NET Core Series: Blazor

ASP.NET Core is our open-source, cross-platform framework for building modern, cloud-enabled, Internet-connected apps. In this series of videos we'll be cover many of the interesting features of the f → Read More

BBQ, Bots and .NET Core

Who doesn't appreciate good BBQ? Well, maybe some people don't but we do! In this episode, Cam Soper comes on to show us another one of this home projects. Cam tells us the story of how a Raspberry PI → Read More

Home automation with Hubitat and .NET Core

Who doesn't love a good DIY (Do It Yourself) IoT project? There are so many interesting things that we can do with a few components and a little creatively. In this episode, Cam Soper comes on to show → Read More

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

Tips on public speaking from Andres, Phil, Scott, and Cecil

It's common for attendees at conferences to ask the speakers about what it's like to give a talk on stage. How do they prepare? How do they create the story? How do they handle equipment failures? Whi → Read More