-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
Uno Platform is an open source, cross-platform modern application development framework built on top of .NET and integrated into Visual Studio, Rider, and Visual Studio Code.
Uno allows developers to write code once in C# in a single .NET project and be able to deploy their application to multiple target platforms.
Uno currently supports the following target platforms:
This makes Uno a good choice for development teams looking to offer native desktop or mobile applications that need to run on a variety of systems.
Other options for cross-platform .NET
Uno is not the only cross-platform UI solution for .NET. Avalonia UI is also another great option for developers to consider, as is .NET MAUI.
.NET MAUI is an evolution of Xamarin.Forms and will be familiar to developers who...