By tag: TeamSystem
0
kicks
Deep dive in Process template’s states and transitions
Seventh part of a series of articles dedicated to Team Foundation Server customization of Work Items definition. In this part I'll show how to add rules to transition and states of the Work Item.
0
kicks
How to Create a New Telerik TeamPulse Project?
Yesterday, in the post “TeamPulse - A Project Management Solution from Telerik”, we discussed about Telerik TeamPulse application. We discussed about installation requirements and also shared the links to download the TeamPulse.
In this post, we will learn how to create a TeamPulse project for yo...
0
kicks
TeamPulse - A Project Management Solution from Telerik
Telerik TeamPulse - A Project Management Solution from TelerikTeamPulse is a project management solution from Telerik based on Agile best practices. You can manage your team project using this Silverlight based tool to actively collaborate between team members, track progress of project.
It is ...
0
kicks
Automatic web deployment from TFS build
A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server.
0
kicks
TFS is destroying your development capacity
Author explains some of the perceived shortcomings of TFS and what solutions exist that can eventually replace the functionality of TFS. Basic premise is that TFS is a tool that promises to do everything, but in actuality does it all poorly (and doesn't talk to anything else).
0
kicks
Setting Up Continuous Deployment In TFS
Continuous Integration, its sooooo last week. If you’re thinking about getting into CI, you’re behind the curve. Seriously. Fear not though, it’s a simple matter to not only continuously integrate, but to continuously deploy your application. I show you how.
0
kicks
Refactoring C# Code Using Visual Studio 2010- Part 1
Visual studio 2010 is a Great IDE(Integrated Development Environment) and we all are using it in day by day for our coding purpose. There are many great features provided by Visual Studio 2010
0
kicks
A Bunch of link for TFS ecosystem
A list of links to useful third party tools for Team Foundation Server.
0
kicks
Customize State and Transitions of a Work Item
Sixth part of a series of post that deal with Customization of the Process Template of Team Foundation Server, in this post I explain how to work with State and Transition of Work Items.
0
kicks
Interesting rules to customize Work Items
Fourth part on a litte series of posts that explain how to customize Team Foundation Server Work Item's definition.
0
kicks
Customize TFS PRocess Template
First on a little series of post dedicated to Team Process Customization for Team Foundation Server.
0
kicks
Moving from SVN to Mercurial
When I start at my company, their system uses a very old SVN system. It’s slow, it can’t even branch properly and give me conflicts all the time. So the very first thing is to migrate it to a new version control system. I wrote a tutorial about starting with Git before, so I’m quite tempting to use ...
0
kicks
Continuous Integration
The value Continuous Integration of a Software Project can bring about to a project / team not just from a developers perspective also to other stakeholders. My view of how I learn from my experiences how Continuous Integation can be a great accelerator in project delivery and execution.
0
kicks
TeamPulse R1 2011 is Here: Bug Tracking, Productivity Features
We are very excited to announce the official release of the R1 2011 version of our agile project management tool TeamPulse. This release expands the tool’s feature set with the addition of a Bug Tracking module, which allows users to record, triage, assign and evaluate bugs in an easy and intuitive ...
0
kicks
How to Integrate FxCop in VSTS 2010?
FxCop is standalone tool that can analyse managed code assemblies. It gives report about improvement in code based on Microsoft standard coding guidelines. However you can also add your rules in this tool.
FxCop is not integrated into Visual studio. There is separate extension (FxCop Integrator )...