ProfessionalCSharp7
ProfessionalCSharp7 copied to clipboard
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
https://csharp.christiannagel.com/2018/11/13/iloggertofile/#comment-21936 Comment from Ozzy Araujo: It appears ILoggingBuilder.AddDebug() is no longer available.. Did something change? (Page 1176 C#7 and .NET 2. 0[ApplicationServices]) { //.. #if DEBUG builder.AddDebug(); #endif //.. }...
Remove the EOS string from the WebSocket sample and send a different message on close Thanks to @GreenEyedAndy for the comments in #39
update the SignalR samples to the release of .NET Core 2.1
https://blog.botframework.com/2018/05/07/build-a-microsoft-bot-framework-bot-with-the-bot-builder-sdk-v4/
The Windows App guideline changed - remove the system back button and add a custom back button in the samples - see https://docs.microsoft.com/en-us/windows/uwp/design/basics/navigation-history-and-backwards-navigation