Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dareka826/avalonia_no_xaml

A simple Avalonia application without the use of XAML
https://github.com/dareka826/avalonia_no_xaml

avalonia avalonia-ui avaloniaui cross-platform csharp

Last synced: about 2 months ago
JSON representation

A simple Avalonia application without the use of XAML

Awesome Lists containing this project

README

        

# A basic C# Application using Avalonia without XAML

To run:
```
dotnet restore
dotnet build
dotnet run
```