In this chapter, you’ll learn about two final critical concepts – asynchronous operations and using multiple database contexts in your solutions.
At the end of this chapter, you’ll have learned how to work with asynchronous operations, which can help to leverage the full power of today’s multi-core computer systems.
Additionally, you’ll also have taken a look at how it is possible to use more than one database context in your solutions. Using multiple contexts can be a powerful ...