Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Design patterns in .NET = reusable a...
~
Nesteruk, Dmitri.
Linked to FindBook
Google Book
Amazon
博客來
Design patterns in .NET = reusable approaches in C# and F# for object-oriented software design /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Design patterns in .NET/ by Dmitri Nesteruk.
Reminder of title:
reusable approaches in C# and F# for object-oriented software design /
Author:
Nesteruk, Dmitri.
Published:
Berkeley, CA :Apress : : 2019.,
Description:
xv, 359 p. :ill., digital ;24 cm.
[NT 15003449]:
Part I: Introduction -- Chapter 1: The SOLID Design Principles -- Chapter 2: The Functional Perspective -- Part II: Creational Patterns -- Chapter 3: Builder -- Chapter 4: Factories -- Chapter 5: Prototype -- Chapter 6: Singleton. Part III: Structural Patterns -- Chapter 7: Adapter -- Chapter 8: Bridge -- Chapter 9: Composite -- Chapter 10: Decorator -- Chapter 11: Facade -- Chapter 12: Flyweight -- Chapter 13: Proxy -- Part IV: Behavioral Patterns. - Chapter 14: Chain of Responsibility -- Chapter 15: Command -- Chapter 16: Interpreter -- Chapter 17: Iterator -- Chapter 18: Mediator -- Chapter 19: Memento -- Chapter 20: Null Object -- Chapter 21: Observer -- Chapter 22: State -- Chapter 23: Strategy -- Chapter 24: Template Method -- Chapter 25: Visitor.
Contained By:
Springer eBooks
Subject:
Object-oriented methods (Computer science) -
Online resource:
https://doi.org/10.1007/978-1-4842-4366-4
ISBN:
9781484243664
Design patterns in .NET = reusable approaches in C# and F# for object-oriented software design /
Nesteruk, Dmitri.
Design patterns in .NET
reusable approaches in C# and F# for object-oriented software design /[electronic resource] :by Dmitri Nesteruk. - Berkeley, CA :Apress :2019. - xv, 359 p. :ill., digital ;24 cm.
Part I: Introduction -- Chapter 1: The SOLID Design Principles -- Chapter 2: The Functional Perspective -- Part II: Creational Patterns -- Chapter 3: Builder -- Chapter 4: Factories -- Chapter 5: Prototype -- Chapter 6: Singleton. Part III: Structural Patterns -- Chapter 7: Adapter -- Chapter 8: Bridge -- Chapter 9: Composite -- Chapter 10: Decorator -- Chapter 11: Facade -- Chapter 12: Flyweight -- Chapter 13: Proxy -- Part IV: Behavioral Patterns. - Chapter 14: Chain of Responsibility -- Chapter 15: Command -- Chapter 16: Interpreter -- Chapter 17: Iterator -- Chapter 18: Mediator -- Chapter 19: Memento -- Chapter 20: Null Object -- Chapter 21: Observer -- Chapter 22: State -- Chapter 23: Strategy -- Chapter 24: Template Method -- Chapter 25: Visitor.
Implement design patterns in .NET using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today's developer toolbox. Using the C# programming language, Design Patterns in .NET explores the classic design pattern implementation and discusses the applicability and relevance of specific language features for the purpose of implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern inter-relationships, and illustrates the way that a dedicated refactoring tool (ReSharper) can be used to implement design patterns with ease. What You'll Learn: Know the latest pattern implementations available in C# and F# Refer to researched and proven variations of patterns Study complete, self-contained examples including many that cover advanced scenarios Use the latest implementations of C# and Visual Studio/ReSharper This book is for developers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solving modern problems. Dmitri Nesteruk is a quantitative analyst, developer, course and book author, and an occasional conference speaker. His interests lie in software development and integration practices in the areas of computation, quantitative finance, and algorithmic trading. His technological interests include C# and C++ programming as well as high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009.
ISBN: 9781484243664
Standard No.: 10.1007/978-1-4842-4366-4doiSubjects--Topical Terms:
572510
Object-oriented methods (Computer science)
LC Class. No.: QA76.9.O35 / N478 2019
Dewey Class. No.: 005.117
Design patterns in .NET = reusable approaches in C# and F# for object-oriented software design /
LDR
:03498nmm a2200325 a 4500
001
2191706
003
DE-He213
005
20191107154610.0
006
m d
007
cr nn 008maaau
008
200504s2019 cau s 0 eng d
020
$a
9781484243664
$q
(electronic bk.)
020
$a
9781484243657
$q
(paper)
024
7
$a
10.1007/978-1-4842-4366-4
$2
doi
035
$a
978-1-4842-4366-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.O35
$b
N478 2019
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.117
$2
23
090
$a
QA76.9.O35
$b
N468 2019
100
1
$a
Nesteruk, Dmitri.
$3
3321931
245
1 0
$a
Design patterns in .NET
$h
[electronic resource] :
$b
reusable approaches in C# and F# for object-oriented software design /
$c
by Dmitri Nesteruk.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2019.
300
$a
xv, 359 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I: Introduction -- Chapter 1: The SOLID Design Principles -- Chapter 2: The Functional Perspective -- Part II: Creational Patterns -- Chapter 3: Builder -- Chapter 4: Factories -- Chapter 5: Prototype -- Chapter 6: Singleton. Part III: Structural Patterns -- Chapter 7: Adapter -- Chapter 8: Bridge -- Chapter 9: Composite -- Chapter 10: Decorator -- Chapter 11: Facade -- Chapter 12: Flyweight -- Chapter 13: Proxy -- Part IV: Behavioral Patterns. - Chapter 14: Chain of Responsibility -- Chapter 15: Command -- Chapter 16: Interpreter -- Chapter 17: Iterator -- Chapter 18: Mediator -- Chapter 19: Memento -- Chapter 20: Null Object -- Chapter 21: Observer -- Chapter 22: State -- Chapter 23: Strategy -- Chapter 24: Template Method -- Chapter 25: Visitor.
520
$a
Implement design patterns in .NET using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today's developer toolbox. Using the C# programming language, Design Patterns in .NET explores the classic design pattern implementation and discusses the applicability and relevance of specific language features for the purpose of implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern inter-relationships, and illustrates the way that a dedicated refactoring tool (ReSharper) can be used to implement design patterns with ease. What You'll Learn: Know the latest pattern implementations available in C# and F# Refer to researched and proven variations of patterns Study complete, self-contained examples including many that cover advanced scenarios Use the latest implementations of C# and Visual Studio/ReSharper This book is for developers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solving modern problems. Dmitri Nesteruk is a quantitative analyst, developer, course and book author, and an occasional conference speaker. His interests lie in software development and integration practices in the areas of computation, quantitative finance, and algorithmic trading. His technological interests include C# and C++ programming as well as high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009.
650
0
$a
Object-oriented methods (Computer science)
$3
572510
650
0
$a
Computer software
$x
Development.
$3
542671
650
1 4
$a
Microsoft and .NET.
$3
3134847
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-4366-4
950
$a
Professional and Applied Computing (Springer-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
W9374350
電子資源
11.線上閱覽_V
電子書
EB QA76.9.O35 N478 2019
一般使用(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