Mono-basic
DISCONTINUED
Roslyn
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
Mono-basic | Roslyn | |
---|---|---|
0 | 153 | |
101 | 18,017 | |
- | 0.5% | |
0.0 | 10.0 | |
almost 3 years ago | 4 days ago | |
Visual Basic .NET | C# | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Mono-basic
We haven't tracked posts mentioning Mono-basic yet.
Tracking mentions began in Dec 2020.
Roslyn
- Por debaixo do capô: async/await e as mágicas do compilador csharp
-
Use Case Driven Development with Low-Code
At runtime, the Case C# expressions are embedded into a function and dynamically compiled into an assembly using the Roslyn C# compiler. Then the function that contains the expression is called (e.g. CaseAvailableFunction.Availablle()). At runtime, the function provides various methods to access stored case values as well as the current input data.
- Do you guys think this programmer is right about dotnet?
-
How to combine codes that other people have worked on?
I like to use the roslyn coding practices for C# projects (https://github.com/dotnet/roslyn/blob/main/docs/wiki/Contributing-Code.md)
-
Availability of C# Dev Kit for Neovim?
Looks like it uses the Microsoft.CodeAnalysis.LanguageServer package as the lsp. The code for that is here https://github.com/dotnet/roslyn/tree/main/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer so presumable there's some way to get it to talk to neovim.
- Do you think C# will be decentralized in the future?
-
Interceptors (new C# metaprogramming feature) to fuel DapperAOT development
https://github.com/dotnet/roslyn/blob/main/docs/features/int...
Without interceptors, source generators can only add new code, but cannot modify any existing code. Interceptors enable method call substitutions.
-
Announcing C# Dev Kit for Visual Studio Code
Here is a link to the dotnet/roslyn .editorconfig for reference, scroll down to # CSharp code style settings:
-
How do IDEs add language support / detect the language you are using?
It's no surprise that IDEs can do the same thing, and they may even share the same codebase for doing so. For instance, C#'s Roslyn compiler states:
-
Ich werde niemals auf Proprietäre r Basis software entwickeln
Der Compiler und das Framework sind Open source zB. https://github.com/dotnet/roslyn
What are some alternatives?
MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
CSharpObfuscator - CSharp Obfuscator protects your .NET application code through obfuscation transforms, while maintaining debugging abilities for quality assurance testing.
Roslyn-linq-rewrite - Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Bridge.NET - :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
ClojureCLR - A port of Clojure to the CLR, part of the Clojure project
VisualFSharp - The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
SharpLab - .NET language playground
FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider
ReactiveUI - An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler