Showing posts with label TFS2010. Show all posts
Showing posts with label TFS2010. Show all posts

Wednesday, October 13, 2010

Presenting at DogFood v3 Conference (#dogfoodcon) - Nuts and Bolts of Visual Studio Scrum v1.0 Template

Please join us for the 3rd Annual Dog Food Conference (http://www.dogfoodcon.com/dogfood/).  There will be speakers from MS Gold Certified Partners, MS MVPs, IT authors, community leads, and MS corporation subject matter experts and evangelists.  There will designated areas for hardware demos from  HP, Polycom, Dell and Windows Phone 7. Agenda and schedule for hardware demos at download agenda links.

DF2010-LOGOWhen: November 4-5, 2010  8:10–4:30 PM
Where:
Microsoft Office - 8800 Lyra Dr, Suite 400, Columbus, OH 43240
Who should attend: CIOs, IT Managers, IT Pros, developers, collaboration specialists, CISOs, business analysts, project managers

My Abstract:
Visual Studio and Team Foundation Server (TFS) are the cornerstones of development on the Microsoft .NET platform. These tools represent some of the best opportunities for success and to experience a focused and smooth software development process. For TFS 2010 Microsoft heavily invested in Scrum and is moving some internal product teams onto the approach.

This session is not about Scrum in depth, (for that please visit scrum.org) but rather, we will cover the lifecycle of creating work items and how this fits into Scrum using Visual Studio ALM and Team Foundation Server. We will cover in detail:

  • How to successfully gather requirements
  • How to plan a project using TFS 2010 and Scrum
  • How to work with a product backlog in TFS 2010
  • The right way to plan a sprint with TFS 2010
  • Tracking your progress
  • The right way to use work items
  • Leveraging built-in reporting and Project portals available on the SharePoint dashboard
  • Reports targeted to the Product Owner / Project Manager

You will walk away knowing how to interpret and understand a project health and progress. Visual Studio ALM is designed to address many of the problems faced by teams using traditional approaches. It does

so by providing a set of integrated tools to help teams improve their software development activities and to help management better support the software development processes.

Friday, August 6, 2010

Accessing TFS2010 from Visual Studio 2008

I have run several times into a question: Can I (How Do I) connect to TFS2010 from Visual Studio 2008? The answer is YES you can, and here what you need to do:

1. Make sure that Service Pack 1 for Visual Studio 2008 has been installed

2. Download and install Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for TFS 2010.

3. Configure connection to your TFS server.

In TFS2010 we now have ability to host multiple collections, groups of Team Project, so as result when accessing to TFS2010 we need to know what collection we are interested in.

General TFS connection constructed like:

http(s)://{Server Name}:{Port}/{Directory}/{Collection Name}

where as:

  • {Server Name}, either the name of the server TFS2010 installed on (application tier) or Fully Qualify Domain Name that would resolve to the location of your TFS server
  • {Port }, the port configured for TFS access
  • {Path}, the path to installed TFS services
  • {Collection Name}, name of TFS Team Collection

If you have installed TFS2010 following default suggestions it would be something like that: http://{Server Name}:8080/tfs/DefaultCollection

For example if you have downloaded VS2010 RTM Virtual Machine from Brian Keller’s blog then you can access TFS server from VS2008 by configuring connection string as:

image

4. But there are limitations on what you can do from Visual Studio 2008 Team Explorer with TFS2010, some of the big ones:

  • Creating new Projects
  • Working with Hierarchical WorkItem Queries
  • Managing Builds
  • Reports
  • etc

Due to all the new features made to TFS2010.