.NET Design Patterns
Praseed Pai, Shine Xavier
- 出版商: Packt Publishing
- 出版日期: 2017-01-31
- 售價: $1,330
- 貴賓價: 9.5 折 $1,264
- 語言: 英文
- 頁數: 314
- 裝訂: Paperback
- ISBN: 1786466155
- ISBN-13: 9781786466150
-
相關分類:
.NET、Design Pattern 設計模式
-
相關翻譯:
.NET 設計模式 (繁中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$4,010$3,810 -
$480$379 -
$2,800$2,660 -
$2,220$2,109 -
$1,150$1,093 -
$480$456 -
$999Managing Risk in Information Systems (Paperback)
-
$999Security Policies and Implementation Issues (Paperback)
-
$743Software Testing with Visual Studio 2010 (Paperback)
-
$1,580$1,501 -
$1,650$1,568 -
$580$493 -
$1,188Core Java Volume I--Fundamentals, 9/e (Paperback)
-
$480$408 -
$1,440$1,368 -
$1,280$1,216 -
$360$306 -
$450$405 -
$580$458 -
$1,450$1,378 -
$1,520$1,444 -
$948$901
商品描述
Key Features
- Dive into the powerful fundamentals of .NET framework for software development
- The code is explained piece by piece and the application of the pattern is also showcased.
- This fast-paced guide shows you how to implement the patterns into your existing applications
Book Description
Knowing about design patterns enables developers to improve their code base, promoting code reuse and making their design more robust.
This book focuses on the practical aspects of programming in .NET. You will learn about some of the relevant design patterns (and their application) that are most widely used. We start with classic object-oriented programming (OOP) techniques, evaluate parallel programming and concurrency models, enhance implementations by mixing OOP and functional programming, and finally to the reactive programming model where functional programming and OOP are used in synergy to write better code.
Throughout this book, we'll show you how to deal with architecture/design techniques, GoF patterns, relevant patterns from other catalogs, functional programming, and reactive programming techniques.
After reading this book, you will be able to convincingly leverage these design patterns (factory pattern, builder pattern, prototype pattern, adapter pattern, facade pattern, decorator pattern, observer pattern and so on) for your programs. You will also be able to write fluid functional code in .NET that would leverage concurrency and parallelism!
What you will learn
- Put patterns and pattern catalogs into the right perspective
- Apply patterns for software development under C#/.NET
- Use GoF and other patterns in real-life development scenarios
- Be able to enrich your design vocabulary and well articulate your design thoughts
- Leverage object/functional programming by mixing OOP and FP
- Understand the reactive programming model using Rx and RxJs
- Writing compositional code using C# LINQ constructs
- Be able to implement concurrent/parallel programming techniques using idioms under .NET
- Avoiding pitfalls when creating compositional, readable, and maintainable code using imperative, functional, and reactive code.