News aggregator

SQL Script to list all the columns of a table with the Schema Information

DotNetRobert.com - Fri, 09/03/2010 - 21:55

SQL Script to list all the columns of a table with the Schema Information

If you are looking for a SQL Script which will display a list of all columns in a table and also the Schema Information, you can use the following Script.

read more

Literal only supports value types and the immutable type System.String: Error

DotNetRobert.com - Fri, 08/27/2010 - 20:00

Error:
The following errors were encountered while processing the workflow tree:

read more

Visual Studio Lab Management Overview

Team System - Wed, 08/18/2010 - 22:44
Learn about Visual Studio Lab Management, which extends the existing VS ALM platform to enable an integrated Hyper-V based test lab.
Categories: Team System

How to configure the Database Project to Update the Target Database when you build and deploy the Project?

DotNetRobert.com - Wed, 08/11/2010 - 19:29

Step 1:

                Right-Click on the Project in the Solution Explorer and select Properties.

Step 2:

read more

Windows Workflow (WF4) Best Practices

DotNetRobert.com - Tue, 08/10/2010 - 23:05

Windows Workflow (WF4) Best Practices 

read more

Tool to configure SharePoint Server for dashboard compatibility with Team Foundation Server 2010

Team Foundation News - Sat, 08/07/2010 - 23:04
If you have or planing to have Team foundation server 2010 integration with SharePoint Server(MOSS) and unsure of the SharePoint configurations needed to get the dashboards(Tfs Excel reports that show as dashboards in team project portal site) working...(read more)
Categories: Team System

CodeActivity vs NativeActivity

DotNetRobert.com - Tue, 08/03/2010 - 20:02

CodeActivity vs NativeActivity

When to use a CodeActivity and when NativeActivity?

read more

What is the difference between using workflowinvoker and workflowapplication?

DotNetRobert.com - Mon, 08/02/2010 - 19:07

When should one use WorkflowInvoker  or WorkflowApplication?

WorkflowInvoker vs WorkflowApplication

read more

How to use the ConfigurationManager Class in Visual Studio?

DotNetRobert.com - Fri, 07/30/2010 - 15:12

Why don’t I see the ConfigurationManager Class?
Whats wrong with ConfigurationManager class why don’t I see it?

read more

How can I compare different versions of Word document in Sharepoint?

DotNetRobert.com - Thu, 07/29/2010 - 15:04

Sharepoint is pretty interesting to use on an enterprise level. More and more companies are adopting the Sharepoint way to share and collaborate documents and to do their Knowledge Management. If you are used to using Sharepoint, I am sure you have used it to upload your word document and share it across the team. 

read more

Windows Workflow 4 Tutorial Videos

DotNetRobert.com - Wed, 07/28/2010 - 21:41

I am sure you are excited about Windows Workflow foundation. Who is not? except those poor Java guys...

Here is a collection of Videos available on Windows Workflow Foundation 4. I hope you find it useful. The list will keep growing, so feel free to bookmark this page for later reference.

 

read more

Windows Workflow Base Activity Library List

DotNetRobert.com - Thu, 07/22/2010 - 20:07

Windows Workflow Foundation or WF is the latest cool thing from Microsoft.  It’s the Workflow way of developing applications. Its meant to make software development easier for developers. Using Windows Workflow in your Visual Studio makes the program flow very visual.

There are basically two types of Workflows

1.       Sequence

2.       Flowchart

 

And here is a list of Base Activity Library provided by Windows Workflow.

read more

Visualizing Team Foundation Server Work Items with Live Labs Pivot

Team Foundation News - Thu, 07/08/2010 - 23:29
Live Labs Pivot is a great way to visualize sets of data, and glean insights/understand patterns that may not be as visible otherwise. In this post, we’ll walk through how easy it is to visualize Team Foundation Server work items using Live Labs Pivot...(read more)
Categories: Team System

WIQL syntax for Link Query

Team Foundation News - Fri, 07/02/2010 - 20:51
Flat List Query (Old) The general Syntax: select <fields> from WorkItems [ where <condition>] [ order by <fields>] [ asof <date>] Link Query When querying across links, you specify three filters: · A filter on the work items...(read more)
Categories: Team System

Extending Work Item Tracking Context Menus

Team Foundation News - Thu, 06/24/2010 - 21:30
This blog post was written by Hayder Casey, a developer on the work item tracking team. The work item tracking context menus in Visual Studio are extensible. You can add your own commands to them and interact with the work item tracking editors and the...(read more)
Categories: Team System

Work Item Tracking Queries Object Model in 2010

Team Foundation News - Wed, 06/16/2010 - 19:58
The following post was written by Smitha Saligrama, a software development engineer in test on the work item tracking team for Team Foundation Server . To allow better organization and permissions on queries in Team Foundation Server 2010 we added query...(read more)
Categories: Team System

Announcing Team Foundation Server Scrum v1.0 Beta

Team Foundation News - Mon, 06/07/2010 - 16:27
Today , we’re announcing and releasing a brand new process template… Team Foundation Server Scrum v1.0 Beta.  This is a new process template built from the ground up specifically for Scrum teams.   So, why a new template?  Quite simply...(read more)
Categories: Team System

Change in HTML Field Behavior in the 2010 TFS Excel Integration

Team Foundation News - Wed, 05/26/2010 - 15:19
TFS has changed how Excel interacts with HTML fields to only allow HTML fields to be editable on creation of a work item but read only when editing existing work items. What was the old behavior? With the 2008 TFS Excel Add-In you were able to edit work...(read more)
Categories: Team System

New Work Item Type Controls in TFS 2010

Team Foundation News - Tue, 05/25/2010 - 22:26
The following post was written by Smitha Saligrama, a software development engineer in test for the work item tracking team in TFS. With the release of TFS 2010, there are some new work item controls you can take advantage of. Stand-alone Label You can...(read more)
Categories: Team System