万本电子书0元读

万本电子书0元读

顶部广告

Microsoft Windows Server AppFabric Cookbook电子书

售       价:¥

1人正在读 | 0人评论 9.8

作       者:Hammad Rajjoub

出  版  社:Packt Publishing

出版时间:2012-07-26

字       数:240.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
‘Microsoft Windows Server AppFabric Cookbook’ is full of immediately useable recipes showing you how to get the most from WCF and WF services using Windows Server AppFabric, leveraging the right capabilities for building composite solutions on the .NET platform. In addition to its cookbook style, which ensures the solutions are presented in a clear step-by-step manner, its explanations go into the right level of detail, making it good learning material for everyone who has experience with some of the challenging aspects of WCF and WF development from a scalability, configuration and management perspective. The book is designed in such a way that each recipe is presented as a separate, standalone entity and reading of other, prior recipes is not required. If you are a .NET developer or WCF/WF developer, then this book is for you. This book does not assume any prior knowledge of Windows AppFabric. However, a basic understanding of .NET Framework 4.0, Windows Communication Foundation (WCF) and Windows Workflow Foundation (WWF) technologies is required.
目录展开

Microsoft Windows Server AppFabric Cookbook

Table of Contents

Microsoft Windows Server AppFabric Cookbook

Credits

Foreword

About the Authors

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Instant Updates on New Packt Books

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Installing Windows Server AppFabric

Introduction

Installing Windows Server AppFabric

Getting ready

How to do it...

How it works...

Configuring Windows Server AppFabric (hosting and monitoring)

Getting ready

How to do it...

How it works...

Configuring Windows Server AppFabric (caching)

Getting ready

How to do it...

How it works...

Installing Cache Client Assemblies

Getting ready

How to do it...

How it works...

Changing the Windows Server AppFabric configuration after installation

Getting ready

How to do it...

How it works...

Starting a Caching service

Getting ready

How to do it...

How it works...

Troubleshooting Windows Server AppFabric — configuration errors

How to do it...

How it works...

Troubleshooting Windows Server AppFabric — auto restart issues

How to do it...

How it works...

2. Getting Started with AppFabric Caching

Introduction

Initializing Cache Client using code

Getting ready

How to do it...

How it works...

See also

Initializing Cache Client using configuration

Getting ready

How to do it...

How it works...

Programming AppFabric Cache Client

Getting ready

How to do it...

How it works...

Using AppFabric Cache via the ASP.NET provider model

Getting ready

How to do it...

How it works...

Using AppFabric local cache

Getting ready

How to do it...

How it works...

Using the AppFabric cache management tool

Getting ready

How to do it...

How it works...

Building a custom provider model

Getting ready

How to do it...

How it works...

Handling common Windows Server AppFabric caching errors

RetryLater

TimeOut

ConnectionTerminated

Getting ready

How to do it...

How it works...

There's more...

3. Windows Server AppFabric Caching — Advanced Use Cases

Introduction

Using regions in cache

Getting ready

How to do it...

How it works...

There's more...

Using tags in cache

Getting ready

How to do it...

How it works...

Using optimistic concurrency

Getting ready

How to do it...

How it works...

There's more...

Using pessimistic concurrency

Getting ready

How to do it...

How it works...

Setting up expiration

Getting ready

How to do it...

How it works...

There's more...

Setting up eviction

Getting ready

How to do it...

How it works...

Setting up notifications

Getting ready

How to do it...

How it works...

There's more...

Using performance counters

Getting ready

How to do it...

How it works...

There's more...

See also

Troubleshooting throttling

How to do it...

How it works...

Troubleshooting eviction

How to do it...

How it works...

Setting up read through — write behind

Getting ready

How to do it...

How it works...

There's more...

4. Windows Server AppFabric Hosting Fundamentals

Introduction

Installing the Web Deployment tool (Web Deploy)

Getting ready

How to do it...

How it works...

There's more...

See also

Packaging services for deployment with Web Deploy

Getting ready

How to do it...

How it works...

There's more...

Deploying a package from the command line

Including SQL artifacts in your deployment

See also

Hosting WCF services

Getting ready

How to do it...

How it works...

There's more...

See also

Hosting WCF REST services

Getting ready

How to do it...

How it works...

There's more...

Where's my XML?

Extension-less caveats

Advanced conditional HTTP GET caching support

See also

Hosting basic workflow services

Getting ready

How to do it...

How it works...

There's more...

See also

5. More Windows Server AppFabric Hosting Features

Introduction

Hosting long-running workflow services

Getting ready

How to do it...

How it works...

There's more...

More on persistence

Understanding correlation

Understanding the Workflow Management Service

See also

Taking advantage of WAS and Auto-Start

Getting ready

How to do it...

How it works...

There's more...

Avoiding application pool recycling

See also

Hosting Windows Azure Relay services

Getting ready

How to do it...

How it works...

There's more...

See also

Using common Server AppFabric hosting commandlets

Getting ready

How to do it...

How it works...

There's more...

Remote management

See also

6. Utilizing AppFabric Persistence

Introduction

Durable application scale out

Computational resources

Using Windows Server AppFabric workflow persistence

Getting ready

How to do it...

How it works...

There's more...

Programmatically querying persisted workflow instances

Getting ready

How to do it...

How it works...

Execute Query

There's more...

Execute Count

Execute Group Count

Programmatically controlling persisted workflow instances

Getting ready

How to do it...

How it works...

There's more...

Developing an Instance Store provider

Getting ready

How to do it...

How it works...

There's more...

Developing an Instance Query provider

Getting ready

How to do it...

How it works...

There's more...

Developing an Instance Control provider

Getting ready

How to do it...

How it works...

Registering and configuring custom store, query, and control providers

Getting ready

How to do it...

How it works...

There's more...

7. Monitoring Windows Server AppFabric Deployment

Introduction

Collecting events from WCF and WF services

Getting ready

How to do it...

How it works...

See also

Viewing and classifying events in the AppFabric Dashboard

Getting ready

How to do it...

How it works...

There's more...

See also

Enabling tracing and evaluating trace logs with WCF

Getting ready

How to do it...

How it works...

See also

Creating a customized tracking profile for WF services

Getting ready

How to do it...

How it works...

There's more...

See also

Accessing the Monitoring DB

Getting ready

How to do it...

How it works...

See also

Building a custom dashboard

Getting ready

How to do it...

How it works...

There's more...

Consuming monitoring data from Microsoft Excel

See also

Using monitoring database cmdlets

How to do it...

How it works...

There's more...

See also

Monitoring cache cluster health

How to do it...

How it works...

There's more...

See also

8. Scaling AppFabric Hosting, Monitoring, and Persistence

Introduction

Creating an initial base configuration

Getting ready

How to do it...

How it works...

See also

Adding and removing servers from the farm

Getting ready

How to do it...

How it works...

There's more...

See also

Application deployment on the farm

Getting ready

How to do it...

How it works...

See also

Configuration and management on the farm

Getting ready

How to do it...

How it works...

See also

Automating deployment with scripts

Getting ready

How to do it...

How it works...

See also

9. Configuring Windows Server AppFabric Security

Introduction

Windows Server AppFabric security building blocks

Running caching services using Domain accounts

Getting ready

How to do it...

How it works...

There's more...

Setting up security for persistence stores

Getting ready

How to do it...

How it works...

There's more...

Securing Windows Server AppFabric's monitoring store

Getting ready

How to do it...

How it works...

There's more...

Securing the Event Collection service

Getting ready

How to do it...

How it works...

There's more...

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部