-
-
Notifications
You must be signed in to change notification settings - Fork 94
Home
Tareq Imbasher edited this page May 15, 2025
·
11 revisions
NetPad is a C# playground that allows you to write and run C# code instantly, without the ceremonies of creating and managing projects. NetPad's simplicity and utility make it a great tool for any .NET developer.
- Visualize data seamlessly in an interactive interface.
- Prototype and test code before incorporating it into your projects.
- Experiment with C# features that you haven't used before. NetPad is a great way to learn C#.
- Query databases using LINQ or SQL.
- Create your own utility/administration scripts and run them anytime.
Please open an issue or discussion if you're having problems or want to request a new feature.
Join our Discord server to collaborate and see the latest announcements.
A .NET SDK must be installed to use NetPad:
- .NET SDK (v6 or later)
You will also need to install the Entity Framework Core cli tool if you plan to create and use database connections: