🚧 📱

Mobile experience coming soon

Mobile development is in progress. Until it is complete, please use your desktop or laptop.

Thanks!

← Back
IAmTimCorey May 31, 2023

Debugging Lists in Visual Studio - viewing, sorting, and exporting

Summary

The main theme is improved debugging of lists in C# using Visual Studio 17.2 onwards. Key subjects include visualizing and exporting list data, specifically mentioning a list of `Person` models with properties like `firstName`, `lastName`, `age`, and `isEmployee`. The practical takeaway is that developers can now more easily inspect, sort, and export list data to formats like CSV and Excel directly from the debugger, saving time and reducing debugging complexity.

View original episode ↗