This workspace contains file-based .NET apps. These are standalone .cs files that can be run directly without creating a project file or traditional project structure.
- No project file required - Run C# code directly from a
.csfile - Built-in CLI integration - Uses the standard
dotnetCLI, no additional tools needed - Scales to full projects - Can be converted to traditional project-based apps when needed
- Same C# language - Full C# language support, same compiler and runtime