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

Chapter 5. What Line of Business Are You In?

In this chapter, you will learn how you can structure a line of business (LOB) application as a Single Page Application (SPA) and improve the user experience by adding SignalR. We'll look at how you can make it more maintainable by adding structure and some practices in conjunction with something called Bifrost. Of course, SignalR plays a vital part in it and focuses on how a typical LOB application can benefit from SignalR. It will not only reiterate the concepts of decoupling and MVVM that we've looked at earlier, but also see how things can be more structured and applicable in the real world. We will continue on the same theme in architecting software and bringing more concepts into play.

In this chapter, we will cover the following topics:

  • Dive deeper into SPAs

  • Dependency Inversion Principle (DIP)

  • Make use of Inversion of Control containers to manage our dependencies

  • Introduce Bifrost: an open source LOB productivity platform (http://bifrost.dolittle...