LINQPad – The .NET Programmer’s Playground

LINQPad – The .NET Programmer’s Playground

I use LINQPad almost every day to execute any C# code I write, and sometimes it totally replaces Visual Studio for me. Moreover, I do not need to use SQL Server Management Studio for simple queries anymore. Unlike VS and SSMS, LINQPad is light and fast. If you want to see how valuable tool it is, just read this article till the end.

Disclaimer: I have Premium license (info) that I won at a local .NET group meeting (Wroc.NET). Some of the features described below are not available in the free version.

Simple queries (Expression)

LINQPad can run any C#, VB and F# code. Both LINQ queries and source code should be written using the syntax of the selected language. The tool automatically colors the source code according to standard.

The outcome of each query is presented in the results view – either in a text format (there is an HTML underneath) or in a grid. Additionally, you can see IL statements and execution tree for each query.

Complex queries (Statements)

LINQPad can also run a series of queries. This feature comes in handy when you want to execute more complex query. It is worth mentioning that LINQPad fully supports automatic code completion (IntelliSense).

Continue reading on PGS blog site.

要查看或添加评论,请登录

?ukasz Kurzyniec.p?l的更多文章

  • GitHub - Auto-merge Dependabot's PRs

    GitHub - Auto-merge Dependabot's PRs

    Below note is based on Dependabot - Fetch Metadata Action. Up-to-date code could be found in my repo here.

  • Visualize your Terraform

    Visualize your Terraform

    I know, there is `terraform graph` command, and you can use it with `graphviz` tool, which is recommanded approach by…

    1 条评论
  • Boilerplate of API in .NET 6

    Boilerplate of API in .NET 6

    It's been a while since I published the very first version of my boilerplate of API. I made there a lot of…

  • terraform version switcher for Windows

    terraform version switcher for Windows

    1. Download some terraform with Chocolatey choco install terraform --version 0.

    6 条评论
  • Boilerplate of API in .NET Core 3.1

    Boilerplate of API in .NET Core 3.1

    Boilerplate is a piece of code that helps you to quickly kick-off a project or start writing your source code. It is…

    2 条评论
  • Comma dangle - simple rule that makes your GIT life clean and easy

    Comma dangle - simple rule that makes your GIT life clean and easy

    Trailing commas in array and object literals are valid. Benefits: One line change - clean diff Easy conflict resolving

  • Debug Like a Magician – OzCode

    Debug Like a Magician – OzCode

    I am a typical .NET developer and I use Visual Studio on a daily basis.

    1 条评论

社区洞察

其他会员也浏览了