Beginning SOLID Principles and Design Patterns for ASP.NET Developers
Autor Bipin Joshien Limba Engleză Paperback – 8 apr 2016
SOLID is an acronym popularized by Robert Martin used to describe five basic principles of good object-oriented design--Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation and Dependency Inversion. This book covers all five principles and illustrates how they can be used in ASP.NET Core 1.0 applications.
Design Patterns are time proven solutions to commonly occurring software design problems. The most well-known catalog of design patterns comes from Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides, the so-called as GoF patterns (Gang of Four patterns). This book contains detailed descriptions of how toapply Creational, Structural and Behavioral GoF design patterns along with some Patterns of Enterprise Application Architecture. Popular JavaScript patterns are covered, along with working examples of all these patterns in ASP.NET Core 1.0 and C# are included.
What You Will Learn:
- How to apply SOLID principles to ASP.NET applications
- How to use Gang of Four (GoF) design patterns in ASP.NET applications
- Techniques for applying Patterns of Enterprise Application Architecture cataloged by Martin Fowler in ASP.NET applications
- How to organize code and apply design patterns in JavaScript
Who This Book Is For:
This book is for ASP.NET developers familiar with ASP.NET Core 1.0, C# and Visual Studio.
Preț: 542.99 lei
Preț vechi: 678.73 lei
-20% Nou
Puncte Express: 814
Preț estimativ în valută:
103.91€ • 107.83$ • 86.85£
103.91€ • 107.83$ • 86.85£
Carte tipărită la comandă
Livrare economică 15-29 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484218471
ISBN-10: 1484218477
Pagini: 399
Ilustrații: XXI, 399 p. 139 illus., 2 illus. in color.
Dimensiuni: 178 x 254 x 22 mm
Greutate: 0.73 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484218477
Pagini: 399
Ilustrații: XXI, 399 p. 139 illus., 2 illus. in color.
Dimensiuni: 178 x 254 x 22 mm
Greutate: 0.73 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: Overview of SOLID Principles and Design Patterns.- 2: SOLID Principles.- 3: Creational Patterns - Singleton, Factory Method and Prototype.- 4: Creational Patterns - Abstract Factory and Builder.- 5: Structural Patterns - Adapter, Bridge, Composite and Decorator.- 6: Structural Patterns - Façade, Flyweight and Proxy.- 7: Behavioral Patterns - Chain of Responsibility, Command, Interpreter and Iterator.- 8: Behavioral Patterns - Mediator, Memento and Observer.- 9: Behavioral Patterns - State, Strategy, Template Method and Visitor.-10:Patterns of Enterprise Application Architecture – Repository, Unit of Work, Lazy Load and Service Layer.-11: JavaScript Code Organization Techniques and Patterns.
Notă biografică
Bipin Joshi is a software consultant, a trainer and an author with 20+ years of experience in software development. He conducts professional training programs on ASP.NET and web technologies through his own company– BinaryIntellect Consulting. Bipin has authored or co-authored more than half a dozen books and numerous articles on .NET technologies. He has worked with .NET ever since its inception and was awarded as a Microsoft MVP between 2002 and 2008. He was also a Microsoft Certified Trainer during that period.
Textul de pe ultima copertă
This book teaches you all the essential knowledge required to learn and apply time-proven SOLID principles of object-oriented design and important design patterns in ASP.NET 5 (recently renamed ASP.NET Core 1.0) applications. You will learn to write server-side as well as client-side code that makes use of proven practices and patterns.
SOLID is an acronym used to describe five basic principles of good object-oriented design--Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation and Dependency Inversion. This book covers all five principles and illustrates how they can be used in ASP.NET 5 applications.
Design Patterns are time proven solutions to commonly occurring software design problems. The most well-known catalog of design patterns comes from Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides, the so-called GoF patterns (Gang of Four patterns). This book contains detailed descriptions of how to apply Creational, Structural andBehavioral GoF design patterns along with some Patterns of Enterprise Application Architecture. Popular JavaScript patterns are covered, along with working examples of all these patterns in ASP.NET 5 and C# are included.
In this book, you'll learn:
• How to apply SOLID principles to ASP.NET 5 applications
• How to use Gang of Four (GoF) design patterns in ASP.NET 5 applications
• Techniques for applying Patterns of Enterprise Application Architecture cataloged by Martin Fowler in ASP.NET 5 applications
• How to organize code and apply design patterns in JavaScript
SOLID is an acronym used to describe five basic principles of good object-oriented design--Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation and Dependency Inversion. This book covers all five principles and illustrates how they can be used in ASP.NET 5 applications.
Design Patterns are time proven solutions to commonly occurring software design problems. The most well-known catalog of design patterns comes from Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides, the so-called GoF patterns (Gang of Four patterns). This book contains detailed descriptions of how to apply Creational, Structural andBehavioral GoF design patterns along with some Patterns of Enterprise Application Architecture. Popular JavaScript patterns are covered, along with working examples of all these patterns in ASP.NET 5 and C# are included.
In this book, you'll learn:
• How to apply SOLID principles to ASP.NET 5 applications
• How to use Gang of Four (GoF) design patterns in ASP.NET 5 applications
• Techniques for applying Patterns of Enterprise Application Architecture cataloged by Martin Fowler in ASP.NET 5 applications
• How to organize code and apply design patterns in JavaScript
Caracteristici
Learn and apply time-proven SOLID principles of object-oriented design and important design patterns in ASP.NET applications Covers both server-side and client-side code that makes use of proven practices and patterns Demonstrates how to use Gang of Four (GoF) design patterns in ASP.NET applications