Productivity Tips and Tricks
The .NET Productivity team (a.k.a. Roslyn) is constantly thinking of new ways to make .NET developers more productive. Roslyn PM Mika Dumont shows a number of the latest features that make your coding...
View ArticleThe New Git Experience
The Visual Studio team has spent quite a bit of time recently improving Git integration in Visual Studio 2019. PMs Pratik Nadagouda and Taysser Gherfal show the latest updates, including the new Git...
View ArticleIntelliCode Team Completions
Visual Studio IntelliCode uses machine learning to offer useful, contextually rich code completion suggestion, in-line as you code. In this episode, PM Caty Caldwell shows a new feature of IntelliCode...
View ArticleBridge to Kubernetes
Setting up and running a microservice application locally can be time-consuming and complex. Visual Studio PM Nick Greenfield shows how Bridge to Kubernetes enables you to connect to a Kubernetes...
View ArticlePerformance Profiling | CPU Usage Tool
A good way to start investigating performance issues in your app is to understand its CPU usage. Profiler PM Esteban Herrera shows how to collect and analyze CPU usage data for your applications. Learn...
View ArticlePerformance Profiling | Database Tool
Does your app make database queries? Want to improve its performance? Profiler PM Esteban Herrera shows how to use the Database tool to collect and analyze information about individual queries. Learn...
View ArticlePerformance Profiling | .NET Async Tool
You know that asynchronous programming makes your UI more responsive. Did you know that you can use the .NET Async tool to profile your async code? Diagnostics PM Sagar Shetty shows how to use this...
View ArticleGitHub Codespaces
Want to see Microsoft's vision for cloud-powered development environments that enable developers to get up and running quickly and work from anywhere on any platform? Visual Studio PM Vix Ryan shows...
View ArticlePerformance Profiling | .NET Object Allocation Tracking Tool
Diagnostics PM Sagar Shetty continues taking us on a tour of the Visual Studio profiling tools. Today he shows how you can see how much memory your app uses and what code paths allocate the most memory...
View ArticleVisual Studio Installation and Customization
What's really happening when you install Visual Studio and how can you customize the installation? VS PM Soojin Choi answers these questions in this episode. Even if you have installed Visual Studio...
View ArticleTransient Error Handling with Polly Part 1
As more and more apps rely on services running in the cloud, you need a robust way to handle service outages. .NET Rocks co-host Carl Franklin shows us how to use Polly to handle transient errors. This...
View ArticleTransient Error Handling with Polly Part 2
As more and more apps rely on services running in the cloud, you need a robust way to handle service outages. .NET Rocks co-host Carl Franklin shows us how to use Polly to handle transient errors. This...
View ArticleCreate .NET Core Projects with the Command Line
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleUse an Existing .NET Core Project Template
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleCreate a .NET Core Project Template
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleCreate a .NET Core Project Template for Visual Studio
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleAdd a Parameter to a .NET Core Project Template
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleTroubleshooting .NET Core Project Templates
Every .NET project is based on a project template. Want to learn more about the ones that ship "in the box"? Want to learn how to create your own? In this multi-part series, ASP.NET PM Sayed Hashimi...
View ArticleAzure Application Insights Profiler
Need to collect performance data about your Azure apps while they are running in production? DevDiv Azure Services PM Chuck Weininger shows us how to do that using the Azure Application Insights...
View ArticleSharing Knowledge Online
Want to share your knowledge and experiences with others online? David Giard, host of the Technology and Friends and GCast channels on YouTube, shows you how to get started. Check out David's videos at...
View Article