Microsoft Learn .Net Maui course is how old?

Louis Elston 21 Reputation points
2024-12-21T22:47:07.66+00:00

https://learn.microsoft.com/en-us/training/modules/build-mobile-and-desktop-apps/2-describe-maui-architecture

It says "These frameworks all have access to the same .NET 6 Base Class Library (BCL)."

when I do a search on "what is .net 9 bcl version"

I find ...

The BCL (Base Class Library) version for .NET 9 is simply referred to as "BCL 9.0", meaning it is the latest version of the core libraries included with the .NET 9 framework; essentially, it's the set of fundamental classes and functionalities available to all .NET 9 applications. 

So, this course is not going to show the latest and current training material?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
15 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Bruce (SqlWork.com) 68,486 Reputation points
    2024-12-23T16:34:21.48+00:00

    .net 6 is no longer supported. while web and desktop apps can depend on LTS versions, the rules are different for mobile applications with Maui. there are no LTS versions of Maui. Plan on a yearly upgrade to the latest version of Maui. Also mobile O/S will often require more than yearly releases. Don't plan on longer than 3 month cadence to upgrade your applications to the latest patch level.

    it is not uncommon for a new mobile O/S release to break an existing application. while Maui seldom supports pre-release libraries and features, you must test your application on pre-releases and fix any issues hosting the old code on the new release.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.