524227383
Visual Studio Toolbox (HD) - Channel 9

Advertise on podcast: Visual Studio Toolbox (HD) - Channel 9

Rating
★★★★☆
4.3
from
13 reviews
Categories
Country
United States
This podcast has
25 episodes
Language
English
Publisher
Microsoft
Explicit
No
Date created
2012/05/01
Latest episode
2021/10/05
Average duration
21 min.
Release period
15 days

Description

With its focus on tooling both in and outside of Visual Studio, this show will help you become a more productive developer. Join your hosts Leslie Richardson and Robert Green and see what tools you can put in your Visual Studio Toolbox.

Unlock Visual Studio Toolbox (HD) - Channel 9 podcast Email contact info,
Listeners & Audience details

Email contact information

Direct podcast contact details

Listeners

Audience numbers & engagement insights

Audience details

Podcast Insights

Social media

Check Visual Studio Toolbox (HD) - Channel 9 social media presence


Podcast episodes

Check latest episodes from Visual Studio Toolbox (HD) - Channel 9 podcast


Solution Filters in Visual Studio
2021/10/05
Got a large solution with hundreds of projects? Join PM Kira Weiss as we check out how Solution Filters allow you to selectively choose which subset of projects get loaded in order to improve Visual Studio Resources: --Blogpost: https://devblogs.microsoft.com/visualstudio/load-only-the-projects-you-need-with-solution-filters/ --Documentation: https://docs.microsoft.com/en-us/visualstudio/ide/filtered-solutions?view=vs-2019 --VS Office Hours: Visual Studio Remote Office Hours - https://www.youtube.com/watch?v=hWk9TT5osL0&t=1s
Versioning ASP.NET Core Services
2021/09/16
Phil Japikse shares a number of tips on how to manage multiple versions of ASP.NET Core Services. How do you and the API consumers easily keep track of versions 1.0, 1.1, 1.2, 2.0 etc? Phil shows how.
Web Live Preview
2021/09/09
Sayed Hashimi, PM on the ASP.NET team, shows us how Visual Studio 2022 offers a new experience for building Web Forms projects. He shows the new Web Forms designer and Web Live Preview, which enables you to see changes reflected live in your running app. Check out this Visual Studio blog post to learn more.
Building Power Apps with Web APIs
2021/08/05
Greg Hurlman, Power Platform Advocate, joins us part two of our mini-series on the Power Platform and what opportunities it offers for.NET developers. In part 1, we were shown how the Power Platform offers a "no cliffs" experience which enables citizen developers and traditional developers alike to create robust business solutions. Today, Greg shows how easy it is to publish a Web API to Azure and then use it in Power Apps. Resources: Transform your business applications with fusion development Power Platform overviewPart 3: Visual Studio Toolbox Live - Building Web APIs for Power Platform - YouTube
An Overview of the Power Platform
2021/07/29
April Dunnam, Cloud Advocate, joins us to kick-off a mini-series on the Power Platform and what opportunities it offers for.NET developers. April explains how the Power Platform offers a "no cliffs" experience which enables citizen developers and traditional developers alike to create robust business solutions. Resources: Transform your business applications with fusion development Power Platform overview
Async Debugging Part 3
2021/06/25
Isadora Rodopoulos, an engineer on the Visual Studio Debugging team, wraps up our mini-series on debugging async code. In the first episode, she provided some insights into how async code works. Last week she introduced us to async call stacks and what information they contain. Today, she shows how to debug your async code in Visual Studio. Resources: Source Code: https://github.com/isadorasophia/ReadMySongsDavid Fowler's Async Best Practices: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDissecting Async Methods in C# Blog Post: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDebugging Async Code in VS Blog Post: https://devblogs.microsoft.com/visualstudio/how-do-i-debug-async-code-in-visual-studio/Debugging Async in VS Video: https://www.youtube.com/watch?v=aVEug50YpaMBest Practices w/ Threading in VS: https://github.com/microsoft/vs-threading/blob/main/doc/cookbook_vs.mdConfigureAwait FAQ: https://devblogs.microsoft.com/dotnet/configureawait-faq/Sharplab Compiler Playground for Demo Code: https://sharplab.io/
Async Debugging Part 2
2021/06/17
Isadora Rodopoulos, an engineer on the Visual Studio Debugging team, is back to continue our mini-series on debugging async code. Last week she provided some insights into how async code works. Today she introduces us to async call stacks and what information they contain. Resources: Source Code: https://github.com/isadorasophia/ReadMySongsDavid Fowler's Async Best Practices: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDissecting Async Methods in C# Blog Post: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDebugging Async Code in VS Blog Post: https://devblogs.microsoft.com/visualstudio/how-do-i-debug-async-code-in-visual-studio/Debugging Async in VS Video: https://www.youtube.com/watch?v=aVEug50YpaMBest Practices w/ Threading in VS: https://github.com/microsoft/vs-threading/blob/main/doc/cookbook_vs.mdConfigureAwait FAQ: https://devblogs.microsoft.com/dotnet/configureawait-faq/Sharplab Compiler Playground for Demo Code: https://sharplab.io/
Why is Async Code Hard to Debug?
2021/06/10
Isadora Rodopoulos, an engineer on the Visual Studio Debugging team, joins us to kick off a mini-series on debugging async code. Today she explains how async code works behind the scenes and provides some insights into why it is hard to debug. Next week Isadora will explore tooling in Visual Studio to debug async code. Resources: Demo Source Code: https://github.com/isadorasophia/ReadMySongsDavid Fowler's Async Best Practices: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDissecting Async Methods in C# Blog Post: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.mdDebugging Async Code in VS Blog Post: https://devblogs.microsoft.com/visualstudio/how-do-i-debug-async-code-in-visual-studio/Debugging Async in VS Video: https://www.youtube.com/watch?v=aVEug50YpaMBest Practices w/ Threading in VS: https://github.com/microsoft/vs-threading/blob/main/doc/cookbook_vs.mdConfigureAwait FAQ: https://devblogs.microsoft.com/dotnet/configureawait-faq/Sharplab Compiler Playground for Demo Code: https://sharplab.io/
Performance Profiling | .NET Perf Counters Tool
2021/06/03
Diagnostics PM Sagar Shetty continues taking us on a tour of the Visual Studio profiling tools. Today he shows how you can see visual .NET counters over time from within the Visual Studio profiler. Learn more about profiling in Visual Studio at https://aka.ms/vsprofilingdocs. Learn more about the .NET Perf Counters tool here.
Getting Started with PyTorch in VS Code
2021/05/27
PM Jeffrey Mew shows off the support Visual Studio Code has for PyTorch, which makes it easier for data scientists to work with machine learning models. Check out the Microsoft Learn Get Started with PyTorch learning path here.

Podcast reviews

Read Visual Studio Toolbox (HD) - Channel 9 podcast reviews


4.3 out of 5
13 reviews
★★★★★
Sandip Dalvi 2012/10/08
Let everyone know this
Hi all This really amazing to have such great technical material available on iPhone. It's easily available and you can listen like music, thanks Micr...
check all reviews on apple podcasts

Podcast sponsorship advertising

Start advertising on Visual Studio Toolbox (HD) - Channel 9 relevant audience podcasts


What do you want to promote?