Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 982 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 982 Bytes

MAUI

HackerNews

A .NET MAUI app for displaying the top posts on Hacker News.

This app demonstrates how to use IAsyncEnumerable + C# 8.0 to improve performance. Thanks to IAsyncEnumerable, the items are added to the list as soon as they're available making the app feel faster and more responsive.

This app also uses the Text Analytics API from Microsoft Cognitive Services to analyze the sentiment of each headline.

  • 😃 Headline is Happy
  • ☹️ Headline is Sad
  • 😐 Headline is Neither Happy or Sad

Hacker News Demo