Wingetlywingetly
← All apps

LINQPad 7

by Joseph Albahariv7.8.10

Last updated

The .NET Programmer’s Playground

Install with winget

$ winget install --id LINQPad.LINQPad.7 --exact --version 7.8.10

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LINQPad 7

LINQPad 7 uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
LINQPad7Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for LINQPad 7

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

LINQPad is not just for LINQ queries, but any C#/F#/VB expression, statement block or program.

Put an end to those hundreds of Visual Studio Console projects cluttering your source folder and join the revolution of LINQPad scripters and incremental developers.

Installers · v7.8.10

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for LINQPad 7.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • LINQPad 9Joseph Albahari
    LINQPad.LINQPad.9v9.10.20

    The .NET Programmer’s Playground

  • LINQPad 8Joseph Albahari
    LINQPad.LINQPad.8v8.10.4

    The .NET Programmer’s Playground

  • LINQPad 6Joseph Albahari
    LINQPad.LINQPad.6v6.15.12

    The .NET Programmer’s Playground

  • LINQPad 5Joseph Albahari
    LINQPad.LINQPad.5v5.52.1

    The .NET Programmer’s Playground

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • Microsoft SQL Server Management StudioMicrosoft Corporation
    Microsoft.SQLServerManagementStudiov20.2.1

    SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure

More from Joseph Albahari or browse .net, linq, sql.

Frequently asked questions

How do I install LINQPad 7 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id LINQPad.LINQPad.7 --exact --version 7.8.10. winget downloads the installer from Joseph Albahari and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LINQPad 7 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id LINQPad.LINQPad.7 --exact 7.8.10 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LINQPad 7?
LINQPad 7 uses EXE (Inno Setup). Run the downloaded installer with: LINQPad7Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall LINQPad 7 via winget?
Run: winget uninstall --id LINQPad.LINQPad.7 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LINQPad 7's Apps & Features entry.
Is LINQPad 7 free?
LINQPad 7 is distributed under Proprietary. Refer to the publisher (https://www.linqpad.net/) for the full license terms - Wingetly itself does not charge for installation.
Does LINQPad 7 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LINQPad 7 directly from the publisher.
How do I keep LINQPad 7 up to date?
Run winget upgrade --id LINQPad.LINQPad.7 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of LINQPad 7 from microsoft/winget-pkgs.