-
Re: How can visualize Linq result as a Json.
Install Newtonsoft.Json in nuget package manager, then: JsonConvert.SerializeObject(...).Dump(); (View Post) -
Is it possible to hide master/model/msdb/tempdb database in LINQPad?
After I added the SQL Server connection, there is master/model/msdb/tempdb database listed under the connection, it's kind of messy. I'm wondering is any workaround for this? Possible solutions: * Pu… (View Post) -
Consider add a button "Export to markdown"?
Markdown(or .md) is a popular format in programming area, especially in tools like github, gitlab, jira. More and more blog platform already support markdown format. I wondering is it possible to add… (View Post) -
Re: Using static support
I think you can write it without the using keyword, say you using static "System.Console", you can just write: static System.Console instead of using static System.Console in the Namespace … (View Post) -
Will LINQPad 5 add support for latest function of C# 8/F# 4.6?
This is a essential post for these two posts: http://forum.linqpad.net/discussion/1838/support-switch-expression-in-linqpad#latest http://forum.linqpad.net/discussion/1837/can-i-specify-which-externa… (View Post)