Licensing Team Foundation Server 2008

Team Foundation Server Workgroup Edition that you receive when you purchase a Team Edition with an MSDN Premium Subscription provides for FIVE named users and does not use the CAL model.

To support larger teams, you need to purchase a license for Standard Edition (full retail price: US$2799) and CAL licenses for each user (~US$500).

You would find it to be financially beneficial to purchase that software through Volume Licensing, which provides discounts when purchasing five or more licenses.

Sources http://blogs.msdn.com/robcaron/archive/2006/03/16/553121.aspx

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1335348&SiteID=

Other related prices:
MSDN Subscription includes versions of all servers, everything for 1 person. Includes 1 Team Foundation Server Workgroup Edition of those includes 5 licences.  Price around US$6,500

Visual Studio 2008 Professional $1160 per license (less for upgrade from previous versions)
 
Volume pricing – check with MS.
 
 
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Use CommandField column to postback on GridView

I 've created GridView with HyperlLinkField columns. But I wanted to have link click to postback to the same page.
 
I looked at some solutions like in a thread:GridView HyperLinkField with call to a javascript function
It seems not working, I have a link as :
<asp:HyperLinkField DataTextField="Field1" HeaderText="ID"
SortExpression="Field1"
NavigateUrl="javascript:returnData('{0}','{1}');"
datanavigateurlfields="Field1,Field2" target="_top"/>
One of possible  approaches described in Steps to Write GridView PostBack Events
However I choose suggestion to use System.Web.UI.WebControls..::.ButtonField or        System.Web.UI.WebControls..::.CommandField.
In particular I an using CommandField instead of hyperlinkfield.
hyperlinkfield is good for external links.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
«April»
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910