Skip to content

Commit

Permalink
XS✔ ◾ Rename folder and URI for MAUI rule (#7816)
Browse files Browse the repository at this point in the history
* Rename folder and uri for MAUI rule

* Auto-fix Markdown files

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AntPolkanov and github-actions[bot] authored Jan 22, 2024
1 parent adfc25c commit 1f75ed5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion categories/software-development/rules-to-better-maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index:
- how-to-build-for-the-right-platforms
- use-mvvm-pattern
- use-design-time-data
- the-best-xamarin-resources
- the-best-maui-resources
- optimize-android-builds-and-start-up-times
- use-hot-reload
- consistently-style-your-app
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
type: rule
title: Do you know where to find the best .NET MAUI resources?
uri: the-best-xamarin-resources
uri: the-best-maui-resources
authors:
- title: Adam Cogan
url: https://ssw.com.au/people/adam-cogan
Expand All @@ -12,6 +12,7 @@ authors:
related: []
redirects:
- do-you-know-where-to-find-the-best-xamarin-resources
- the-best-xamarin-resources
created: 2020-10-08T23:13:23.000Z
archivedreason: null
guid: b30559d3-4656-4cda-b1a2-fc1637b435c7
Expand All @@ -23,7 +24,7 @@ The following is a list of resources for learning, staying up to date with, and

### General

**[Awesome .NET MAUI](https://github.com/jsuarezruiz/awesome-dotnet-maui)** (evolution of [Awesome Xamarin Forms](https://github.com/jsuarezruiz/awesome-xamarin-forms)) is a curated list on GitHub of a bunch of resources for .NET MAUI. This includes controls, effects, behaviors, tools, and more. It's a good 'one-stop-shop' for everything related to .NET MAUI. 
**[Awesome .NET MAUI](https://github.com/jsuarezruiz/awesome-dotnet-maui)** (evolution of [Awesome Xamarin Forms](https://github.com/jsuarezruiz/awesome-xamarin-forms)) is a curated list on GitHub of a bunch of resources for .NET MAUI. This includes controls, effects, behaviors, tools, and more. It's a good 'one-stop-shop' for everything related to .NET MAUI.

**[Sands of MAUI](https://www.telerik.com/blogs/mobile-net-maui)** are newsletter-style blogposts regularly published on Telerik's website. It's a great source to keep yourself up to date as they cover the latest news about .NET MAUI.

Expand All @@ -33,7 +34,7 @@ The following is a list of resources for learning, staying up to date with, and

If you are new to the technology and want to know the basics, check out this [**4-hour crash course**](https://www.youtube.com/watch?v=DuNLR_NJv8U) by James Montemagno.

The best book for learning .NET MAUI is **[.NET MAUI in Action by Matt Goldman](https://www.manning.com/books/dot-net-maui-in-action?utm_source=goforgoldman&utm_medium=affiliate&utm_campaign=book_goldman_dot_5_10_22&a_aid=goforgoldman&a_bid=38933097)**.
The best book for learning .NET MAUI is **[.NET MAUI in Action by Matt Goldman](https://www.manning.com/books/dot-net-maui-in-action?utm_source=goforgoldman&utm_medium=affiliate&utm_campaign=book_goldman_dot_5_10_22&a_aid=goforgoldman&a_bid=38933097)**.
<!---and **[.NET MAUI Projects by Michael Cummings, Daniel Hindrikes and Johan Karlsson](https://www.packtpub.com/product/net-maui-projects-third-edition/9781837634910)**. -->

### Events
Expand All @@ -46,7 +47,7 @@ SSW hosts a **[MAUI Hack Day](https://mauihackday.com/)** every year.

**[.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui)** (evolution of [Xamarin Community Toolkit](https://github.com/xamarin/XamarinCommunityToolkit)): This is a community-driven set of controls, effects, behaviors, and extensions that make add a lot of functionality you are likely to reuse in your projects.

**[SyncFusion](https://www.syncfusion.com/maui-controls):** SyncFusion provides a set of beautiful controls and templates for a range of use cases and scenarios. There is also a community license, which allows you to use it free for anything earning less than $1m a year. 
**[SyncFusion](https://www.syncfusion.com/maui-controls):** SyncFusion provides a set of beautiful controls and templates for a range of use cases and scenarios. There is also a community license, which allows you to use it free for anything earning less than $1m a year.

**[Telerik](https://www.telerik.com/maui-ui):** Telerik provides a range of controls focused on enterprise and business applications.

Expand Down

0 comments on commit 1f75ed5

Please sign in to comment.