(Bundle) SignalR in ASP.NET Core + Integrating SIgnalR and Angular
Bundle of Our "Introduction to SignalR" with "Integration with Angular" Courses
Course Length: 0:30
Writing real-time applications for the web has always been difficult. Building long-polling, comet connections or even using WebSockets requires a long development cycle. Dealing with the different networking scenarios can be a huge headache. That's where SignalR comes to the rescue.
SignalR is library that allows you to build a publish-subscribe messaging system that can push real-time updates directly to a browser, mobile app, or anything using JavaScript, C# or Java. The SignalR team have done the hard work of figuring out how to do this without you having to know all the messy details of proxy servers, disconnection timeouts, or firewalls.
In this new micro-course, Shawn Wildermuth shows you how to build a simple SignalR app inside of an ASP.NET Core application that supports multi-casting to different types of clients. He shows you how to build a type-safe Hub and how to call it from clients and from inside of MVC Controllers.
Here is the cirruculum covered in the course:
Course Curriculum
-
StartIntroduction (0:25)
-
PreviewWhat is SignalR (3:11)
-
StartThe Starting Project (4:10)
-
StartCreating Your First Hub (4:51)
-
StartSending Messages From the Server (2:22)
-
StartAdding the Client-side Code (7:08)
-
PreviewStrongly Typed Hubs (2:31)
-
StartUsing Groups and Users (4:54)
-
StartSummary (0:56)
-
StartCode and Slides
Your Instructor
Shawn Wildermuth has been tinkering with computers and software since he got a Vic-20 back in the early ‘80s. As a Microsoft MVP since 2003, he’s also involved with Microsoft as an ASP.NET Insider and ClientDev Insider. You may have taken one of his more than twenty courses on Pluralsight ( http://shawnw.me/psauthor). He’s authored eight books and innumerable articles on software development. You can also see him at one of the local and international conferences he’s spoken at including TechEd, Oredev, SDC, NDC, VSLive, DevIntersection, MIX, Devteach, DevConnections and Dev Reach. He is one of the Wilder Minds. You can reach him at his blog at http://wildermuth.com. He’s also making his first, feature-length, documentary about software developers today called “Hello World: The Film”. You can see more about it at http://helloworldfilm.com.