RU EN
Книги для разработчиков

SignalR on .NET 6 - The Complete Guide

SignalR on .NET 6 - The Complete Guide

The easiest way to enable real-time two-way HTTP communication on .NET 6
Автор:
Год:
Страниц:
166
Просмотров:
3541
SignalR on .NET 6 - The Complete Guide favorites 0
Описание

Are you a software engineer who needs to build a fully interactive application with real-time updates? Perhaps you are aiming to write an instant messaging app. Or perhaps you want to receive updates about someone's location in real time. Or maybe you have a fleet of responsive Internet of Things devices that you need to get to communicate in real time with each other and the server.

It is a very common challenge of modern software development. If your application isn't Interactive enough, the market will simply reject it. Most apps of today are expected to be interactive. But unfortunately, such functionality is typically hard to implement.

However, if you choose to build your server-side application on ASP.NET Core, you are in luck. There is a way to make this whole process incredibly easy. It's made easy by a library called SignalR, which is inbuilt in ASP.NET Core.

SignalR doesn't only enable us to achieve real-time two-way communication between applications. It also substantially simplifies the process of enabling all of this in the code. Under the hood, it uses various two-way communication protocols, such as WebSocket. However, it abstracts away all the implementation complexity of these protocols. To the developer, working with this library will mostly consists of writing simple, intuitive, and easily readable expressions.

In this book, we will cover everything you would need to know about using SignalR on .NET 6, so you will see how to integrate it with the the latest features on ASP.NET Core 6 and C# 10. We will cover much more than you can find in the official documentation of the library. For example, you will learn how to connect a plain WebSocket client to it, which may help you to write a client in a language that isn't officially supported.

Likewise, we will cover many concepts that aren't directly related to SignalR, but are important for its production-ready implementation. These include single sign-on, certificate authorization, logging, metrics, and scaling out. By the end of this book, you would be able to identify the situations where SignalR is the best tool for the job and you would be fully capable of implementing it.

Table of Content:

  1. Introduction to SignalR.
  2. Setting up your project.
  3. In-browser SignalR clients.
  4. External SignalR clients.
  5. Sending messages to individual clients or groups of clients.
  6. Streaming in SignalR.
  7. Advanced SignalR configuration.
  8. Securing your SignalR applications.
  9. Scaling out SignalR application.
  10. Introducing Azure SignalR Service.
Похожее
Coding Clean, Reliable, and Safe REST APIs with ASP.NET Core 8
Автор: Anthony Giretti
Год: 2023
DescriptionLearn ASP.NET Core APIs delivered in its latest version of the Microsoft Framework .NET 8. This book will show you how to develop APIs with ASP.NET Core 8. Author Anthony Giretti will reveal all you need to know about HTTP...
Parallel Programming and Concurrency with C# 10 and .NET 6
Автор: Alvin Ashcraft
Год: 2022
Leverage the latest parallel and concurrency features in .NET 6 when building your next application and explore the benefits and challenges of asynchrony, parallelism, and concurrency in .NET via practical examples.Key features: Learn to implement parallel programming...
Front-end Development with ASP.NET Core, Angular, and Bootstrap
Автор: Simone Chiaretta
Год: 2018
Front-End Development with ASP.NET Core, Angular, and Bootstrap is the professional's guide to fast, responsive web development. Utilizing the most popular combination of web technologies for Microsoft developers, this guide provides the latest best practices and ASP.NET MVP guidance to...
Realtime Web Apps
Автор: Jason Lengstorf, Phil Leggetter
Год: 2013
Realtime Web Apps: With HTML5 WebSocket, PHP, and jQuery is a guide for beginner- to intermediate-level web developers looking to take the next leap forward in website and app development: realtime.With Realtime Web Apps, you’ll be able to quickly get...
Написать сообщение
Тип
Почта
Имя
*Сообщение
RSS
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Остановись, мгновенье. Медленное программирование — тренд для уставших разработчиков
Типичные взаимные блокировки в MS SQL и способы борьбы с ними
Using a сustom PagedList class for Generic Pagination in .NET Core
WAF и RASP: в чём разница и что лучше для безопасности веб-приложений
Три способа отладки T-SQL кода
Не одними Unity и Unreal Engine. Альтернативные игровые движки
Компиляция и запуск C# и Blazor внутри браузера
Функции и хранимые процедуры в PostgreSQL: зачем нужны и как применять в реальных примерах
101 вопрос, на которые должен ответить Python-разработчик
Boosty
Donate to support the project
GitHub account
GitHub profile