InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Dotnet-script Alternatives
Similar projects and alternatives to dotnet-script
-
-
.NET-Obfuscator
Lists of .NET Obfuscator (Free, Freemium, Paid and Open Source )
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
-
-
-
AutoUpdater.NET
AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
csharplang
The official repo for the design of the C# programming language
-
csx-script-sample
Um simples todo list desenvolvido com C# Script
-
interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
-
-
-
milewski-ctfp-pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
-
-
ClearScript
A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).
-
runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
-
BlazorWebFormsComponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dotnet-script reviews and mentions
-
Why Functional Programming Should Be the Future of Software
I do agree.
I think .Net has got it right. And dotnet-script [https://github.com/dotnet-script/dotnet-script] has been a game-changer for me with a REPL-like experience for unit testing and writing command-line utilities.
- What is the/your current/popular choice for dotnet c# scripting ?
- A simple dotnet tool to run C# scripts.
- Run and Debug csx files in Visual Studio? (c# Scripts)
-
Scripts em C#
WOJ, Filip. Dotnet script. Github, 2021. Disponível em . Acesso em: 11-09-2021
-
Is there a way to run simple c# code in vscode without creating a project?
You can use dotnet script (https://github.com/filipw/dotnet-script). You won‘t need a project file and you’ll get IntelliSense in VS Code. You just have to install dotnet script as a global tool to be able to run it.
-
What environment, online or as an application, do you use to test out and develop small C# scripts on Mac OS?
If you do find VSCode a bit too heavyweight, you might be interested in the dotnet-script package. It has a little bit of new syntax to learn, but might float your boat.
-
C# 9 top-level programs and target-typed expressions
I think the short answer to your question is "no".
For single-file-no-project simplicity your best bet is dotnet-script: https://github.com/filipw/dotnet-script
For native code your best bet is NativeAOT: https://github.com/dotnet/runtimelab/tree/feature/NativeAOT
I'm not aware of anything that combines the two.
As to why: it's not so much that they've made it hard as they haven't made it easy. The reason they haven't made it easy is that it's a fringe use case. The main benefits of AOT are faster startup time, smaller storage requirements, and compliance with the iOS interpreted language ban. Most people who worry about those things don't mind having a project file.
They _have_ made some changes that may partly address your concerns. Visual Studio is no longer required to build C#; you can do it purely from the command line. There is also a new project file format. it's still XML, but much simpler. The HelloWorld example[0] from NativeAOT is a good example of how simple it can get. And the command line tools include an easy way of creating a basic project files[1], so you don't have to memorize what little boilerplate remains.
[0] https://github.com/dotnet/runtimelab/tree/feature/NativeAOT/...
Not quite at a single .cs file, but there is the third-party dotnet-script [1] installed as a global tool to run .csx files. That's been around longer that C# language support for top level statements.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 9 Feb 2023
Stats
dotnet-script/dotnet-script is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- dotnet-script VS .NET-Obfuscator
- dotnet-script VS ScriptCS
- dotnet-script VS Introducing .NET Multi-platform App UI (MAUI)
- dotnet-script VS cs-script
- dotnet-script VS Squirrel
- dotnet-script VS omnisharp-vim
- dotnet-script VS AutoUpdater.NET
- dotnet-script VS csx-script-sample
- dotnet-script VS csharplang
- dotnet-script VS Visual Studio Community