Skip to content

Commit

Permalink
Add Services
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Oct 16, 2024
1 parent 286920a commit 2bf0c81
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
14 changes: 14 additions & 0 deletions Services/README.md
Original file line number Diff line number Diff line change
@@ -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. |

0 comments on commit 2bf0c81

Please sign in to comment.