 
        Find your US Representatives and Congressional Districts with SMS and ASP.NET Core
            
            -
            .NET
        
        
            Learn how to create an SMS bot that looks up U.S. Congressional Districts and Representatives using the Google Civic Information API, C#, ASP.NET Core Minimal API, and Twilio SMS.
        
     
        Real-time applications with Blazor Server and Firestore
            
            -
            DotNet
        
        
            Blazor Server is built on SignalR, which is built on websockets. Among things, websockets enable Blazor Server to push changes from the server to the browser at any time. You can build real-time UI's when you combine this with a real-time database.