Skip to content

Commit

Permalink
Update Post.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yagmurcelk authored Feb 5, 2025
1 parent 1f23306 commit 62f8644
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
### ASP.NET Core SignalR New Features — Summary

In this article, I’ll highlight the latest .**NET 9 SignalR updates** for ASP.NET Core 9.0.

![Cover](cover.png)



### SignalR Hub Accepts Base Classes

SignalR `Hub` class can now get a base class of a polymorphic class. As you see in the example below, I can send `Animal` to `Process` method. Before .NET 9, we could only pass the derived classes: `Cat` and `Dog`.
Expand Down

0 comments on commit 62f8644

Please sign in to comment.