博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
电子书下载:Professional ASP.NET Design Patterns
阅读量:5146 次
发布时间:2019-06-13

本文共 4930 字,大约阅读时间需要 16 分钟。

Professional ASP.NET Design Patterns

 

Book Description

This unique book takes good ASP.NET application construction one step further by emphasizing loosely coupled and highly cohesive ASP.NET web application architectural design. 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:

  • Demonstrates how to use the Gang of Four design patterns to improve your ASP.NET code
  • Shows how Fowler’s Enterprise patterns and the S.O.L.I.D. design principles fit into an enterprise-level ASP.NET site
  • Provides details on how to layer an ASP.NET application and separate your concerns and responsibilities
  • Details AJAX patterns using JQuery and Json, and messaging patterns with WCF
  • Shares best practice tools for ASP.NET such as AutoMapper, NHibernate, StructureMap, Entity Framework, and Castle MonoRail
  • Uncovers tips for separating a site’s UX and presentation layer using MVC, MVP and the Front Controller patterns
  • Features code examples that are applicable to all versions of ASP.NET

This book features C# code examples in ASP.NET MVC and ASP.NET Web forms. 

Contents:

Part 1: Introducing Patterns & Design Principles
1. The Pattern for successful applications
2. Dissecting the Patterns Pattern

Part 2: The Anatomy of an ASP.NET Application: Learning and Applying Patterns

3. Layering Your Application
4. Business Logic Layer: Organisation
5. Business Logic Layer: Patterns
6. Service Layer
7. Data Access Layer
8. Presentation Layer
9. User Experience Layer

Part 3: Case Study: The Online E-Commerce Store (ASP.NET MVC 2 in C#)

10. Requirements & Infrastructure
11. Product Catalogue Browsing
12. Shopping Basket
13. Membership
14. Ordering and Payment

From the Author

This book 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.

From the Back Cover

Implement proven solutions to recurrent design problemsThis unique book takes good ASP.NET application construction one step further by emphasizing loosely coupled and highly cohesive ASP.NET web application architectural design. 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 actuate best practice design patterns and principles in a real web site. The framework built to support the case study can be used as the basis from which you can build real web sites, extend the code, and implement specific ASP.NET code.

Professional ASP.NET Design Patterns:

  • Demonstrates how to use the Gang of Four design patterns to improve your ASP.NET code
  • Shows how Fowler’s enterprise patterns fit into an enterprise-level ASP.NET site
  • Provides details on how to layer an ASP.NET application and separate your concerns and responsibilities
  • Details AJAX patterns using JQuery and Json, and messaging patterns with WCF
  • Shares best practice tools for ASP.NET such as AutoMapper, NHibernate, StructureMap, Entity Framework, and Castle MonoRail
  • Uncovers tips for separating a site’s UX and presentation layer from the pluggable data access layer and business logic layer

About the Author

Scott Millett is an enterprise software architect working in London for Wiggle.co.uk, an e-commerce company specializing in cycle and tri athlete sports. He has been working with .NET since version 1.0 and was awarded the ASP.NET MVP in 2010. He is the co-author of Wrox Professional Enterprise .NET and when not writing about or working with .NET he can be found relaxing and enjoying the music at Glastonbury and all of the major music festivals in the UK during the summer.

Book Details

  • Paperback: 720 pages
  • Publisher: Wrox; Pap/Dol edition (September, 2010)
  • Language: English
  • ISBN-10: 0470292784
  • ISBN-13: 978-0470292785
  • File Size: 24.1 MiB

Download:

转载于:https://www.cnblogs.com/MaxWoods/archive/2011/01/11/1933114.html

你可能感兴趣的文章
线程之间灵活传递信号(ManualResetEventSlim )
查看>>
CountDownEvent 信号类来等待直到一定数量的操作完成
查看>>
Barrier 组织多个线程及时在某个时刻碰面
查看>>
select into 与 insert into select
查看>>
MySQL索引
查看>>
MySQL的事务隔离级别
查看>>
MVCC实现机制
查看>>
常见互联网名词解释
查看>>
从微信小程序开发者工具源码看实现原理(二)- - 小程序技术实现
查看>>
从微信小程序开发者工具源码看实现原理(四)- - 自适应布局
查看>>
微信小程序捕获async/await函数异常实践
查看>>
聊聊JavaScript异步中的macrotask和microtask
查看>>
利用AND和OR的运算规则进行SQL注入
查看>>
HTMLTestRunner用法
查看>>
为什么要做WebUI测试?
查看>>
接口签名
查看>>
OSI七层协议与TCP/IP四层协议
查看>>
turtle风轮绘制
查看>>
接口签名2
查看>>
递归科赫雪花
查看>>