Introducing Microsoft Orleans
eBook - ePub

Introducing Microsoft Orleans

Implementing Cloud-Native Services with a Virtual Actor Framework

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Introducing Microsoft Orleans

Implementing Cloud-Native Services with a Virtual Actor Framework

Book details
Table of contents
Citations

About This Book

Welcome to Orleans, a virtual actor framework from Microsoft that allows a single developer to create immensely scalable, available applications while maintaining a high throughput. This guide is designed to give you a foundational understanding of Orleans, an overview of its implementations, and plenty of hands-on coding experience. Side-by-side monolithic and microservice patterns alongside Orleans' framework features are also discussed, to help readers without an actor model background understand how they can enhance applications.

Author Nelson's approach is to introduce patterns as needed for business requirements, including monolithic microservices and to convert monolithic to microservices, in order to keep a microservice from growing into a monolithic application. Orleans is a good choice for either of these scenarios as the next step to build your backend services and reduce unnecessary orchestration, overhead, and tooling.

The Orleans framework was designed to handle tedious overhead, allowing the developer to focus on the solution. You will learn how Orleans can support billions of virtually parallel transactions while sustaining low latency and high availability. In addition, you will glimpse under the hood at Orleans to discover its useful attributes. All key learning points include hands-on coding examples to reinforce understanding.

This book goes beyond what Orleans is to explain where it fits within the realm of development. You will gain an in-depth understanding to build a foundation for future growth.

What You Will Learn

  • Understand how Orleans can benefit your monolithic and/or microservice applications
  • Gain a brief overview of actor models and how they relate to Orleans
  • Observe the design patterns and how Orleans can simplify or reduce tooling requirements
  • Know the pros and cons of microservices and Orleans to determine the best course of action based on the needs of an application
  • Discover Orleans' design patterns and practices, including life cycle, messaging guarantees, cluster management, streams, load balancing, and more
  • Build your first Orleans' application; build base knowledge of application structure, unit testing, dashboard, scheduled events


Who This Book Is For

This book is for developers. A basic understanding of.NET development and an understanding of service concepts is helpful. Readers will need a connection to download Nuget packages and a code editor (Community Edition Visual Studio or VS Code).

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Introducing Microsoft Orleans by Thomas Nelson in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484280140

Table of contents

  1. Cover
  2. Front Matter
  3. 1. A Primer on Microsoft Orleans and the Actor Model
  4. 2. Introducing Microsoft Orleans
  5. 3. Lifecycles
  6. 4. Enhancing Current Designs
  7. 5. Starting Development
  8. 6. Timers and Reminders
  9. 7. Unit Tests
  10. 8. The Orleans Dashboard
  11. 9. Deployment
  12. 10. Conclusion
  13. Back Matter