Showing posts with label Microsoft Download Center. Show all posts
Showing posts with label Microsoft Download Center. Show all posts

Tuesday, December 30, 2008

New VSTS Virtual Machines

The VSTS Virtual Machines are all updates with fresh bits and expiration dates and now available in 4 different flavors on Microsoft Download Center thanks to Brian Randell

The new Virtual Machines are a VSTS “all-up” image with Team Foundation Server, Team Build, Team Explorer and Team Suite with the latest SP1 installed, and a TFS “only” image with just Team Foundation Server, Team Build and Team Explorer with the latest SP1 installed. But they are produced as Virtual PC 2007/Virtual Server 2005 R2 Compatible images and Hyper-V Compatible images to suite everybody’s needs …

The images are updated with the following:

  • The latest Virtual Machine additions or Integration Services Components.
  • All of the latest Windows Updates as of December 1, 2008.
  • Team Foundation Server 2008 SP1
  • Visual Studio 2008 Team Suite SP1
  • Team System Web Access 2008 SP1
  • Team Foundation Power Tools, October 2008 Update.
  • The latest MSSCCI Provider.
  • Team Explorer 2005 (this allows you to work with TFS from Visual Studio 2005 which is installed so that you can edit and customize TFS reports)
  • The GDR for the product formally known as Visual Studio 2008 Database Edition (aka Data Dude).
  • Current Process Explorer, Process Monitor, and Background Info.

All can be downloaded as follows:

Enjoy :)

Wednesday, December 24, 2008

VSTS 2008 Database Edition GDR Language Releases

Visual Studio Team System 2008 Database Team just released 6 additional languages of the recently released GDR on Microsoft Download Center as follows:

Sunday, November 30, 2008

System Center 2008 Management Packs for TFS 2008

System Center 2008 Management Packs for TFS 2008 is now available for download on Microsoft Download Center

The Team Foundation Server (TFS) 2008 Management Pack monitors exposed services of TFS. This management pack includes event rules and monitors. It is designed to proactively monitor quality and availability of TFS services and even automate recovery in some scenarios.

Feature Summary

  • Auto discovery of TFS components
  • Leverages ASP.NET MP and SQL MP
  • Implements containment hierarchy reflecting logical architecture of the Product
  • Implements a proper health model using Monitors
  • Contains tasks, diagnostic and recovery for certain failures
  • Events indicating service outages
  • Alerts indicating configuration issues and connected data source changes
  • Verification that all dependant services are running
  • Targeted running of BPA against TFS Servers from Operator Console
New monitoring capabilities can be easily added.

Sunday, November 09, 2008

VSTS 2008 TFS Power Tools - October 2008 Release

The TFS Power Tools October 2008 Release is now available for download on Microsoft Download Center

New in the October Release

Team Members (NEW!)

  • Adds a new node under each Team Project to the Team Explorer called "Team Members" that identifies people who work on the project.
  • Serves as a "pivot point" for information about and operations on people and teams.

Windows Shell Extension (NEW!)

  • Allows core version control operations within Windows Explorer without using Team Explorer.

PowerShell Support (NEW!)

  • Provides a PowerShell pipeline and cmdlets for TFS. Initial support is for basic version control operations.

TFPT (Updated)

  • tfpt searchcs - the Search Changesets Power Tool brings up a dialog from which the user can search for changesets that match specific combination of criteria including server path, committed date range, committed user, check-in comments and check-in notes.
  • tfpt unshelve /undo - finds all pending changes in your workspace that match the changes in the shelveset and undoes them (including deleting the local files for pending adds).

    Wednesday, November 05, 2008

    Silverlight™ Tools for Visual Studio 2008 SP1

    Silverlight Tools for Visual Studio 2008 SP1 is available for download from Microsoft Download Center

    This package is an add-on for Visual Studio 2008 SP1 to provide tooling for Microsoft Silverlight 2.
    It can be installed on top of either Visual Studio 2008 SP1 or Visual Web Developer 2008 Express with SP1, and it provides a Silverlight project system for developing Silverlight applications using C# or Visual Basic.

    This download will install the following:

    • Silverlight 2 developer runtime
    • Silverlight 2 software development kit
    • KB956453 for Visual Studio 2008 SP1
      and/or
      KB956485 for Visual Web Developer 2008 Express with SP1
    • Silverlight Tools for Visual Studio 2008 SP1
      and/or
      Silverlight Tools for Visual Web Developer 2008 Express with SP1

    Silverlight Tools for Visual Studio 2008 SP1 includes:

    • Visual Basic and C# Project templates
    • Intellisense and code generators for XAML
    • XAML design preview
    • Debugging of Silverlight applications
    • Remote debugging of Silverlight applications for Mac
    • Web reference support
    • WCF Templates
    • Team Build and command line build support
    • Integration with Expression Blend

    Thursday, October 30, 2008

    Windows Azure Tools for Microsoft Visual Studio October 2008 CTP Available Now !

    Windows Azure Tools for Microsoft Visual Studio October 2008 CTP is now available for download from Microsoft Download Center

    Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, debugging, running and packaging of scalable services on Windows Azure.

    Windows Azure Tools for Microsoft Visual Studio includes:
    • C# and VB Project templates for building Cloud Services
    • Integration with the Development Fabric and Development Storage services
    • Debugging Cloud Service Roles running in the Development Fabric
    • Building and packaging of Cloud Service Packages
    • Browsing to the Azure Services Developer Portal
    • Role configuration
    • SSL Certificate selection

    Wednesday, October 29, 2008

    VSTS 2008 Database Edition GDR RC1 is now available

    Gert Drapers has just announced that VSTS 2008 Database Edition GDR Release Candidate 1 is now available for download from Microsoft Download Center.

    This version will provide an upgrade path to the RTM so it worth trying out …

    The documentation as well is available for downloading.

    Tuesday, October 21, 2008

    VSTS 2008 Database Edition GDR September CTP is now available

    Visual Studio Team System 2008 Database Edition GDR September CTP is now available for download through Microsoft Download Center

    In addition to providing support for SQL Server 2008 database projects, this release incorporates many previously released Power Tools as well as several new features.

    The new features include distinct Build and Deploy phases, Static Code Analysis and improved integration with SQL CLR projects.

    Database Edition no longer requires a Design Database. Therefore, it is no longer necessary to install an instance of SQL Express or SQL Server prior to using Database Edition.

    SQL Server Support
    SQL Server 2008

    • All new data types:
      Intrinsic (date, datetime2, datetimeoffset, time)
      Built-in SQL CLR types (geography, geometry, hierarchyid)
    • New DML
      Merge, table parameters, …

    SQL Server Configuration Options

    • Server option settings will be verified prior to deployment or set during deployment additional 1st Class Object Type Support
    • Rules, defaults, Asymmetric keys, symmetric keys, certificates, …

    Projects
    Server Projects

    • Server objects and option settings may be implemented in a separate Server Project
    • This enables a team to define a standard a configuration for their SQL servers and reference it from their Database Projects

    Partial projects

    • Allowing code sharing between projects by including files from a different project, where the code is included as-is from the originating project and the source code control ownership remains with the originating project
    • This enables code reuse and single sourcing while having a single deployment unit

    Composite projects

    • References to other database projects or .dbschema files that contribute to the same deployment unit.
    • This enables the separation of development roles and responsibilities and composition of Databases using multiple projects.

    Single sourcing of external artifacts
    SQL-CLR references allow the user to create a reference to a SQL-CLR project or SQL-CLR assembly. This automatically becomes an ASSEMBLY type in the Database Project

    Build and Deploy
    The Build process now produces a separate portable schema output that is fed in to a redistributable deployment engine
    A redistributable deployment engine. For example, to implement a setup application that deploys the Database Project.

    Refactoring
    Preservation of Intent

    • Enables the deployment of refactoring changes as intended by the user (renames are deployed as renames not as drop/add statements for example)

    New Refactoring Operations
    Wildcard Expansion
    Move Schema
    Fully Qualify
    Extensibility point which enables the ability to develop and deploy custom refactoring types and targets

    Schema Compare
    Now supports comparing Projects, Databases or dbschema files in any combination. For example, Project to Project, which has not been possible until now.
    Object Type Filtering
    Additional ignore filtering options

    T-SQL Static Code Analysis
    Including the ability to develop and deploy custom rules

    Dependency Viewer
    View the dependency relationship between objects in your schema

    Unit testing
    Supports execution with other ADO.NET providers

    Data Generation
    Design-time enhancements

    • Smaller .dgen file
    • Support for undo/redo
    • Foreign key replacement
    • Separation of population status into new display window

    Runtime enhancements

    • By default uses SqlBulkCopy to populate target tables
    • Capability to register different outputs for generated data – i.e. generate to Excel or to file so you can use BCP to load
    • By registering a custom output we have the capability to execute scripts at different points during data generation (i.e. before start/after completion or before/after a table

    Extensibility
    Data Generators
    Statistical Data Distribution
    Test Conditions
    Static Code Analysis Rules
    Refactoring Types
    Refactoring Target

    Saturday, August 30, 2008

    Team System Web Access 2008 SP1 Power Tool Released

    A new release of the Team System Web Access Power Tools have been released on Microsoft Donwload Center.

    New With Service Pack 1

    Features in Team System Web Access

    Tuesday, August 12, 2008

    VS/VSTS/TFS/.NET 3.5 SP1s are Released !!

    Finally Visual Studio/Visual Studio Team System 2008, Team Foundation Server 2008 and .NET Framework 3.5 SP1s are Released !!
    They bring great chunck of good value, bug fixes and SQL Server 2008 support.

    According to my research and knowledge the improvements include:
    • SQL Server 2008 Support
    • ADO.NET Entity Designer
    • Improved WPF Designers
    • .NET performance improvements
    • TFS Improvements that includes Add to Source Control Dialogs enhancements, Drag & Drop files into Source Control Explorer, Unbound files Version Control, Date/Time column for Checkins, Ribbon support for Office 2007 and Performance & Scale improvements.

    Saturday, February 16, 2008

    VSTS 2008 Database Edition Power Tools now available

    VSTS 2008 Database Edition Power Tools is a set of enhancements and tools that complement and improve the user experience of VSTS Database Edition 2008

    This release updates the Power Tools for the Database Edition to work with Visual Studio 2008 and provides several new features. The new features include two custom unit test conditions, a new Data Generation Wizard, and new MSBuild tasks to support running TSQL Static Code Analysis from the command line. The updated features include 5 refactoring types, a dependency viewer, additional data generators and editors, 2 MSBuild tasks for Schema and Data Compare and the TSQL Static Code Analysis feature

    New Test Conditions for Database Unit Tests
    • ChecksumCondition – You can use this test condition to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set.
    • ExpectedSchemaTestCondition – You can use this test condition to verify that the column names and data types of the returned data set match expected values.

    Data Generator Improvements

    • New Data Generator Wizard – This new wizard creates a data generation plan that is configured to copy data from a source database. You can use this wizard when you need to copy most of your data from a live source, but need to make small changes to ensure privacy.

    MSBuild Task Improvements

    • SqlAnalysis Task – You can use this build task to run T-SQL Static Code Analysis from MSBuild.

    TSQL Static Code Analysis

    • Static Code Analysis - A precursor to the functionality that will be in future versions of VSTS that will allow you to perform Static Code Analysis on T-SQL code.

    Refactoring

    • “Move Schema” Refactoring - Allows a user to right click on an object and move it to a different but existing schema
    • SP Rename Generation - Generate a new script that will contain sp_renames for all rename refactored objects that the user can then execute.
    • Wildcard Expansion - Automatically expand the wildcard in a select to the appropriate columns.
    • Fully-Qualified Name Support - Automatically inject fully-qualified names when absent in a script
    • Refactoring extended to Dataset - Refactor into strongly typed dataset definitions

    MSBuild Tasks

    • Data / Schema Compare Build Tasks - MSBuild tasks that can generate scripts as if the user had run the Data / Schema compare UI

    Schema View

    • API Access to Schema View - Insert / Update / Delete to schema View and list schema objects and their associated files

    Dependency Tool Window

    • Dependency Tree - Show the dependencies ( incoming / outgoing ) for selected schema objects in a new tool window

    Miscellaneous Tools

    • Script Preprocessor - Expand SQLCMD variables and include files and command line version (sqlspp.exe) & an MSBuild version ( wraps the command line version )

    The power tool is available on MS Download Center

    Sunday, January 27, 2008

    Source Code Outliner PowerToy for Visual Studio 2008

    The Source Outliner PowerToy is a Visual Studio 2008 extension that provides a tree view of your source code's types and members and lets you quickly navigate to them with filtering inside the editor is available on MS Download Center.

    The project source code (in both C# and Visual Basic) can be found on the SourceCodeOutliner project on CodePlex.com.

    Saturday, January 05, 2008

    VSTS 2008 VPCs

    2 new VSTS 2008 VPCs are now available on MS Download.

    The first one is running Windows Server 2003 Enterprise Edition, SP2. It contains a full installation of Team Foundation Server 2008, Team Build 2008, Team Explorer 2008, Visual Studio Team System 2008 Team Suite and all necessary prerequisites. Team Foundation Server is installed in workgroup authentication mode and thus does not require a domain controller. The image is over 11 GB uncompressed.

    The second one is is running Windows Server 2003 Enterprise Edition, SP2. It contains a full installation of Team Foundation Server 2008, Team Explorer 2008, and all necessary prerequisites. Team Foundation Server is installed in workgroup authentication mode and thus does not require a domain controller. The image is under 7 GB uncompressed.

    Have fun :)

    Sunday, December 23, 2007

    Visual Studio Team System 2008 Team Foundation Server MSSCCI Provider

    The Visual Studio Team System 2008 Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration. It is found on MS Download Center

    This version (1.2) includes:
    • Enable handling branched solutions in Visual Studio 2003.
    • Fixed issues to enable provider to support Toad for SQL Server 2.0.
    • Enhanced the "Choose Folder in Team Foundation Server" dialog.
    • Fixed bug which prevented Properties Dialog from displaying local path.
    • Work Items Query list in the Checkin Dialog is loaded and saved on the disk.
    • "Get" operation performance improvements.
    • Defect fixes

    Tuesday, November 20, 2007

    Visual Studio 2008 Training Kit

    Visual Studio 2008 Training Kit is available on Microsoft Download Center

    The Training Kit includes presentations, hands-on labs, and demos.

    This content is designed to help learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management.

    Thursday, November 15, 2007

    .NET Framework 3.5 Common Namespaces and Types Poster

    The .NET Framework 3.5 Common Namespaces and Types Poster is now downloadable as XPS or PDF format on Microsoft Download Center.

    There is also an XPS format file which prints over 16 letter or A4 pages for easy printing.