Skip to content

brminnick/HackerNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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