Channel 9 show

Channel 9

Summary: Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. We think there is a great future in software and we're excited about it. We want the community to participate in the ongoing conversation. This is the heart of Channel 9. We talk about our work but listen to the customer.

Podcasts:

 Build workflows with Azure IoT Central connector for Microsoft Flow | Internet of Things Show | File Type: video/mp4 | Duration: 652

Learn about how to send a message to your Microsoft Teams channel when a rule is fired in your IoT Central app using Microsoft Flow. We'll cover what is Microsoft Flow, and go through how to build workflows easily using the hundreds of connectors available. Get more details about the Microsoft Flow connector: https://docs.microsoft.com/en-us/azure/iot-central/howto-add-microsoft-flowCreate a Free Account (Azure): https://aka.ms/aft-iot

 Run Azure Functions from Azure Data Factory pipelines | Azure Friday | File Type: video/mp4 | Duration: 469

Azure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. Using Azure Functions, you can run a script or piece of code in response to a variety of events. Azure Data Factory (ADF) is a managed data integration service in Azure that enables you to iteratively build, orchestrate, and monitor your Extract Transform Load (ETL) workflows. Azure Functions is now integrated with ADF, enabling you to run an Azure function as a step in your data factory pipelines. Azure Function activity in Azure Data Factory (docs)Azure Functions now supported as a step in Azure Data Factory pipelines (blog post)Azure Data Factory (docs)Azure Data Factory (overview)Azure Data Factory pricingCreate a free account (Azure)Follow @SHanselman Follow @AzureFriday Follow @DataAzure

 Azure Blockchain Workbench 1.6 Highlights | Block Talk | File Type: video/mp4 | Duration: 1224

In this episode, we dive into some of the new features available in Workbench 1.6, such as application versioning and troubleshooting. You can try Workbench here: https://aka.ms/tryworkbench Details on latest updates in Workbench here: https://aka.ms/workbenchreleasenotes Azure Blockchain Workbench 1.6.0 blog Follow @CH9 Follow @MSFTBlockchain

 One Dev Question - What was your first interview like for Microsoft? | File Type: video/mp4 | Duration: 135

Today, we learn about Larry @osterman's interview with Microsoft. He talked to the then current head of Human Resources – a guy named @Steven_Ballmer.

 TWC9: Unlimited Free Private GitHub Repos, Python in Azure App Service, CES Highlights and more | This Week On Channel 9 | File Type: video/mp4 | Duration: 399

This Week on Channel 9, Christina is ready to report on the latest developer news, including: [00:20] Microsoft Ignite: The Tour continues to ramp up.[00:48] Microsoft IoT and AI stuff at CES 2019 and some Windows device highlightsfrom CES.[01:37] GitHub Offers Unlimited Free Private Repos[02:40] Updates to GitHub Pull Request Extension for VS Code[03:05] Python 2.7 Support for App Service on Linux and more on native Python support on Azure App Service[03:34] Starting the .NET Open Source Revolution[04:23] Deploy Externally Generated R Models to Azure Machine Learning Studio Web Services[04:35] Five Microsoft Learn Modules for Getting Started with Azure[04:42] The IoT Show: Microsoft Professional Program for Azure IoT[04:50] Xamarin Show: Essential API of the Week, Connectivity[04:55] Azure Friday: Interning in Azure Engineering[05:06] DevOps Interviews: Agile Planning[05:23] Christina's Pick of the Week: The Slightly Sketchy 1990s 'Computer Fairs,' A Major Part Of My Gaming HistoryNote to Christina's Mom: The hair color is just special effects. For now

 Global real-time multi-user apps with Azure Cosmos DB | Azure Friday | File Type: video/mp4 | Duration: 1106

Chris Anderson joins Donovan Brown to discuss how to use Azure Cosmos DB and other great Azure services to build a highly-scalable, real-time, collaborative application. You'll see techniques for using the Azure Cosmos DB change feed in both Azure Functions and SignalR applications. We also briefly touch on how custom authentication works with Azure Functions. For more information: Configure multiple write regions in Azure Cosmos DBHave fun and draw awesome on the cosmic scale Azure #CosmosDB #PxDraw canvas today! (Build 2018 post)Azure Cosmos DB overviewPXDraw on GitHub (chrisanderson/pxdraw)Create a free account (Azure)Follow @donovanbrown Follow @AzureCosmosDB Follow @crandycodes Don't miss an episode - Follow @AzureFriday

 Xamarin.Forms 101: Data Binding | The Xamarin Show | File Type: video/mp4 | Duration: 612

Let's take a step back in a new mini-series that I like to call Xamarin.Forms 101. In each episode we will walk through a basic building block of Xamarin.Forms to help you build awesome cross-platform native applications. This week we will look at MVVM and Data Binding to simplify development. Show Notes: Xamarin.Forms Data Binding DocumentationFind James on: Twitter, GitHub, Blog, and his weekly development podcast Merge Conflict.Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShow

 UX Design and Code Generation for Angular Apps | Visual Studio Toolbox | File Type: video/mp4 | Duration: 1720

In this episode, Robert is joined by Jason Beres of Infragistics, who walks us through indigo.design, a platform for the visual design, UX prototyping and code generation of Angular apps. He shows how you can create designs in Sketch using a variety of pre-built UI components and patterns, share them with others on any device and then generate your app's code.

 What’s New? A Single Key for Cognitive Services | AI Show | File Type: video/mp4 | Duration: 352

In this video we will talk about the work we are doing to simplify the use of Cognitive Services in your applications. We now have a single key, which eliminates having to reference and manage many keys per service for a single application.Head on over to the Azure Portal: http://portal.azure.com

 Connectivity (Essential API of the Week) | The Xamarin Show | File Type: video/mp4 | Duration: 388

Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications. On this week's Essential API of the week we take a look at Connectivity, which enable you to check device internet connectivity, connection type, and register for changes to connectivity. Show Notes: Xamarin.Essentials DocumentationXamarin.Essentials Getting Started DocumentationConnectivity DocumentationSource CodeFind James on: Twitter, GitHub, Blog, and his weekly development podcast Merge Conflict.Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShow

 High performance IO with System.IO.Pipelines | On .NET | File Type: video/mp4 | Duration: 1938

System.IO.Pipelines was born from the work the .NET Core team was doing to make it easier to do high performance IO in .NET. In this episode, Pavel Krymets (@pakrym) and David Fowler (@davidfowl) come on the show to give us an overview of how the Pipelines programming model works, as well as give show us a few demos on how to use the API. [00:26] - What's the rationale being System.IO.Pipelines?[02:10] - Performance comparison between Pipes and Streams[04:17] - Concerns with working with Stream[09:42] - Moving to Pipes[13:45] - Client Server demo[22:16] - How might Pipes work with C# 8 IAsyncEnumerable?[26:04] - Reducing allocations[28:46] - Getting started with PipelinesUseful Links System.IO.Pipelines on NuGetSystem.IO.Pipelines: High performance IO in .NETTCP Echo SampleAllocation-free awaitable async operations with ValueTask<T> and ValueTask Techempower Web Framework Benchmarks.NET Design Review: System.IO.Pipelines

 Azure IoT Microsoft Professional Program | Internet of Things Show | File Type: video/mp4 | Duration: 688

Accelerate your career in one of the fastest-growing cloud technology fields: IoT. This program will teach you the device programming, data analytics, machine learning, and solution design skills you need for a successful career in IoT. Learn the skills necessary to start or progress a career working on a team that implements IoT solutions. Get certified: https://aka.ms/mppiot Create a Free Account (Azure): https://aka.ms/aft-iot

 TWC9: Happy New Year, Trill Goes Open Source, .NET Updates, Tech Ranked and more | This Week On Channel 9 | File Type: video/mp4 | Duration: 391

It's 2019 and Christina and TWC9 are back from trip/vacation hiatus, here with the latest dev news, including: [00:38] Microsoft Ignite: The Tour continues to go full speed ahead in January, with stops in Toronto, Singapore, Tel Aviv, and Milan! [01:12] The CsharpFritz 2018 Year in Review - Jeff's insights on Twitch streaming are great! [1:37] .Net Foundation December Update and also check out all of the news out of Connect(); 2018 here and here [02:29] The Biggest IoT Stories of 2018 [02:38] Microsoft Open Sources Trill and Trill on GitHub [03:23] Learning Azure with Donovan and Dan [03:45] DevOps Lab: Running Your First Docker Container in Azure [03:55] How to Run an App Inside a Container Image with Azure [04:03] The IoT Show: Live Demo of BeSense by Winvision powered by Azure Digital Twins [04:19] PowerShell Basics: RegEx Fun [04:49] Azure PowerShell Az Version 1.0 [05:18] Christina's Pick of the Week Technology, Ranked also, #StreamReputationTouronNetflix Share your favorite technologies/innovations in the comments! Also, let me know what you think of my excellent hoodie! Please leave a comment or email us at twc9@microsoft.com. Follow @CH9 Follow @CH9 Create a Free Account (Azure)

 Interning in Azure Engineering and the Visual Studio Code extension for ACR Build | Azure Friday | File Type: video/mp4 | Duration: 862

What is it like to intern at Microsoft? Scott Hanselman meets with three interns from the Microsoft Explorer Program (a cross-discipline internship designed for college freshmen and sophomores) to talk about their experience working on the Azure Container Registry and their contribution of ACR Build and Task capabilities to the Visual Studio Code Docker Extension. Interns on this project: Jackson Stokes (University of Washington)Rutu Samai (California Polytechnic State University - San Luis Obisbo)Esteban Rey (Stanford University)Julia Lieberman (University of California - Santa Clara)For more information: Explore Microsoft ProgramDocker Extension for Visual Studio CodeAutomate OS and framework patching with ACR Tasks (docs)Azure Container RegistryDocker Support for Visual Studio CodeWorking with Docker (Visual Studio Code docs)Create a free account (Azure)Follow @SHanselman Follow @AzureFriday Follow @azure

 Visual Azure Provisioning From a Whiteboard | The Xamarin Show | File Type: video/mp4 | Duration: 1114

On this week's Xamarin Show, James is joined by good friend Christos Matskas who shows off a beautiful Xamarin application that is infused with AI to generate a full Azure backend just by drawing pictures on a white board. You don't want to miss this mind blowing demo and walkthrough of the code. Show Notes: Source CodeConnect(); KeynoteChristos on TwitterFind James on: Twitter, GitHub, Blog, and his weekly development podcast Merge Conflict.Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowCreate a Free Account (Azure)

Comments

Login or signup comment.