Showing results for .NET MAUI - .NET Blog

May 16, 2023
Post comments count18
Post likes count16

Announcing .NET 8 Preview 4

Jon Douglas
Jon Douglas

.NET 8 Preview 4 contains many exciting new features for the runtime and libraries, Native AOT improvements, modern build output and simplified paths, NuGet package security auditing, and much more!

.NETASP.NET CoreC#
Apr 25, 2023
Post comments count8
Post likes count11

Drawing Elements on Maps with .NET MAUI

James Montemagno
James Montemagno

.NET MAUI now features a Map control that allows you not only to display a position with pins, but also render full geometry to essentially draw on a map! In this post I show you how to do it.

.NET.NET MAUI
Apr 11, 2023
Post comments count13
Post likes count8

Announcing .NET MAUI in .NET 8 Preview 3

David Ortinau
David Ortinau

.NET MAUI makes it's way to .NET 8 Preview 3 and is full of new quality improvements for developers across the entire framework. In addition, we are introducing NuGet packages even greater flexibility going forward.

.NET.NET MAUI
Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz
Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET CoreC#
Jan 25, 2023
Post comments count11
Post likes count16

Using Command Binding in Windows Forms apps to go Cross-Platform

Klaus Loeffelmann
Klaus Loeffelmann

The WinForms code-behind approach has always made app development in WinForms unrivaled fast. For complex line-of-business apps, however, it can become an architectural challenge. New Command- and Data Binding Features in .NET 7 make UI-Controllers and MVVM an alternative and allow them also be reused in UI stacks like .NET MAUI.

.NETC#.NET MAUI