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:

 The Azure Sphere Security Promise | Internet of Things Show | File Type: video/mp4 | Duration: 925

Azure Sphere is now generally available (http://aka.ms/iotshow/azuresphere), marking an important milestone in Microsoft's commitment to provide an end-to-end security solution for securing any IoT device. What is the Azure Sphere security promise and how does it deliver end-to-end security for IoT devices? We'll look at the security demands of safety critical equipment and IoT deployments at scale. Get started today: http://aka.ms/iotshow/azuresphere

 Writing code and having fun with Rock, Paper, Scissors, Lizard, Spock | Azure Friday | File Type: video/mp4 | Duration: 652

Isaac Levin joins Scott Hanselman to talk about building highly scalable applications and having fun with the Rock, Paper, Scissors, Lizard, Spock sample application. Rock, Paper, Scissors, Lizard, Spock is a multi-language application built with Visual Studio and Visual Studio Code, deployed with GitHub Actions and running on Azure Kubernetes Service (AKS). It also uses Machine Learning and Azure Cognitive Services (Custom Vision API). Languages used in this application include .NET, Node.js, Python, Java, and PHP. [0:01:55] GitHub: microsoft / RockPaperScissorsLizardSpock (aka.ms/rpsls)Rock, Scissors, Paper, Lizard, Spock – Play the game now (aka.ms/rpsls-game)Ignite 2019 - Application Dev Keynote (aka.ms/devkeynote)Azure Kubernetes Service (AKS)Create a free account (Azure)

 Updating connection policies for Azure SQL | Data Exposed | File Type: video/mp4 | Duration: 385

In this video, Anna Hoffman and Jeroen ter Heerdt discuss and show the connection policy options available and why you might choose one over the other. For more info, see: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connectivity-architecture#connectivity-architecture&WT.mc_id=dataexposed-c9-niner. The videos from Rohit on Connectivity that Anna mentions at the beginning of the video can be found here: 1. https://www.youtube.com/watch?v=e0tWC0XmOgc&list=PL3EZ3A8mHh0yxojwiqsWHtsPX8Uwy4gmW&index=20&t=0s&WT.mc_id=dataexposed-c9-niner 2. https://www.youtube.com/watch?v=h07zqaVgtkE&list=PL3EZ3A8mHh0yxojwiqsWHtsPX8Uwy4gmW&index=19&t=0s&WT.mc_id=dataexposed-c9-niner [00:23] Background[01:24] Demo explanation[01:48] Checking the connection policy[02:30] Update to Proxy and test[04:01] Update to Redirect and test[05:05] Comparing Proxy and Redirect[06:02] Closing

 Entity Framework Core Part 2 | Visual Studio Toolbox | File Type: video/mp4 | Duration: 1539

In this episode, Robert is joined by Phil Japikse for part 2 of a 5 part series on Entity Framework Core. Aimed at folks new to EF Core, Phil shows how to start with an existing SQL Server database, create entities/objects for each table and then how to perform basic CRUD operations on the data. Change Tracking is one of the most compelling reasons to use an object-relational-mapper (ORM) like EF Core. In this episode we discuss how the change tracker works, see it in action, as well as load data outside of the change tracker. Find the sample code here. Episode list: Part 1: Working with Existing Databases. We scaffold the DbContext and the Entities from the Northwind Database, discuss navigation properties and relationships.Part 2: Change Tracking (this episode). Part 3: Basic Queries (coming soon). This episodes querying data using EF Core. We discuss the basics of where clauses, retrieving single items or lists of items, as well as when queries actually execute.Part 4: Querying Related Data and Using Projections (coming soon). Querying related data is simple in EF Core, and In this episode we demonstrate creating joins in our LINQ queries with Include and ThenInclude. We also discuss how you use projections to shape the queried data into other objects, anonymous or strongly typed.Part 5: Putting the CUD into CRUD (coming soon). Wrapping up our starter series on EF Core, this episode covers adding, updating, and deleting data using EF Core.

 Entity Framework Core Part 1 | Visual Studio Toolbox | File Type: video/mp4 | Duration: 1709

In this episode, Robert is joined by Phil Japikse for part 1 of a 5 part series on Entity Framework Core. Aimed at folks new to EF Core, Phil shows how to start with an existing SQL Server database, create entities/objects for each table and then how to perform basic CRUD operations on the data. In this episode, we scaffold the DbContext and the Entities from the Northwind Database, discuss navigation properties and relationships. Find the sample code here. Episode list: Part 1: Working with Existing Databases (this episode). Part 2: Change Tracking. Change Tracking is one of the most compelling reasons to use an object-relational-mapper (ORM) like EF Core. In this episode we discuss how the change tracker works, see it in action, as well as load data outside of the change tracker.Part 3: Basic Queries. This episode covers querying data using EF Core. We discuss the basics of Where clauses, retrieving single items or lists of items, as well as when queries actually execute.Part 4: Querying Related Data and Using Projections. Querying related data is simple in EF Core. In this episode we demonstrate creating joins in our LINQ queries with Include and ThenInclude. We also discuss how you use projections to shape the queried data into other objects, anonymous or strongly typed.Part 5: Putting the CUD into CRUD. Wrapping up our starter series on EF Core, this episode covers adding, updating, and deleting data.

 Introducing the Diagnostics Client Library for .NET Core | On .NET | File Type: video/mp4 | Duration: 1526

In this episode, we're joined by Software Engineer Sung Yoon Whang from the .NET Runtime team. He's here to talk to us about the diagnostics client .NET Core. Using the library, you can communicate with CoreCLR to gather diagnostics dumps from your running application. [01:31] - What is the library for?[03:26] - Creating a custom runtime event tracer - demo[14:34] - Capturing traces from an .NET Core application[17:58] - Dumping traces to a file[20:14] - Who are using these tools?[21:20] - Using PerfView to inspect the dumps[23:49] - Where to learn more? Useful Links .NET Core runtime diagnostic tools Github repositoryMicrosoft.Diagnostics.NETCore.Client API DocumentationRun-time configuration options for debugging and profiling

 Similarity and Scoring in Azure Cognitive Search | AI Show | File Type: video/mp4 | Duration: 1006

Indexing and Querying are pivotal when building the search platform. This video explains how Azure cognitive search works and how developers can add their own input to it. The focus is on explaining how information processing in search engine is divided in to indexing and querying, important steps for both the processes, document processing, adding indexing time, creating inverted index, retrieving documents and writing the results. Jump To: [02:45] Demo Start Learn More: Indexers In Azure Cognitive Search The AI Show's Favorite links: Don't miss new episodes, subscribe to the AI Show Create a Free account (Azure) Deep Learning vs. Machine Learning Get Started with Machine Learning

 Custom Skills in Azure Cognitive Search | AI Show | File Type: video/mp4 | Duration: 1341

This video helps the user understand how to add custom skills to a skillset in Azure Cognitive Search. It explains what it means to enrich content as part of the ingestion pipeline. The video describe the interface for a custom skill and how you can create your own custom skill. It introduces you to power skills so you don't have to start from scratch Jump To: [06:29] Demo Start Learn More: Power Skills GitHubKnowledge Mining Solution AcceleratorThe AI Show's Favorite links: Don't miss new episodes, subscribe to the AI Show Create a Free account (Azure) Deep Learning vs. Machine Learning Get Started with Machine Learning

 Xamarin.Forms 101: Resources for getting started with Xamarin | The Xamarin Show | File Type: video/mp4 | Duration: 360

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 iOS, Android, and Windows applications in .NET. This week we take a look at some of Maddy's favorite resources for people getting started with Xamarin! Show Notes: Bookmark me! xamarin.comLearn XamarinXamarin DocsCustomer ShowcaseBuiltWithDot.NetXamarin ForumsXamarin BlogHello World in 10 MinutesXamarin on Microsoft LearnXamarin Developers Youtube!Never Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about Xamarin, Xamarin.Forms, & Cross-platform developmentXamarin Developer Center & BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter

 Easily Track Where Your Work Item Has Been Deployed With The New Deployments Control | The DevOps Lab | File Type: video/mp4 | Duration: 365

Sean Ferguson joins Abel Wang to chat about a new added Deployment control that integrates work items with Releases. With this control, you can track where and when your completed work item is being deployed. All from the work itself. Jump To: [00:34] – Context of the Deployments Control[01:18] – Pipeline Configuration[02:26] - Make a code change, link to work item, and commit[03:06] - Start the release[03:25] - Deployment control to view stages[05:07] - Recap and summaryLearn More: Link work items to deployments Create a release Associate work items to commits DevOps Lab Favorite Links: Create a Free Azure DevOps AccountAzure DevOps Docs

 Consuming GraphQL in C# | On .NET | File Type: video/mp4 | Duration: 743

In this episode, Brandon show us how to consume a GraphQL endpoint from a C# client, specifically an iOS + Android written in C# using Xamarin. Learn more: https://codetraveler.io/DotNetGraphQL [02:17] - Querying a GraphQL endpoint[06:59] - Viewing the results in a Xamarin app[09:58] - Alternative programming models[11:00] - Follow up resourcesUseful Links DotNet GraphQLGraphQL for .NETHot Chocolate: A GraphQL Server for .NETASP.NET Core docs

 TWC9: Remote Edition! PowerShell 7.1, VS Code 1.4.4, Windows Terminal, and Social Distancing | This Week On Channel 9 | File Type: video/mp4 | Duration: 505

This week on Channel 9, Christina is back to bring you that good ol' dev news, but remotely! Tune into this weeks episode as we try a new format and talk about the following news: [01:09] Microsoft Build is still happening! Microsoft Build 2020 [01:43] Remote Development with Live Share [02:22] Visual Studio code 1.4.4 [03:11] BYOM (Bring Your Own Machine) to VS Online Online CLI docs [03:57] Visual Studio For Mac New Integrated Terminal [04:41] PowerShell 7.1 Preview [05:50] Windows Terminal v 0.1.0 and the GitHub [06:20] Whats Happening on Channel 9 This week, [06:55] Christina's Pick of the Week - Turnip Calculator Please leave a comment or email us at twc9@microsoft.com. Follow @CH9 http://www.twitter.com/ch9 Follow @film_girl http://www.twitter.com/film_girl Create a Free Account (Azure) https://aka.ms/c9-azurefree ­­­

 How to choose Azure services for working with messages in your application | Azure Friday | File Type: video/mp4 | Duration: 896

Azure MVP Barry "Azure Barry" Luijbregts joins Scott Hanselman to outline how you can choose the right services for working with messages and events in your application. [0:00:48] - Presentation Azure servicesPluralsight course: Microsoft Azure for Developers: What to Use When (paywall)Azure Queue StorageAzure Service BusAzure Notification HubsAzure Event GridAzure Event HubsAzure IoT HubAzure Logic AppsAzure SignalR ServiceCreate a free account (Azure)

 How to choose Azure services to speed up your application | Azure Friday | File Type: video/mp4 | Duration: 1125

Azure MVP Barry "Azure Barry" Luijbregts joins Scott Hanselman to outline how you can choose the right Azure services to speed up your application. [0:01:00] - Presentation Azure servicesPluralsight course: Microsoft Azure for Developers: What to Use When (paywall)Azure CDNAzure Cache for RedisAzure Traffic ManagerAzure Front DoorCreate a free account (Azure)

 Customer Empathy in the Power Platform with Lorraine Bardeen | #LessCodeMorePower | File Type: video/mp4 | Duration: 993

Join Dona and Sarah where we discuss customer success through empathy, and truly about understanding what is going on for them. We talk about how the Power Platform is changing this conversation and also changing how an organization operates, right down to onboarding!Lorraine is the General Manager of Industry Solutions and Customer Success Team at Microsoft where she focuses on putting the customer at the heart of solving their problems, connecting teams all across Microsoft to deliver the best service and make organizations successful. Learn more about Lorraine here https://www.linkedin.com/in/lorraine-bardeen/ To learn more, visit: https://aka.ms/LessCodeMorePowerDocs

Comments

Login or signup comment.