Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.12 KB

File metadata and controls

24 lines (15 loc) · 1.12 KB

Readme - Code Samples for Chapter 43, WebHooks and SignalR

This chapter contains these samples:

  • SignalRSample
    • ChatServer (contains SignalR and the HTML file ChatWindow for a HTML/JavaScript client)
    • MvvmLib (Library used by WPFChatClient)
    • WPFChatClient (WPF Client)
  • WebHooksSample

The sample code of this chapter is using the .NET Framework because SignalR and WebHooks was not available for .NET Core at the time writing this book. However, the WPF application makes use of a .NET Core library for dependency injection. This is currently based on .NET Core RC1.

To build and run the .NET Core samples, please install

  • Visual Studio 2015 Update 3
  • .NET Core 1.0 for Visual Studio

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!