diff --git a/README.md b/README.md index 0627b4b..af5d3cc 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,15 @@ Happy learning! ## Resources -* [Blogs](Blogs): the amazing .NET MAUI community loves blogging about their learnings. Find their blog sites in here. -* [Books](Books): (e-)books written about .NET MAUI. -* [Code](Code): notable project or sample repositories with code that can be used for reference. -* [Social Media](Social%20Media): find all your social media influencers related to .NET MAUI here. -* [Videos](Videos): YouTube channels, Twitch streamers, full courses, etc. -* [Other](Other): links that do not fit in any of the other sections. Think of newsletters and podcasts. +| Category | Description | +| ----------- | ----------- | +| [Blogs](Blogs) | The amazing .NET MAUI community loves blogging about their learnings. Find their blog sites in here. | +| [Books](Books) | (E-)Books written about .NET MAUI. +| [Code](Code) | Notable project or sample repositories with code that can be used for reference. | +| [Services](Services) | Services that you can use with .NET MAUI apps, think of analytics, crash reporting, distribution, etc. | +| [Social Media](Social%20Media) | Sind all your social media influencers related to .NET MAUI here. | +| [Videos](Videos) | YouTube channels, Twitch streamers, full courses, etc. | +| [Other](Other) | Links that do not fit in any of the other sections. Think of newsletters and podcasts. | ## Official Links @@ -31,3 +34,5 @@ Happy learning! ### Attribution * Header image background: [Color pencil photo created by creativeart - www.freepik.com](https://www.freepik.com/photos/color-pencil). + +This repo and its resources are in no way affiliated with, or endorsed by Microsoft. \ No newline at end of file diff --git a/Services/README.md b/Services/README.md new file mode 100644 index 0000000..02c47ee --- /dev/null +++ b/Services/README.md @@ -0,0 +1,14 @@ +# Services for .NET MAUI + +Here you find services that you can use with .NET MAUI apps, think of analytics, crash reporting, distribution, and more. + +## Crashlytics + +Getting relevant crash reports is crucial with mobile apps. Find a list of services below that will make implementing the gathering of crash reports a breeze! + +| Service Name/Link | Description (in their own words, quotes from website) | +| ----------- | ----------- | +| [Bugsplat](https://docs.bugsplat.com/introduction/getting-started/integrations/cross-platform/dot-net-standard) | BugSplat is a powerful, user-friendly, and customizable reporting tool built by developers for developers. | +| [Raygun](https://raygun.com/documentation/language-guides/dotnet/crash-reporting/maui/) | Raygun ensures your customers are having flawless software experiences | +| [Sentry](https://sentry.io/for/dot-net/?platform=sentry.dotnet.maui) | Application monitoring software considered "not bad" by 4 million developers. | +| [TinyInsights](https://github.com/dhindrik/TinyInsights.Maui) | TinyInsights is a library for tracking and a website for showing insights for your .NET MAUI app. Data will be saved in Application Insights. The website will help you to show the data in a more mobile app-friendly user interface. | \ No newline at end of file