|
Team System Source Control - Get Latest on Checkout |
|
|
By hkenuam on
11/12/2007 2:16 PM
|
|
|
|
While in Vegas I attended a few sessions in the Architect track regards Team System future versions and in one of the sessions I learned that the next version of Team System will include a new configurable setting for Getting Lastest on Checkout. This paradigm was introduced with the first version and developers have in many cases struggled to adjust. Here are some links with more information.
|
 |
|
Comments (0)
|
More...
|
|
|
|
|
|
|
Tulsa Techfest |
|
|
By hkenuam on
10/16/2006 8:18 AM
|
|
|
|
I attended the event over the weekend and was very impressed. Great hosts and good people in Tulsa OK.
|
 |
|
Comments (0)
|
More...
|
|
|
|
|
Deploying ASP.NET 2.0 web services with AJAX |
|
|
By hkenuam on
6/29/2006 8:22 AM
|
|
|
Here's an interesting thing we discovered when deploying an ASP.Net 2.0 site using AJAX calls (using HTTP POST). In order to enable HTTP POST's for your web service you have to modify the web.config file to add the following:
< WEBSERVICES>
< PROTOCOLS>
< ADD name="HttpPost" />
</
|
 |
|
Comments (0)
|
More...
|
|
|