Our great sponsors
-
Iron python
Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).
Or you can use something like IronPython to host python in C# and do it, or just host the interpreter yourself.
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Here's what I'm referring to. https://github.com/dotnet/roslyn/blob/main/docs/wiki/Scripting-API-Samples.md
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Why does foreach on arrays and strings get lowered into a while loop that ignores IEnumerable, even though both classes implement it?
- What’s the maximum number of arguments for method in C# and in .NET?
- Does anyone has a coean code style / code formatter setup for C# on JetBrains Rider to share?
- okidoki - markdown editor with C# support
- C# bug