From the course: .NET 9 Maui: Enhanced Features for Cross-Platform Development

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

What is this update all about?

What is this update all about?

- [Instructor] .NET 9 is an incremental update to .NET that has special focus on cloud native apps and performance. While cloud native apps may not be interesting to us as MAUI developers, the performance improvements certainly are, and they find their way all the way down into the MAUI-specific code. One example of this is enhanced trimming support. For those of us who worked on Xamarin, this will be similar to LinkedIn but goes much further with deep control. We can also better control the different versions of frameworks or application use through the use of workload sets. These allow us to better control what versions of the frameworks we are developing with for a specific application. There have been several AI hooks added to .NET 9. A particular interest is an abstraction package that allows us to connect to different chat providers using a standardized API. As usual, there are many new language features that have been added to C# 13 itself. We'll be looking at many of these…

Contents