Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Introducing Microsoft Orleans = impl...
~
Nelson, Thomas.
Linked to FindBook
Google Book
Amazon
博客來
Introducing Microsoft Orleans = implementing cloud-native services with a virtual actor framework /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Introducing Microsoft Orleans/ by Thomas Nelson.
Reminder of title:
implementing cloud-native services with a virtual actor framework /
Author:
Nelson, Thomas.
Published:
Berkeley, CA :Apress : : 2022.,
Description:
xviii, 196 p. :ill., digital ;24 cm.
[NT 15003449]:
Chapter 1: A Primer on Microsoft Orleans and the Actor Model -- Chapter 2: Introducing Microsoft Orleans -- Chapter 3: Lifecycles -- Chapter 4: Enhancing Current Designs -- Chapter 5: Starting Development -- Chapter 6: Timers and Reminders -- Chapter 7: Unit Tests -- Chapter 8: Orleans' Dashboard -- Chapter 9: Deployment -- Chapter 10: Conclusion.
Contained By:
Springer Nature eBook
Subject:
Application software - Development. -
Online resource:
https://doi.org/10.1007/978-1-4842-8014-0
ISBN:
9781484280140
Introducing Microsoft Orleans = implementing cloud-native services with a virtual actor framework /
Nelson, Thomas.
Introducing Microsoft Orleans
implementing cloud-native services with a virtual actor framework /[electronic resource] :by Thomas Nelson. - Berkeley, CA :Apress :2022. - xviii, 196 p. :ill., digital ;24 cm.
Chapter 1: A Primer on Microsoft Orleans and the Actor Model -- Chapter 2: Introducing Microsoft Orleans -- Chapter 3: Lifecycles -- Chapter 4: Enhancing Current Designs -- Chapter 5: Starting Development -- Chapter 6: Timers and Reminders -- Chapter 7: Unit Tests -- Chapter 8: Orleans' Dashboard -- Chapter 9: Deployment -- Chapter 10: Conclusion.
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 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) Thomas Nelson, a Lead Cloud Architect and a Microsoft Certified Azure Solutions Architect Expert, has worked in several technical fields spanning from the graphic design of websites to development and architecture. During his 10 years of backend development, his interest has gravitated towards DevSecOps and automation. He enjoys teaching others and is often found at local meetups presenting various technologies, patterns, and software examples. He is thrilled to be using Orleans and considers it one of those wonderful and valuable frameworks that should be in the tool kit of every architect and backend developer. Also, he is pleased to have graduated from monolithic and microservice systems to build cloud-native solutions, including actor model backends. He has an associate's degree in Graphic Design, bachelor's degree in Computer Information Systems, and is currently attending Harvard Extension pursuing his master's degree in Information Management Systems.
ISBN: 9781484280140
Standard No.: 10.1007/978-1-4842-8014-0doiSubjects--Uniform Titles:
Microsoft Orleans (Software framework)
Subjects--Topical Terms:
539563
Application software
--Development.
LC Class. No.: QA76.6 / .N45 2022
Dewey Class. No.: 005.2762
Introducing Microsoft Orleans = implementing cloud-native services with a virtual actor framework /
LDR
:04819nmm a2200325 a 4500
001
2300995
003
DE-He213
005
20220525110650.0
006
m d
007
cr nn 008maaau
008
230324s2022 nyu s 0 eng d
020
$a
9781484280140
$q
(electronic bk.)
020
$a
9781484280133
$q
(paper)
024
7
$a
10.1007/978-1-4842-8014-0
$2
doi
035
$a
978-1-4842-8014-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.6
$b
.N45 2022
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.2762
$2
23
090
$a
QA76.6
$b
.N431 2022
100
1
$a
Nelson, Thomas.
$3
3600005
245
1 0
$a
Introducing Microsoft Orleans
$h
[electronic resource] :
$b
implementing cloud-native services with a virtual actor framework /
$c
by Thomas Nelson.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xviii, 196 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: A Primer on Microsoft Orleans and the Actor Model -- Chapter 2: Introducing Microsoft Orleans -- Chapter 3: Lifecycles -- Chapter 4: Enhancing Current Designs -- Chapter 5: Starting Development -- Chapter 6: Timers and Reminders -- Chapter 7: Unit Tests -- Chapter 8: Orleans' Dashboard -- Chapter 9: Deployment -- Chapter 10: Conclusion.
520
$a
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 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) Thomas Nelson, a Lead Cloud Architect and a Microsoft Certified Azure Solutions Architect Expert, has worked in several technical fields spanning from the graphic design of websites to development and architecture. During his 10 years of backend development, his interest has gravitated towards DevSecOps and automation. He enjoys teaching others and is often found at local meetups presenting various technologies, patterns, and software examples. He is thrilled to be using Orleans and considers it one of those wonderful and valuable frameworks that should be in the tool kit of every architect and backend developer. Also, he is pleased to have graduated from monolithic and microservice systems to build cloud-native solutions, including actor model backends. He has an associate's degree in Graphic Design, bachelor's degree in Computer Information Systems, and is currently attending Harvard Extension pursuing his master's degree in Information Management Systems.
630
0 0
$a
Microsoft Orleans (Software framework)
$3
3600006
650
0
$a
Application software
$x
Development.
$3
539563
650
0
$a
Computer programming.
$3
527209
650
0
$a
Cloud computing.
$3
1016782
650
1 4
$a
Microsoft.
$3
3593799
650
2 4
$a
Cloud Computing.
$3
3231328
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8014-0
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9442887
電子資源
11.線上閱覽_V
電子書
EB QA76.6 .N45 2022
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login