Customer Types and Scenarios
Before starting a job in my new role as programming writer I met with few super smart people. I wanted to pick their brain and hear insights for success.
The key theme was along the line – “keep your customer in the center.”
Wisdom of obvious? Maybe. But the more I thought about this simple truth the more insightful it got.
To add clarity to the key theme I came up with the simple frame for how to think about the customers. It is customer types or personas and questions they might ask.
Customer Types – Personas
Back when I was an MCS (Microsoft Consulting Services) consultant I worked with several types of people. I recalled the following personas:
- Business Stakeholder whobuys software from Account Manager - must know the big picture.
- Account Manager who sells software to Business Stakeholder - must know the big picture.
- Architect who figures out feasibility of the solution - must know what's needed for the solution.
- Dev lead who designs the solution - must know internals and how it works.
- Developer who implements the solution - must have end-to-end how-to's, reference, and code samples handy.
- Test Engineer whotests the solution - must know how to automate test harness and monitor the test lab.
- Operations Engineer who maintains the solution in production - must know how to monitor and troubleshoot the system in production.
- End user uses the solution – it should be desirable, useful, and usable.
What Drives Customers
During my work in the field as consultant I observed time and again customers get frustrated by investing too much time to complete the task, losing money on labor or missing customers demand, and poor performing software. I also observed customers get frustrated by unusable software (one of the reasons they call consultants). So the main drivers for customers are:
- Save time
- Reduce cost
- Improve quality
- Enjoy experience
Development Lifecycle Phases
I found it helpful to look at the development lifecycle to better understand each persona customer type:
- Inception - Account Manager, Business Stakeholder, Architect discuss the requirements. The outcomes are the problem and the vision statements. To test the outcome one can ask a simple question “What is it we really need?”
- Planning - Architect and Dev Lead discuss and define the building blocks for success. The outcomes are the architecture blueprint and the project plan. To test the outcome one can ask a simple question “Does it fit our vision?”
- Build - Dev Lead and Developers work hard to realize the vision and stay on plan.
- Stabilize - Test Engineer helps answering two questions – is it functional? Is it usable?
- Maintenance - Operations Engineer works hard to keep up the SLA’s for End User.
Problem Scope
After reviewing the data points above I came to a conclusion that the problem scope can be summarized by three questions.
- What' is it?
- How does it fit?
- How to make it work?
It is interesting that “How it works (internals)?” question is not explicitly there.
Applied Problem Solving Content
Here are few examples of how the three question approach can help building scenarios (key questions) driven content:
- What is Windows Identity Foundation (WIF) and Azure AppFabric Access Control Service (ACS)?
- Windows Identity Foundation Overview - Video slides
- What is the Access Control Service? - Video
- Claims-Based Identity For Windows - PDF Document
- Security Talk: Azure Federated Identity Security Using ADFS 2.0 - Video
- How does Windows Identity Foundation (WIF) fit?
- App Scenario – ASP.NET to AD with Claims
- App Scenario – ASP.NET Claims Auth with AD, Federated
- App Scenario – ASP.NET Claims Auth to WCF
- App Scenario – REST with AppFabric Access Control
- How to make it work?
- Windows Identity Foundation (WIF) By Example Part III – How To Implement Claims Based Authorization For ASP.NET Application.
- How To: Configure Facebook as an Identity Provider for Azure AppFabric Access Control Service (ACS)
- How to log WCF and WIF traces to different tracing sources
More Info
- Protocols Supported By Windows Identity Foundation (WIF)
- Windows Identity Foundation (WIF) By Example Part I – How To Get Started.
- Windows Identity Foundation (WIF) By Example Part II – How To Migrate Existing ASP.NET Web Application To Claims Aware
- Windows Identity Foundation (WIF) By Example Part III – How To Implement Claims Based Authorization For ASP.NET Application
- Identity Developer Training Kit
- A Guide to Claims-Based Identity and Access Control – Code Samples
- A Guide to Claims-Based Identity and Access Control — Book Download
Related Books
- Programming Windows Identity Foundation (Dev - Pro)
- Developing More-Secure Microsoft ASP.NET 2.0 Applications (Pro Developer)
- Ultra-Fast ASP.NET: Build Ultra-Fast and Ultra-Scalable web sites using ASP.NET and SQL Server
- Advanced .NET Debugging
- Debugging Microsoft .NET 2.0 Applications
Comments
- Anonymous
September 27, 2010
Customer is a strategic question -- it's who's in, and who's out.I find that the teams that hone in on a customer that they can serve extremely well, tend to do the best.