In case you missed the reminder in the latest MSDN Flash, here’s another gentle nudge:
For a limited time, all MSDN subscribers in the US can get a FREE 1 year “starter” subscription to the list of 20 Pluralsight courses listed here on their website.
This is a great opportunity to leverage even more of your MSDN subscription. Get over to Pluralsight’s page and sign up sooner than later! (Yes, this offer will expire!)
.
If you haven’t already joined, head over and check out the Colorado Microsoft Developers Meetup. My pal Jerry Nixon started it about a month ago to create a central place for our development community find out about events (MSDN, MS-sponsored, others) happening in the area. He’s also graciously added me as an organizer so we’ll be able to include development tools-specific events (ALM, TFS, Visual Studio, testing, etc.) to the calendar as well!
Summer is here, and to help say goodbye to Spring, I thought I’d list a few tidbits that you may or may not have heard about in the news recently:
There are two great books out now that cover Visual Studio ALM 2012. These are among the first and most comprehensive books to dive into Application Lifecycle Management and Team Foundation Server, and are well worth the read!
Professional Application Lifecycle Management with Visual Studio 2012
Team Foundation Service Preview goes public! What? Yep, no more waiting for invite codes. Go at it! You can just go to the home page (http://tfspreview.com) and sign up for your account. As of right now, everything is still free. Check Brian Harry’s blog for more details.
Virtual Machines & Hands on Labs have been updated to 2012 RC. For details and download (it’ll take a while, so get comfortable), see Brian Keller’s post.
There’s a lot more, but these are the highlights from the ALM side of things.
The brilliant minds at Gartner have positioned Microsoft in the “leader” quadrant for Application Lifecycle Management, in their June 5th, 2012 publication, “Magic Quadrant for Application Life Cycle Management” (available for 12 months following publication).
Their evaluation was based on Visual Studio 2010 and Team Foundation Server 2010. I can’t wait to see what they think of the 2012 version once it releases!
I’ll let you read the report (Microsoft section) for full details, but notable quotes include:
“By virtue of its position in the market as a provider of key platforms and development tools, Microsoft acts as an overall thought leader in the ALM market” “Unlike all of the other tools in this Magic Quadrant, Microsoft's is the only one that tightly binds its versioning system to the rest of the ALM planning tool.” “..the company has made good strides with support for Eclipse and the ability to extend TFS with Java code.”
“By virtue of its position in the market as a provider of key platforms and development tools, Microsoft acts as an overall thought leader in the ALM market”
“Unlike all of the other tools in this Magic Quadrant, Microsoft's is the only one that tightly binds its versioning system to the rest of the ALM planning tool.”
“..the company has made good strides with support for Eclipse and the ability to extend TFS with Java code.”
This is truly a great accomplishment for our teams at Microsoft. Congratulations to all!
Come join us at SURF Incubator in Seattle over the course of 4 different Wednesday nights to build great Windows 8 apps. Throughout the course of this four-part series, guests will have a chance to learn from Microsoft experts about the world’s largest opportunity for app developers.
We’ll also have great food and drink each night, and you’ll also have the opportunity to win great prizes! (See Official Rules here)
Register now! https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032514870&Culture=en-US
SURF Incubator
Exchange Building
821 2nd Ave., 8th Floor
Seattle, WA 98104
Wednesdays, June 20, 27, July 11, 18 from 6pm-9pm
Series Schedule
June 20 - Week 1: · Business Opportunity for Windows 8 · Designing Apps with Metro Principles and the Windows Personality
June 27 - Week 2: · How Metro style apps drive end user impact · Building Metro style apps with HTML and JavaScript · Creating Windows 8 Metro Style User Interface (UI)
JULY 4 – SKIP – HOLIDAY WEEKEND
July 11 - Week 3: · Bring Your App to Life with Live Tiles and Push Notifications · Integrating with key Windows 8 features
June 18 - Week 4: · Applying the finishing touches · The Business Opportunity Continued: Monetizing your app · The Windows Store
As you likely know Windows 8 is coming in the near future. You can download, use it, and even develop apps for it today. At this point in time the Windows Store is not open for everyone to deploy, but we are looking for the first wave of great applications which highlight the power of Metro and Windows 8, especially those developers that want to get to market first and build the awareness and brand for their applications.
In order to submit your application today you need a token which is something I can help you get.
What do you need to do to get a token? Well I’ll tell ya.
This is a great opportunity to not only be first to market with your app, but also to get feedback from a Microsoft Services Engineer to make your app great. If you are serious about creating an application this is a chance that you probably don’t want to pass up.
In addition, my extended team is holding a series of events and office hours to help you – they want to make sure you have what you need to be successful. You can come learn more about how to build apps for Windows 8 or show up and build your app with one of our evangelists or others in your community available to help you if you need it. You can find more information here:
See below for upcoming developer camps and accelerator labs (click on the link on the city to register!):
Windows Developer Camps
Windows Application Accelerator Labs
So, do you want to build the next great Windows 8 app, first?
This is a slightly tardy post, but here is a link to the presentation slide deck used by Peter and Matt during the ALM Roundtable in Denver. You’ll see that it’s rather light; but keep in mind the slides were merely for talking points leading to more demo (remember, this was a demo-heavy event!).
If you have any questions, please let me know!
I’ve met with several customers over the last few months who either are, or are looking to, manage their documentation efforts in Team Foundation Server. There’s not much guidance or documentation about the best way to do that. Now my blog is hardly a repository of impactful information; but I hope this post helps to shed some light on practices that can be used to manage documentation in TFS.
In thinking about this, the concept of documentation management is somewhat similar to requirements management: A document format is the ultimate output, consistent capture and management is ideal, and a development workflow is needed. Several years ago (when TFS 2005 was the current release), I blogged a four-part series on requirements management in TFS, a series which many seemed to appreciate. (Since then, a much more robust, prescriptive guidance has been published on CodePlex around TFS 2010 called the “Visual Studio Team Foundation Server Requirements Engineering Guidance” ).
There are two main schools of thought around using TFS to manage documentation efforts:
In the document-centric approach, the document itself is the “version of the truth”. Updates are made to the document directly, and either TFS or the associated SharePoint site manages versioning. Any approval workflows are handled by SharePoint.
The benefit of this approach is that people already know how to edit a document (Word is the most popular requirements management tool, as well!). It’s natural and seemingly convenient to just pop open a document, make some updates, hit “Save”, and close. When the documentation process is finished, you already have your “output” – the document itself. Just convert it to the format that you want (PDF, XPS, whatever), and you’re done.
The drawback however, is in its simplicity. You lose formatting consistency of individual sections of the document, as well lower-level management of those sections. This results in extra scrutiny over a document to check for those inevitable inconsistencies. If you have traceability requirements in your process guidelines, it’s going go be very difficult to accurately relate a specific section within a document to another artifact in TFS. It’s quite near impossible to report on the status of a documentation effort, other than “the document is or isn’t done yet.” There are no metrics around how much effort has been applied to the documentation, how many people have collaborated on it, etc.
The item-centric approach uses the work item tracking system in TFS to manage components/pieces of documentation individually. This is accomplished by creating a work item type designed to support individual pieces of documentation. In this scenario, TFS becomes the “version of truth”, and the actual document is really just an output of that truth. (Think of this as similar to version control, which houses the truth of your code, and the build is the output of that.)
Several of these RM-centric approaches can be applied toward documentation efforts:
Below is just one example how a “Documentation”-like work item type might look in TFS:
You’ll notice there are standard fields such as title, assigned to, state, area, and iteration. In this example, there are a few custom fields added as well:
Target Document allows you to target a specific document that this documentation piece belongs to. In my example, I use a global list for this field, allowing choices of End User Manual, Administrator’s Guide, and Installation Guide.
Document Order is a field I created to help with the ordering of the documentation piece (for sibling work items) when it is finally output into a document.
In TFS 2010, you also have the added advantage of work item hierarchy to better help organize the structure of your documentation. You can use hierarchy to break down sections or areas of the document. Viewing the “structure” of a document (like a document outline in Word) is a matter of constructing a query.
For example, below is a query result that shows a document hierarchy for my “End User Manual”:
There are a few very tangible advantages of using this approach:
Sounds great, right? Oh yeah, but what about actually creating the document itself? (What, you don’t just want to dump the query results to Excel and format from there?)
Well, the first main step is to get your work items exported to a Word document (for any fine tuning) and ultimately converted to your final output format (probably PDF).
If your list of documentation work items is flat (i.e. no hierarchy, parent/child relationships), that simplifies things because you can dump your work items to a file format that can be used as a merge source for Word (like a TSV or Excel file). Then you really just have to worry about formatting your document appropriately.
And there are a couple of 3rd party tools that you may (again, based on your specific needs) be able to leverage. These tools work to integrate Word with TFS, and each carries their own pros and cons:
It gets more complicated as you work with a hierarchy. In my above example, I want my work item hierarchy to reflect a document hierarchy in the output document (i.e. first level gets Heading 1, second level gets Heading 2, etc.). That puts a small wrinkle in things.
So when in doubt, roll your own. I have several customers who have implemented custom utilities to export their documentation work items to a Word document. Given my amateur status as a programmer, I thought I’d give it a shot myself. More on that in a future post, but the basic idea of such a utility is something like this:
Again, more on that later.
So keep in mind that while your mileage may vary in terms of approach and need, it is definitely possible to leverage TFS WIT as repository for your document development needs. My examples above are by no means the only way to attack this topic – I’ve just seen them work with other customers of mine.
Enjoy!
Happy Monday!
First, thanks to all of you who have attended the ALM Roadshows so far, and I hope to see many more of you attend the upcoming stops.
Many folks from the Denver and Tempe events asked if the content would be made publicly available (to help minimize the amount of note-taking required). So as promised, this morning I posted the slide decks from the three sessions on SkyDrive here:
Here are direct links to the individual sessions:
And again, if you want to more easily download all the session content, you can view the entire folder here.
The demos performed during the sessions are very similar to the labs which are included in a publicly-available VM by Brian Keller. Download the VM + labs from here and enjoy a pre-configured environment will all the VS11/TFS11 Beta goodness ready to roll.
For those of you that will be attending a roadshow event in the near future, take note: Exact content varies between venue, so the content I posted is really most applicable to Denver, Tempe (Phoenix), and Lehi (Salt Lake City).
And as a reminder, if you can’t make it to an in-person event, definitely check out some of the many webcasts being delivered as well.
Want to learn more about Visual Studio 11 and TFS 11 but can’t make it to an in-person roadshow? Check out this line up of “11” webcasts provided by our awesome ALM partners. Topics include:
.. to name a few. Check out the list of webcasts and sign up!