Enterprise Application Architecture with .NET Core

Download Enterprise Application Architecture with .NET Core PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1786469375
Total Pages : 552 pages
Book Rating : 4.7/5 (864 download)

DOWNLOAD NOW!


Book Synopsis Enterprise Application Architecture with .NET Core by : Ganesan Senthilvel

Download or read book Enterprise Application Architecture with .NET Core written by Ganesan Senthilvel and published by Packt Publishing Ltd. This book was released on 2017-04-25 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: Architect and design highly scalable, robust, clean and highly performant applications in .NET Core About This Book Incorporate architectural soft-skills such as DevOps and Agile methodologies to enhance program-level objectives Gain knowledge of architectural approaches on the likes of SOA architecture and microservices to provide traceability and rationale for architectural decisions Explore a variety of practical use cases and code examples to implement the tools and techniques described in the book Who This Book Is For This book is for experienced .NET developers who are aspiring to become architects of enterprise-grade applications, as well as software architects who would like to leverage .NET to create effective blueprints of applications. What You Will Learn Grasp the important aspects and best practices of application lifecycle management Leverage the popular ALM tools, application insights, and their usage to monitor performance, testability, and optimization tools in an enterprise Explore various authentication models such as social media-based authentication, 2FA and OpenID Connect, learn authorization techniques Explore Azure with various solution approaches for Microservices and Serverless architecture along with Docker containers Gain knowledge about the recent market trends and practices and how they can be achieved with .NET Core and Microsoft tools and technologies In Detail If you want to design and develop enterprise applications using .NET Core as the development framework and learn about industry-wide best practices and guidelines, then this book is for you. The book starts with a brief introduction to enterprise architecture, which will help you to understand what enterprise architecture is and what the key components are. It will then teach you about the types of patterns and the principles of software development, and explain the various aspects of distributed computing to keep your applications effective and scalable. These chapters act as a catalyst to start the practical implementation, and design and develop applications using different architectural approaches, such as layered architecture, service oriented architecture, microservices and cloud-specific solutions. Gradually, you will learn about the different approaches and models of the Security framework and explore various authentication models and authorization techniques, such as social media-based authentication and safe storage using app secrets. By the end of the book, you will get to know the concepts and usage of the emerging fields, such as DevOps, BigData, architectural practices, and Artificial Intelligence. Style and approach Filled with examples and use cases, this guide takes a no-nonsense approach to show you the best tools and techniques required to become a successful software architect.

ASP.NET 3.5 Application Architecture and Design

Download ASP.NET 3.5 Application Architecture and Design PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1847195512
Total Pages : 325 pages
Book Rating : 4.8/5 (471 download)

DOWNLOAD NOW!


Book Synopsis ASP.NET 3.5 Application Architecture and Design by : Vivek Thakur

Download or read book ASP.NET 3.5 Application Architecture and Design written by Vivek Thakur and published by Packt Publishing Ltd. This book was released on 2008-10-24 with total page 325 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build robust, scalable ASP.NET applications quickly and easily.

Clean Architecture

Download Clean Architecture PDF Online Free

Author :
Publisher : Prentice Hall
ISBN 13 : 0134494326
Total Pages : 651 pages
Book Rating : 4.1/5 (344 download)

DOWNLOAD NOW!


Book Synopsis Clean Architecture by : Robert C. Martin

Download or read book Clean Architecture written by Robert C. Martin and published by Prentice Hall. This book was released on 2017-09-12 with total page 651 pages. Available in PDF, EPUB and Kindle. Book excerpt: Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system. Now, building upon the success of his best-selling books Clean Code and The Clean Coder, legendary software craftsman Robert C. Martin (“Uncle Bob”) reveals those rules and helps you apply them. Martin’s Clean Architecture doesn’t merely present options. Drawing on over a half-century of experience in software environments of every imaginable type, Martin tells you what choices to make and why they are critical to your success. As you’ve come to expect from Uncle Bob, this book is packed with direct, no-nonsense solutions for the real challenges you’ll face–the ones that will make or break your projects. Learn what software architects need to achieve–and core disciplines and practices for achieving it Master essential software design principles for addressing function, component separation, and data management See how programming paradigms impose discipline by restricting what developers can do Understand what’s critically important and what’s merely a “detail” Implement optimal, high-level structures for web, database, thick-client, console, and embedded applications Define appropriate boundaries and layers, and organize components and services See why designs and architectures go wrong, and how to prevent (or fix) these failures Clean Architecture is essential reading for every current or aspiring software architect, systems analyst, system designer, and software manager–and for every programmer who must execute someone else’s designs. Register your product for convenient access to downloads, updates, and/or corrections as they become available.

NET Application Architecture Guide

Download NET Application Architecture Guide PDF Online Free

Author :
Publisher :
ISBN 13 : 9780735627109
Total Pages : 0 pages
Book Rating : 4.6/5 (271 download)

DOWNLOAD NOW!


Book Synopsis NET Application Architecture Guide by :

Download or read book NET Application Architecture Guide written by and published by . This book was released on 2009 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: "The guide is intended to serve as a practical and convenient overview of, and reference to, the general principles of architecture and design on the Microsoft platform and the .NET Framework".

Software Architecture with C# 9 and .NET 5

Download Software Architecture with C# 9 and .NET 5 PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1800565178
Total Pages : 701 pages
Book Rating : 4.8/5 (5 download)

DOWNLOAD NOW!


Book Synopsis Software Architecture with C# 9 and .NET 5 by : Gabriel Baptista

Download or read book Software Architecture with C# 9 and .NET 5 written by Gabriel Baptista and published by Packt Publishing Ltd. This book was released on 2020-12-28 with total page 701 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design scalable and high-performance enterprise applications using the latest features of C# 9 and .NET 5 Key FeaturesGain fundamental and comprehensive software architecture knowledge and the skillset to create fully modular appsDesign high-performance software systems using the latest features of .NET 5 and C# 9Solve scalability problems in web apps using enterprise architecture patternsBook Description Software architecture is the practice of implementing structures and systems that streamline the software development process and improve the quality of an app. This fully revised and expanded second edition, featuring the latest features of .NET 5 and C# 9, enables you to acquire the key skills, knowledge, and best practices required to become an effective software architect. This second edition features additional explanation of the principles of Software architecture, including new chapters on Azure Service Fabric, Kubernetes, and Blazor. It also includes more discussion on security, microservices, and DevOps, including GitHub deployments for the software development cycle. You will begin by understanding how to transform user requirements into architectural needs and exploring the differences between functional and non-functional requirements. Next, you will explore how to carefully choose a cloud solution for your infrastructure, along with the factors that will help you manage your app in a cloud-based environment. Finally, you will discover software design patterns and various software approaches that will allow you to solve common problems faced during development. By the end of this book, you will be able to build and deliver highly scalable enterprise-ready apps that meet your organization’s business requirements. What you will learnUse different techniques to overcome real-world architectural challenges and solve design consideration issuesApply architectural approaches such as layered architecture, service-oriented architecture (SOA), and microservicesLeverage tools such as containers, Docker, Kubernetes, and Blazor to manage microservices effectivelyGet up to speed with Azure tools and features for delivering global solutionsProgram and maintain Azure Functions using C# 9 and its latest featuresUnderstand when it is best to use test-driven development (TDD) as an approach for software developmentWrite automated functional test casesGet the best of DevOps principles to enable CI/CD environmentsWho this book is for This book is for engineers and senior software developers aspiring to become architects or looking to build enterprise applications with the .NET Stack. Basic familiarity with C# and .NET is required to get the most out of this book.

Patterns of Enterprise Application Architecture

Download Patterns of Enterprise Application Architecture PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 0133065219
Total Pages : 558 pages
Book Rating : 4.1/5 (33 download)

DOWNLOAD NOW!


Book Synopsis Patterns of Enterprise Application Architecture by : Martin Fowler

Download or read book Patterns of Enterprise Application Architecture written by Martin Fowler and published by Addison-Wesley. This book was released on 2012-03-09 with total page 558 pages. Available in PDF, EPUB and Kindle. Book excerpt: The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned. Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform. This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts. Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them. The topics covered include · Dividing an enterprise application into layers · The major approaches to organizing business logic · An in-depth treatment of mapping between objects and relational databases · Using Model-View-Controller to organize a Web presentation · Handling concurrency for data that spans multiple transactions · Designing distributed object interfaces

Microsoft .NET - Architecting Applications for the Enterprise

Download Microsoft .NET - Architecting Applications for the Enterprise PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 0133986403
Total Pages : 417 pages
Book Rating : 4.1/5 (339 download)

DOWNLOAD NOW!


Book Synopsis Microsoft .NET - Architecting Applications for the Enterprise by : Dino Esposito

Download or read book Microsoft .NET - Architecting Applications for the Enterprise written by Dino Esposito and published by Microsoft Press. This book was released on 2014-08-28 with total page 417 pages. Available in PDF, EPUB and Kindle. Book excerpt: A software architect’s digest of core practices, pragmatically applied Designing effective architecture is your best strategy for managing project complexity–and improving your results. But the principles and practices of software architecting–what the authors call the “science of hard decisions”–have been evolving for cloud, mobile, and other shifts. Now fully revised and updated, this book shares the knowledge and real-world perspectives that enable you to design for success–and deliver more successful solutions. In this fully updated Second Edition, you will: Learn how only a deep understanding of domain can lead to appropriate architecture Examine domain-driven design in both theory and implementation Shift your approach to code first, model later–including multilayer architecture Capture the benefits of prioritizing software maintainability See how readability, testability, and extensibility lead to code quality Take a user experience (UX) first approach, rather than designing for data Review patterns for organizing business logic Use event sourcing and CQRS together to model complex business domains more effectively Delve inside the persistence layer, including patterns and implementation.

Solution Architecture with .NET

Download Solution Architecture with .NET PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1801072434
Total Pages : 239 pages
Book Rating : 4.8/5 (1 download)

DOWNLOAD NOW!


Book Synopsis Solution Architecture with .NET by : Jamil Hallal

Download or read book Solution Architecture with .NET written by Jamil Hallal and published by Packt Publishing Ltd. This book was released on 2021-08-27 with total page 239 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn about the responsibilities of a .NET solution architect and explore solution architecture principles, DevOps solutions, and design techniques and standards with hands-on examples of design patterns Key FeaturesFind out what are the essential personality traits and responsibilities of a solution architectBecome well-versed with architecture principles and modern design patterns with hands-on examplesDesign modern web solutions and make the most of Azure DevOps to automate your development life cycleBook Description Understanding solution architecture is a must to build and integrate robust systems to meet your client's needs. This makes it crucial for a professional .NET software engineer to learn the key skills of a .NET solution architect to create a unique digital journey and build solutions for a wide range of industries, from strategy and design to implementation. With this handbook, developers working with the .NET technology will be able to put their knowledge to work. The book takes a hands-on approach to help you become an effective solution architect. You'll start by learning the principles of the software development life cycle (SDLC), the roles and responsibilities of a .NET solution architect, and what makes a great .NET solution architect. As you make progress through the chapters, you'll understand the principles of solution architecture and how to design a solution, and explore designing layers and microservices. You'll complete your learning journey by uncovering modern design patterns and techniques for designing and building digital solutions. By the end of this book, you'll have learned how to architect your modern web solutions with ASP.NET Core and Microsoft Azure and be ready to automate your development life cycle with Azure DevOps. What you will learnUnderstand the role and core responsibilities of a .NET solution architectStudy popular UML (Unified Modeling Language) diagrams for solution architectureWork with modern design patterns with the help of hands-on examplesBecome familiar with microservices and designing layersDiscover how to design modern web solutionsAutomate your development life cycle with Azure DevOpsWho this book is for This book is for intermediate and advanced .NET developers and software engineers who want to advance their careers and expand their knowledge of solution architecture and design principles. Beginner or intermediate-level solution architects looking for tips and tricks to build large-scale .NET solutions will find this book useful.

Hands-On Software Architecture with C# 8 and .NET Core 3

Download Hands-On Software Architecture with C# 8 and .NET Core 3 PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 598 pages
Book Rating : 4.:/5 (113 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Software Architecture with C# 8 and .NET Core 3 by : Gabriel Baptista

Download or read book Hands-On Software Architecture with C# 8 and .NET Core 3 written by Gabriel Baptista and published by . This book was released on 2019 with total page 598 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design scalable and high-performance enterprise applications using the latest features of C# 8 and .NET Core 3 Key Features Become a software architect capable of creating modular apps for specific business needs Design high-performance software systems using the latest features of C# 8 and .NET Core 3 Solve scalability problems in web apps using enterprise architectural patterns Book Description Software architecture is the practice of implementing structures and systems that streamline the software development process and improve the quality of an app. With this software architecture book, you'll follow a hands-on approach to learning various architectural methods that will help you develop and deliver high-quality products. You'll begin by understanding how to transform user requirements into architectural needs and exploring the differences between functional and non-functional requirements. Next, you'll explore how to carefully choose a cloud solution for your infrastructure, along with covering dos and don'ts that will help you manage your app in a cloud-based environment. Later chapters will cover techniques and processes such as DevOps, microservices, and continuous integration, along with providing insights into implementing them using Microsoft technologies such as ASP.NET Core, the Entity Framework, Cosmos DB, and Azure DevOps. You will also learn about testing frameworks and automation tools that will help you through the development process. Finally, you'll discover design patterns and various software approaches that will allow you to solve common problems faced during development. By the end of this book, you'll be able to develop and deliver highly scalable enterprise-ready apps that meet customers' business needs. What you will learn Overcome real-world architectural challenges and solve design consideration issues Apply architectural approaches like Layered Architecture, service-oriented architecture (SOA), and microservices Learn to use tools like containers, Docker, and Kubernetes to manage microservices Get up to speed with Azure Cosmos DB for delivering multi-continental solutions Learn how to program and maintain Azure Functions using C# Understand when to use test-driven development (TDD) as an approach for software development Write automated functional test cases for your projects Who this book is for This book is for engineers and senior developers aspiring to become architects or looking to build enterprise applicat...

NET E-business Architecture

Download NET E-business Architecture PDF Online Free

Author :
Publisher : Sams Publishing
ISBN 13 : 9780672322198
Total Pages : 606 pages
Book Rating : 4.3/5 (221 download)

DOWNLOAD NOW!


Book Synopsis NET E-business Architecture by : Robert Amar

Download or read book NET E-business Architecture written by Robert Amar and published by Sams Publishing. This book was released on 2002 with total page 606 pages. Available in PDF, EPUB and Kindle. Book excerpt: A guide to building a full-service Web-based commerce application using .NET technologies, presenting an architecture and development blueprint of the technologies available in .NET for companies delivering services via the Web. It includes coverage of C#, Visual Basic.NET, ASP.NET, and more.

Programming ASP.NET MVC 4

Download Programming ASP.NET MVC 4 PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449320317
Total Pages : 493 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Programming ASP.NET MVC 4 by : Jess Chadwick

Download or read book Programming ASP.NET MVC 4 written by Jess Chadwick and published by "O'Reilly Media, Inc.". This book was released on 2012-09-26 with total page 493 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get up and running with ASP.NET MVC 4, and learn how to build modern server-side web applications. This guide helps you understand how the framework performs, and shows you how to use various features to solve many real-world development scenarios you’re likely to face. In the process, you’ll learn how to work with HTML, JavaScript, the Entity Framework, and other web technologies. You’ll start by learning core concepts such as the Model-View-Controller architectural pattern, and then work your way toward advanced topics. The authors demonstrate ASP.NET MVC 4 best practices and techniques by building a sample online auction site ("EBuy") throughout the book. Learn the similarities between ASP.NET MVC 4 and Web Forms Use Entity Framework to create and maintain an application database Create rich web applications, using jQuery for client-side development Incorporate AJAX techniques into your web applications Learn how to create and expose ASP.NET Web API services Deliver a rich and consistent experience for mobile devices Apply techniques for error handling, automated testing, and build automation Use various options to deploy your ASP.NET MVC 4 application

NET Patterns

Download NET Patterns PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780321130020
Total Pages : 452 pages
Book Rating : 4.1/5 (3 download)

DOWNLOAD NOW!


Book Synopsis NET Patterns by : Christian Thilmany

Download or read book NET Patterns written by Christian Thilmany and published by Addison-Wesley Professional. This book was released on 2004 with total page 452 pages. Available in PDF, EPUB and Kindle. Book excerpt: bull; bull;Extends the proven concept of design patterns to the relatively new field of .NET design and development bull;Part of the acclaimed Addison-Wesley Software Patterns Series, with John Vlissides as series editor bull;Includes helpful primers on XML and web services as well as thorough coverage of debugging, exceptions, error handling, and architecture

Application Architecture for .NET

Download Application Architecture for .NET PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 9780735618374
Total Pages : 172 pages
Book Rating : 4.6/5 (183 download)

DOWNLOAD NOW!


Book Synopsis Application Architecture for .NET by : Microsoft Corporation

Download or read book Application Architecture for .NET written by Microsoft Corporation and published by Microsoft Press. This book was released on 2002 with total page 172 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get expert architectural and design-level guidance for building distributed solutions with the Microsoft® .NET Framework—learning how to synthesize your knowledge of application development, servers, and infrastructure and business requirements. This guide assumes you are familiar with .NET component development and the basic principles of a layered distributed application design. It examines architectural issues and solution design for a range of project stakeholders—whether you build and design applications and services, recommend appropriate technologies and products for applications and services, make design decisions to meet functional and nonfunctional requirements, or choose appropriate communications mechanisms for applications and services—providing straightforward guidance, recommendations, and best practices gleaned from real-world solution development. All PATTERNS & PRACTICES guides are reviewed and approved by Microsoft engineering teams, consultants, partners, and customers—delivering accurate, real-world information that’s been technically validated and tested.

Application Architecture for .NET

Download Application Architecture for .NET PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.:/5 (11 download)

DOWNLOAD NOW!


Book Synopsis Application Architecture for .NET by : Microsoft Corporation

Download or read book Application Architecture for .NET written by Microsoft Corporation and published by . This book was released on 2003 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get expert architectural and design-level guidance for building distributed solutions with the Microsoft® .NET Framework-learning how to synthesize your knowledge of application development, servers, and infrastructure and business requirements.

Professional ASP.NET Design Patterns

Download Professional ASP.NET Design Patterns PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 047095289X
Total Pages : 784 pages
Book Rating : 4.4/5 (79 download)

DOWNLOAD NOW!


Book Synopsis Professional ASP.NET Design Patterns by : Scott Millett

Download or read book Professional ASP.NET Design Patterns written by Scott Millett and published by John Wiley & Sons. This book was released on 2010-09-16 with total page 784 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Façade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more

Web Application Architecture

Download Web Application Architecture PDF Online Free

Author :
Publisher : Wiley
ISBN 13 : 9780470518601
Total Pages : 440 pages
Book Rating : 4.5/5 (186 download)

DOWNLOAD NOW!


Book Synopsis Web Application Architecture by : Leon Shklar

Download or read book Web Application Architecture written by Leon Shklar and published by Wiley. This book was released on 2009-04-27 with total page 440 pages. Available in PDF, EPUB and Kindle. Book excerpt: In-depth examination of concepts and principles of Web application development Completely revised and updated, this popular book returns with coverage on a range of new technologies. Authored by a highly respected duo, this edition provides an in-depth examination of the core concepts and general principles of Web application development. Packed with examples featuring specific technologies, this book is divided into three sections: HTTP protocol as a foundation for Web applications, markup languages (HTML, XML, and CSS), and survey of emerging technologies. After a detailed introduction to the history of Web applications, coverage segues to core Internet protocols, Web browsers, Web application development, trends and directions, and more. Includes new coverage on technologies such as application primers, Ruby on Rails, SOAP, XPath, P3P, and more Explores the fundamentals of HTTP and its evolution Looks at HTML and its roots as well as XML languages and applications Reviews the basic operation of Web Servers, their functionality, configuration, and security Discusses how to process flow in Web browsers and looks at active browser pages Addresses the trends and various directions that the future of Web application frameworks may be headed This book is essential reading for anyone who needs to design or debug complex systems, and it makes it easier to learn the new application programming interfaces that arise in a rapidly changing Internet environment.

Reengineering .NET

Download Reengineering .NET PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 0132964910
Total Pages : 849 pages
Book Rating : 4.1/5 (329 download)

DOWNLOAD NOW!


Book Synopsis Reengineering .NET by : Bradley Irby

Download or read book Reengineering .NET written by Bradley Irby and published by Addison-Wesley. This book was released on 2012-10-24 with total page 849 pages. Available in PDF, EPUB and Kindle. Book excerpt: Reengineer .NET Code to Improve Quality, Update Architecture, Access New Tools, and Accelerate Delivery of New Features As software ages, it becomes brittle: difficult to understand, fix, manage, use, and improve. Developers working with many platforms have encountered this problem; now, developers working with Microsoft’s .NET are facing it as well. In Reengineering .NET, leading .NET architect Bradley Irby introduces proven best practices for revitalizing older .NET code and integrating new architectural and development advances into business-critical systems that can’t go offline. Using a step-by-step approach, .NET professionals can make legacy enterprise software more reliable, maintainable, attractive, and usable—and make it easier to upgrade for years to come. Through real-world case studies and extensive downloadable sample code, Irby shows how to carefully plan a .NET reengineering project, understand the true current state of your code, introduce unit testing and other agile methods, refactor to services and controllers, and leverage powerful .NET reengineering tools built into Microsoft Visual Studio 2012. This book is an indispensable resource for all developers, architects, and project managers responsible for existing .NET code bases and for a wide audience of non-technical managers and CTOs who want to understand the unique challenges faced by .NET teams involved in application or system reengineering projects. Coverage includes • Migrating legacy .NET software to more flexible, extensible, and maintainable architectures—without breaking it • Reengineering web applications with the MVC pattern, Winforms software with MVP, and WPF/Silverlight systems with MVVM • Asking the right questions to predict refactoring problems before they happen • Planning and organizing reengineering projects to apply the right expertise to each task at the right time • Using innovative Test Doubling to make unit testing even more effective • Applying Dependency Inversion to break tight coupling and promote easier development and testing • Leveraging source control, defect tracking, and continuous integration • “Cleaning up” legacy solutions to improve them before you even touch business logic • Establishing solid development infrastructure to support your reengineering project • Refactoring to services—including advanced techniques using Repositories, Domain Models, and the Command Dispatcher • Refactoring to controller/view or ViewModel/View pairs