
.NET MAUI Moves to CoreCLR in .NET 11 - .NET Blog
.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET.
.NET Blog
.NET MAUI Moves to CoreCLR in .NET 11 - .NET Blog
.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET.
.NET Blog.NET MAUI Moves to CoreCLR in .NET 11
https://mander.xyz/post/51976791

.NET MAUI Moves to CoreCLR in .NET 11 - Mander
Lemmy

.NET 11 Preview 4 is now available! - .NET Blog
Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more!
.NET Blog
How to Verify Network Connectivity in .NET MAUI
Learn the key steps to checking network connectivity in the various platforms available to your .NET MAUI app.
Telerik BlogsMy current #DotNetMAUI and #NeuralNetworks project: Design and train NNs in #GoogleColab and transfer them to a #CrossPlatform app using #ONNX. Basic principle established. Next I have to think of a genuinely useful and (the hard part) original trained NN to go in a mobile app.
https://philotalk.com/mobile-neural-network

Creating a Neural Network Based MAUI Mobile App with a Neural Network Designed and Trained in Google Colab | Stephen Moreton-Howell
Having done a masters degree in Artificial Intelligence and then switch my attention to writing cross-platform mobile apps, I want to drag it back to AI, while continuing to work on .NET MAUI. So I'm doing some experimental work creating and training neural networks in Python/Keras on Google Colab and then exporting them into .onnx files so they can be deployed into the .NET MAUI apps. Seeing what's possible before deciding what interesting NN based apps I might want to make.
Stephen Moreton-Howell