views:

59

answers:

1

Are there any implementations to display nicely table or list data in c# console app like say in PowerShell? Upd. Maybe third side or any?

A: 

No, there aren't out of the box. You will need to implement it yourself depending on the desired format.

Darin Dimitrov