Book Image

SignalR Blueprints

By : Einar Ingerbrigsten
Book Image

SignalR Blueprints

By: Einar Ingerbrigsten

Overview of this book

Table of Contents (18 chapters)
SignalR Blueprints
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
9
Debugging or Troubleshooting
Index

Summary


Building on what we covered in Chapter 2, Overheating the Discussion, you should now be familiar with SignalR and its power. We've also seen a bit more of what is possible with the Entity Framework and ASP.NET MVC, although just scratching the surface of these. However, most importantly, the takeaway should be the opportunities of improving the user experience and at the same time meeting technical needs, such as scaling. You can find the entire sample code at https://github.com/dolittle/SignalR_Blueprints/tree/master/Source/Chapter3.

In the next chapter, we will focus more on structure, patterns, and practices, and how we can improve the code base and tidy up a bit. At the same time, we will push forward the concept of publish or subscribe, which sits at the heart of SignalR.