May 2004 - Posts

Announcing Visual Studio 2005 Team System

Korby Parnell writes:

Microsoft's New Source Code Control Application

WoooHooo! I can finally write about the project I've been working on these last few months: Microsoft's source control solution for the Twenty First Century: Source Code Control Services for Microsoft Visual Studio 2005 Team System (its friends just call it Hatteras, for short).  And just so that you don't have to ask... Hatteras and Visual SourceSafe (VSS) are completely different projects and products.*

As announced by Buck, Sam, Kent, Rob, David Weller, Robert Hurlbut, the FxCop team blog, and many, many others, Steve Ballmer unveiled Visual Studio 2005 Team System [like the enshrouded superstructure of an aircraft carrier in San Diego Bay ;-)] to the delight of one programmer/writer and 10,000 developers and IT pros during his TechEd keynote in San Diego this morning.

Team System is “an extensible life-cycle tools platform that helps software teams collaborate to reduce the complexity of delivering modern service-oriented solutions.“ You can read all about it at the brand spankin' new Team System Developer Center.  Since it now appears to be public information, I guess I can also tell you that Visual Studio 2005 Team System's internal codename is “Burton“.

At the heart of Visual Studio 2005 Team System is a set of integrated software configuration management tools that we call Team Foundation (no codename). Team Foundation, which will ship as a server, server with standalone client, and as an integrated part of Visual Studio 2005, provides policy support, work item management, and enterprise-class source code control services.

Hatteras is a spicy new SQL Server-based, fully transactional, client-server source control system that will blow your socks off.  If you're lucky enough to be walking the great halls of TechEd this week in San Diego, don't miss the Visual Studio booth. If you want to talk about source control, I recommend you talk to Doug Neumann, Beny Rubenstein, or if you can squeeze your way through the crowd, Brian Harry.

Team System Blogs
Concurrent to the creation of the Developer Center, we created a team blog called (what else?)
The AskBurton Blog
Source Control Blogs:
Korby Parnell and Buck Hodges
Work Item Management Blog: Brian White
Team System Blog: Rob Caron

Team System Whitepapers
We've also created a set of
Team System Whitepapers that describe the scope and function of all Team System tools.
Team Foundation Whitepaper (source control and work item management).

Newsgroups
The Team System Team Development newsgroup is available at the Microsoft Visual Studio 2005 Technology Preview newsgroup site as Microsoft.private.whidbey.teamsystem.teamfoundation.

++++++++++++
*We will continue to ship and support VSS for teams of 5 or less but Hatteras is our big bet for source control going forward.

posted on Monday, May 24, 2004 12:43 PM

I collected a couple of interesting links and put them on www.dotnet-online.com/teamsystem/.

with 1 Comments

ObjectSpaces Functionality to be Delivered with Longhorn

I found this on msdn.microsoft.com/data/:

ObjectSpaces Functionality to be Delivered with Longhorn
Developers who have been following the evolution of "ObjectSpaces" – a technology effort building services supporting object representations of data in relational databases – will be interested to know that these efforts are being merged with the Windows code-named “Longhorn” object/data technology “WinFS”. This decision was made after evaluating the overlapping scenarios that each of these technologies delivered and firm feedback that developers and architects need a consistent, long-lived API delivering this functionality. More information will become available through MSDN for developers and architects to plan and build solutions today using the .NET Framework while planning for the exciting features of Windows code-named "Longhorn".

If you are interested in Object Spaces be sure to check this post by Damir Tomicic.

with 0 Comments

Disabling the security notice balloon tip when using No-Touch Deployment

If you run a .NET application from a partitially trusted location a yellow balloon tip appears telling the user that maybe not all functionality will be available due to security restrictions.

There are situations where you do not want this balloon to show up - for example when deployment within your corporate intranet.

Put the following three lines into a .REG file and import them into the registry. But notice: This will disable ALL balloon tips on your system (e.g. "low disk space", ...).

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

On more information about No-Touch Deployment visit www.dotnet-online.com/notouch/.

with 0 Comments

Get rid of the WinXP Search Assistant aka "the dog"

This post is intended for you if you answer at least one of the following questions with YES.

  • You're not satisfied with the "Find Files and Folders" view in Windows XP?
  • You liked the traditional Windows 2000 "Find Files and Folders" view?
  • You don't like dogs?

Nothing against the cute little dog, but...

NO, the Windows XP search was the one features I really would never get used to.

And YES, you can switch to the old-fashioned / Windows 2000-style search view by copying the following lines in a .REG file and importing it into your registry.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no"

That's it! Enjoy!

Download the zipped .REG file

with 1 Comments

No-Touch Deployment (NTD) Developer Center

The No-Touch Deployment (NTD) Developer Center tries to close the documentation and experience gap most developers are faced with when confronted with No-Touch Deployment by providing you selected information you really need.

Link: www.dotnet-online.com/notouch/