Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irongut/mauibeach
MAUI Beach - A playground for experiments with .NET MAUI.
https://github.com/irongut/mauibeach
dotnet maui maui-apps
Last synced: 9 days ago
JSON representation
MAUI Beach - A playground for experiments with .NET MAUI.
- Host: GitHub
- URL: https://github.com/irongut/mauibeach
- Owner: irongut
- License: mit
- Created: 2021-11-29T00:37:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T05:58:47.000Z (over 1 year ago)
- Last Synced: 2024-11-02T04:21:52.182Z (16 days ago)
- Topics: dotnet, maui, maui-apps
- Language: C#
- Homepage: https://blog.taranissoftware.com/series/xamarin-maui
- Size: 304 KB
- Stars: 29
- Watchers: 2
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MAUI Beach
A playground for experiments with .NET MAUI, development is documented on my blog [Sailing the Sharp Sea](https://blog.taranissoftware.com/series/xamarin-maui).
## Blog Posts
1. [First Steps on MAUI Beach](https://blog.taranissoftware.com/first-steps-on-maui-beach)
2. [Upgrading to .NET MAUI Preview 11](https://blog.taranissoftware.com/upgrading-to-net-maui-preview-11)
3. [Building .NET MAUI apps with GitHub Actions](https://blog.taranissoftware.com/building-net-maui-apps-with-github-actions) - Preview version, now outdated
4. [Platform Specific Code using Partial Classes in .NET MAUI](https://blog.taranissoftware.com/platform-specific-code-using-partial-classes-in-net-maui)
5. [MAUI Beach - Updating to .NET MAUI GA](https://blog.taranissoftware.com/maui-beach-updating-to-net-maui-ga)
6. [Build .NET MAUI apps with GitHub Actions](https://blog.taranissoftware.com/build-net-maui-apps-with-github-actions) - GA version
7. *Coming Soon...*## Useful Links
- [dotnet/maui](https://github.com/dotnet/maui)
- [MAUI Roadmap](https://github.com/dotnet/maui/wiki/Roadmap)
- [Official Documentation](https://docs.microsoft.com/dotnet/maui/)## MS Dev Blogs
- [MAUI Dev Blogs](https://devblogs.microsoft.com/dotnet/category/maui/)
- [Introducing .NET MAUI – One Codebase, Many Platforms](https://devblogs.microsoft.com/dotnet/introducing-dotnet-maui-one-codebase-many-platforms/) (GA release blog)
- [Performance Improvements in .NET MAUI](https://devblogs.microsoft.com/dotnet/performance-improvements-in-dotnet-maui/)
- [New Resources to Get Started with .NET MAUI](https://devblogs.microsoft.com/dotnet/learn-dotnet-maui/)
- [Getting Started with DevOps and .NET MAUI](https://devblogs.microsoft.com/dotnet/devops-for-dotnet-maui/)
- [Customizing Controls in .NET MAUI](https://devblogs.microsoft.com/dotnet/customizing-dotnet-maui-controls/)