Scott Millett - Böcker
Visar alla böcker från författaren Scott Millett. Handla med fri frakt och snabb leverans.
4 produkter
4 produkter
519 kr
Skickas inom 3-6 vardagar
Professional ASP.NET Design Patterns is all about showing you how to use the power of design patterns and core design principles in real ASP.NET applications. The goal of this book is to educate developers on the fundamentals of object oriented programming, design patterns, principles, and methodologies that can help you become a better programmer. Design patterns and principles enable loosely coupled and highly cohesive code, which will improve your code’s readability, flexibility, and maintenance. Each chapter addresses a layer in an enterprise ASP.NET application and shows how proven patterns, principles, and best practices can be leveraged to solve problems and improve the design of your code. In addition, a professional-level, end-to-end case study is used to show how to use best practice design patterns and principles in a real website. Professional ASP.NET Design Patterns is for ASP.NET developers who are comfortable with the .NET framework but are looking to improve how they code and understand why design patterns, design principles, and best practices will make their code more maintainable and adaptable. Readers who have had experience with design patterns before may wish to skip Part 1 of the book, which acts as an introduction to the Gang of Four design patterns and common design principles, including the S.O.L.I.D. principles and Martin Fowler’s enterprise patterns. All code samples are written in C# but the concepts can be applied very easily to VB.NET.This book covers well-known patterns and best practices for developing enterprise-level ASP.NET applications. The patterns used can be applied to any version of ASP.NET from 1.0 to 4.0. The patterns themselves are language agnostic and can be applied to any object oriented programming language.Professional ASP.NET Design Patterns can be used both as a step-by-step guide and as a continuous source of reference to dip into at your leisure. The book is broken into three distinct sections. Part 1 is an introduction to patterns and design principles. Part 2 examines how patterns and principles can be used in the various layers of an ASP.NET application. Part 3 represents an end-to-end case study showcasing many of the patterns covered in the book. You may find it useful to work through the chapters before reading the case study, or you may find it easier to see the patterns in action by reading the case study section first and referring back to Part 2 for a more detailed view on the patterns and principles used.Within those parts the coverage includes: The origins of the Gang of Four design patterns, their relevance in today’s world, and their decoupling from specific programming languages.An overview of some common design principles and the S.O.L.I.D. design principles follows, and the chapter ends with a description of Fowler’s enterprise patterns.Layering Your Application and Separating Your ConcernsA description of the Transaction Script pattern followed by the Active Record, with an exercise to demonstrate the pattern using the Castle Windsor project.The Domain Model pattern demonstrated in an exercise with NHibernate and a review of the domain-driven design (DDD) methodologyPatterns and principles that can be used construct your objects and how to make sure that you are building your application for scalability and maintainability: Factory, Decorator, Template, State, Strategy, Composite, Specification and Layer Supertype.Design principles that can improve your code’s maintainability and flexibility; these include Dependency Injection, Interface Segregation, and Liskov Substitution PrincipleService Oriented Architecture, the Facade design pattern, messaging patterns such as Document Message, Request-Response, Reservation, and the Idempotent patternThe Data Access Layer: Two data access strategies are demonstrated to help organize your persistence layer: Repository and Data Access Objects. Enterprise patterns and principles that will help you fulfill your data access requirement needs elegantly, including Lazy Loading, Identity Map, Unit of Work, and the Query Object.An introduction to Object Relational Mappers and the problems they solve.An enterprise Domain Driven exercise with POCO business entities utilizing both NHibernate and the MS Entity Framework.The Presentation Layer: how you can tie your loosely coupled code together Structure Map and an Inversion of Control container.Presentation patterns, including letting the view be in charge with the Model-View-Presenter pattern and ASP.NET web forms, the Front Controller presentation pattern utilizing the Command and Chain of Responsibility patterns, as well as the Model-View-Controller Pattern implemented with the ASP.NET MVC framework and Windsor’s Castle Monorail framework. The final presentation pattern covered is PageController as used in ASP.NET web forms.A pattern that can be used with organizational patterns, namely the ViewModel pattern and how to automate domain entities to ViewModel mapping with AutoMapperThe User Experience Layer: AJAX, JavaScript libraries, including jQuery. AJAX patterns: Ajax Periodic Refresh and Timeout patterns, maintaining history with the Unique URL pattern, client side data binding with JTemplate, and the Ajax Predictive Fetch patternAn end-to-end e-commerce store case study with ASP.NET MVC, NHibernate, jQuery, Json, AutoMapper, ASP.NET membership provider and a second 3rd party authentication method, and PayPal as a payment merchant
445 kr
Skickas inom 7-10 vardagar
Methods for managing complex software construction following the practices, principles and patterns of Domain-Driven Design with code examples in C# This book presents the philosophy of Domain-Driven Design (DDD) in a down-to-earth and practical manner for experienced developers building applications for complex domains. A focus is placed on the principles and practices of decomposing a complex problem space as well as the implementation patterns and best practices for shaping a maintainable solution space. You will learn how to build effective domain models through the use of tactical patterns and how to retain their integrity by applying the strategic patterns of DDD. Full end-to-end coding examples demonstrate techniques for integrating a decomposed and distributed solution space while coding best practices and patterns advise you on how to architect applications for maintenance and scale. Offers a thorough introduction to the philosophy of DDD for professional developersIncludes masses of code and examples of concept in action that other books have only covered theoreticallyCovers the patterns of CQRS, Messaging, REST, Event Sourcing and Event-Driven ArchitecturesAlso ideal for Java developers who want to better understand the implementation of DDD
277 kr
Skickas inom 7-10 vardagar
An indispensable guide showing IT leaders the way to balance the needs of innovation and exploration with exploitation and operational reliabilityMany books on modern IT leadership focus solely on supporting innovation and disruption. In practice these must be balanced with the need to support waste reduction in existing processes and capabilities while keeping the foundation operational, secure, compliant with regulations, and cost effective.In The Accidental CIO, veteran software developer-turned-executive Scott Millett delivers an essential playbook to becoming an impactful, strategic leader at any stage of your IT leadership journey from your earliest aspirations to long time incumbents in director and C-suite roles. You’ll find a wealth of hands-on advice for tackling the many challenges and paradoxes that face technology leaders, from creating an aligned IT strategy, defining a target architecture, designing a balanced operating model, and leading teams and executing strategy.After the foreword from Simon Wardley, The Accidental CIO will help you: Understand problem contexts you will face using the Cynefin decision making framework, and how the philosophies of agile, lean and design thinking can help manage them.Design an adaptive and strategically aligned operating model by applying the appropriate ways of working and governance approaches depending on each unique problem context.Organize a department using a blend of holacratic and hierarchical principles, and leveraging modern approaches such as Team Topology and Socio-technical patterns.Develop and deploy an effective and aligned IT Strategy using Wardley mapping based on a deep knowledge of your business architecture.With this knowledge you’ll be ready to create an empowered IT organization focused on solving customer problems and generating enterprise value. You’ll understand the science behind what motivates teams and changes behavior. And you’ll show your skills as a business leader thinking beyond IT outputs to impactful business outcomes.
552 kr
Skickas inom 10-15 vardagar
Pro Agile .NET Development with SCRUM guides you through a real-world ASP.NET project and shows how agile methodology is put into practice.