Debugging with Style in Visual Studio (#254)

preview_player
Показать описание
Check out these tips for making it easier to visualize collections (arrays, lists, etc.) in the Visual Studio Debugger.

Рекомендации по теме
Комментарии
Автор

That is something that i didn't know at all. Great info!

Time
Автор

I personally prefer the second method because it seems weird to me to include some IDE-specific code to your actual data model/business object or whatever we want to call it 🙂

farzadmf