The shift to building on what was originally called .NET Core has brought big changes to .NET. Not only is it now open source and cross-platform, it’s also no longer tied to Windows’ release cycles.
In modern applications, data is being retrieved in asynchronous, real-time streams, as the days of traditional pull requests where the clients asks for data from the server are becoming a thing of the ...