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:

 Countdown for Microsoft Build: Coffee | The Countdown to Microsoft Build 2019 | File Type: video/mp4 | Duration: 140

Are you registered for Microsoft Build? Watch the Countdown Show and plan your Seattle experience, starting with (what else?) coffee!

 Supercharging your Web APIs with OData and ASP.NET Core | On .NET | File Type: video/mp4 | Duration: 1188

OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming Web APIs. In this episode, Hassan Habib joins Jeremy to show us how we can easily add OData support to an existing Web API built with ASP.NET Core. [01:26] - What is OData?[04:38] - Demo[07:18] - How can you add OData to an existing Web API?[12:54] - How can you shape the results of a Web API call?[14:13] - How can you define ordering with OData?[15:07] - How can you include related entities?[16:04] - How can you enable filtering? Useful Links ODataASP.NET Core OData now availableOData for Visual Studio CodeREST API Industry Debate: OData vs GraphQL vs ORDS

 Data Driven Styling with Azure Maps | Internet of Things Show | File Type: video/mp4 | Duration: 997

Ricky Brundritt, PM in the Azure Maps team, walks Olivier through data driven styling with Azure Maps. Data driven styling allows you to dynamically style layers at render time on the GPU using properties on your data. This provides huge performance benefits and allows large datasets to be rendered on the map. Data driven style expressions can greatly reduce the amount of code you would normally need to write and define this type of business logic using if-statements and monitoring map events. Azure Maps documentation: https://docs.microsoft.com/en-us/azure/azure-maps/about-azure-maps Code samples: https://aka.ms/AzureMapsSamples Azure Maps Blog: https://aka.ms/AzureMapsBlogCreate a Free Account (Azure): https://aka.ms/aft-iot

 Azure Container Registry (ACR) virtual network and firewall rules preview | Azure Friday | File Type: video/mp4 | Duration: 120

Mini Demo: Need a private registry not exposed to the internet, but still want PaaS? Try ACR VNet & firewall rules to lock down your AKS cluster, CI/CD pipeline, or other resources like your development team. Azure Container Registry (ACR)Restrict access to an Azure container registry using an Azure virtual network or firewall rulesContent trust in Azure Container RegistryAutomate OS and framework patching with ACR TasksAzure Container Registry RoadmapAzure Container Registry virtual network and Firewall rules preview support (blog post)Create a free account (Azure)

 Defrag Tools #202 - InfoSec with Paula Januszkiewicz | Defrag Tools | File Type: video/mp4 | Duration: 1435

In this episode of Defrag Tools, Paula Januszkiewicz from CQURE, joins us to discuss Information Security (InfoSec). We talk about what InfoSec is, how to get started, what the role entails, and how the profession is evolving. Twitter: @PaulaCqure Paula on Channel 9

 One Dev Question - What new HoloLens and Azure products were released in Barcelona? | File Type: video/mp4 | Duration: 115

We are excited to present our first One Dev Question video for Microsoft Mixed Reality featuring Alex Kipman, where he talks about the announcements from Mobile World Congress. Visit our mixed reality landing page: https://aka.ms/mr

 Azure Pipelines multi-cloud support and integration with DevOps tools | Azure Friday | File Type: video/mp4 | Duration: 954

Donovan Brown and Gopi Chigakkagari discuss how to integrate Azure Pipelines with various 3rd party tools to achieve full DevOps cycle with Multi-cloud support. You can continue to use you existing tools and get Azure Pipelines benefits: application release orchestration, deployment, approvals, and full traceability all the way to the code or issue. Azure Pipelines (overview)Azure Pipelines (docs)Get started with Azure PipelinesStart free with PipelinesCreate a free account (Azure)

 Super Fast Image Loading for Android Apps with GlideX | The Xamarin Show | File Type: video/mp4 | Duration: 789

This week, James is joined yet again by friend of the show Jonathan Peppers, Xamarin.Android engineer, shows us how to optimize image loading for Android applications when using traditional Android XML or developing with Xamarin.Forms! With GildeX you are able to speed up your app, minimize your memory footprint, and get smooth scrolling! Show Links: GitHub: HelloGlideX SampleXamarin.Android Gitter ChatFind James on: Twitter, GitHub, Blog, and his weekly podcast Merge Conflict.Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links:Xamarin Developer Center & BlogXamarin and AzureMobile DevOpsXamarin University Self-GuidedCreate a Free Account (Azure): https://aka.ms/c9-azurefree

 Five Ways You Can Infuse AI into Your Applications | Five Things | File Type: video/mp4 | Duration: 455

Leben Things! In case you don't speak Elvish, that roughly translates to "Five Things". This week I sit down with Noelle LaCharite from the Microsoft Cognitive Services team to learn how machines can translate language, perform search on unstructured data, converse like humans and more. Even better, you can use this stuff in your applications right away; no degree in multi-dimensional calculus required. This is five ways that you can infuse AI into your applications today. Noelle on TwitterBuild a bot with QnA MakerUse AI to search your unstructured dataTranslate speech to text – even with a lot of background noiseAdd a search engine for just your dataUse computer vision to process images of textGet more Five Things!

 What’s New for Visual Studio 2019 Integrations with Azure Boards | The DevOps Lab | File Type: video/mp4 | Duration: 673

In this video Abel catches up with Dan Hellem for a quick walk through of the new experience of Visual Studio 2019. In previous versions of Visual Studio, the work item experience was centered around queries, which need to be created and managed to find the right work items. In Visual Studio 2019, we have removed queries and added a new view for work items centered at the developer. This allows the developer to quickly find the work they need and associate them to their pending changes. Please send us your feedback at @danhellem on Twitter. Follow Dan on Twitter: @danhellemFollow Abel on Twitter: @abelsquidhead Download Visual Studio 2019 Preview: https://visualstudio.microsoft.com/vs/preview/ Create a Free Azure Account: https://aka.ms/c9-azurefree

 Getting Started with Infrastructure as Code (IaC) | The Open Source Show | File Type: video/mp4 | Duration: 443

Armon Dadgar (@armon), HashiCorp CTO and co-founder, and Aaron Schlesinger (@arschles) walk us through the core concepts of Infrastructure as Code (IaC) and how it goes beyond what people typically think when they hear "Infrastructure." They break down the what, when, how, and why IaC makes developers' lives easier, whether you're running a simple application or have a complex, multi-node system. You'll learn how you can use HashiCorp Terraform to get up and running with IaC, going from nothing to a complete carbon copy of your production environment at the click of button (read: you focus on building, testing, and deploying, not spinning up test environments and hoping they're close to what's in production). 00:58 What do we mean by infrastructure as code?02:45 Key value of infrastructure as code04:07 How does Terraform work?05:22 How do I get started with Terraform right now? Learn More Create a Free Azure Account Watch Azure Friday ft HashiCorp Terraform Learn more about HashiCorp Terraform Check out HashiCorp Learn Read HashiCorp Blog Follow @armon Follow @arschles Follow @openatmicrosoft

 Building Games with MonoGame | On .NET | File Type: video/mp4 | Duration: 1242

MonoGame is an Open Source implementation of the Microsoft XNA 4 Framework. It allows developers to create games for iOS, Android, MacOS, Linux, Windows, Xbox and PlayStation. In this episode, Brian Peek comes on to talk to us about how to get started with MonoGame, and also show some interesting games that have been built with the framework [00:31] - What is MonoGame[02:09] - What does MonoGame support?[03:02] - What are some games that have been built with MonoGame?[04:37] - What is needed to get started with MonoGame?[06:53] - What is the learning curve like?[08:25] - Game + Code demo[11:26] - How can you control screen updates?[13:12] - How can you structure your game logic for reuse?[16:24] - What is the testing experience like?[17:31] - Where can you find resources to get started? Useful Links MonoGame MonoGame ShowcaseMonoGame + CoreRTMonoXNA Game Studio documentationCelesteAssassin's Creed OdysseyDirectXXbox Live Creators ProgramIntro to MonoGame from Build 2016

 Heat Maps and Image Overlays in Azure Maps | Internet of Things Show | File Type: video/mp4 | Duration: 764

Learn about the heat map and image layer visualizations in side of Azure Maps. Heat maps are used to represent the density of data using a range of colors. They are often used to show the data "hot spots" on a map and are great to help understand data. The heat map layer also supports weighted data points to help bring the most relvant information to the surface. The image layer allows you to overlay georeferenced images on top of the map so that they move and scale as you pan and zoom the map. This is great for building floor plans, overlaying old maps, or imagery from a drone. Heat Map Layer documentation: https://docs.microsoft.com/en-us/azure/azure-maps/map-add-heat-map-layer Image Layer documentation: https://docs.microsoft.com/en-us/azure/azure-maps/map-add-image-layer Code samples: https://aka.ms/AzureMapsSamples Azure Maps Blog: https://aka.ms/AzureMapsBlogCreate a Free Account (Azure): https://aka.ms/aft-iot

 One Dev Question with Raymond Chen - Why don't build numbers reset after a major version is released? | File Type: video/mp4 | Duration: 98

Why do Windows 10 build numbers always go up? Do they ever go down? Why not reset the build number after a major release? Why not let Raymond explain? Read Raymond's blog: http://aka.ms/oldnewthing

 An overview of Azure App Service Deployment Center | Azure Friday | File Type: video/mp4 | Duration: 721

Learn how App Service Deployment Center helps you follow agile development best practices to automate deployments of your code in seconds. Continuous deployment to Azure App ServiceAzure App Service overviewAzure App Service docsCreate a free account (Azure)

Comments

Login or signup comment.