0

I'm running a few windows console programs, and I would like to be able to format text output, display photographs in a scrolling fashion, basically what is implemented in Linqpad.

Is there some framework or a method to run Linqpad result pane without the Linqpad user interface ?

Cœur
  • 37,241
  • 25
  • 195
  • 267
hreinn1000
  • 255
  • 1
  • 7
  • 18
  • 2
    possible duplicate of [How to implement Dump as the one provided by LinqPad?](http://stackoverflow.com/questions/6207386/how-to-implement-dump-as-the-one-provided-by-linqpad) – Frank van Puffelen Jan 17 '15 at 14:18

1 Answers1

3

Add a reference to LINQPad.exe (the AnyCPU build) and call LINQPad.Util.CreateXhtmlWriter or LINQPad.Util.ToHtmlString.

Joe Albahari
  • 30,118
  • 7
  • 80
  • 91