Maor's Blog
Talking about technology
Browse by Tags
All Tags
»
Team System 2008
(
RSS
)
.NET 3.0
.NET 3.5
AJAX
ASP.NET 3.5
C#
Code Analysis
Coding Standards
Data Dude
DEV
DevAcademy2
Lambda Expressions
Lectures
LINQ
MSBuild
Opinion
Rosario
Silverlight
Team Build
Team Build 2008
Team System
Team System Tools
TechEd
TechEdIsrael2008
TFS 2008 SP1
Utilities
Visual Studio 2008
VS 2008 SP1
VSTSDB
WCF
WPF
Team System 2008 SP1 Virtual PC/Virtual Server and Hyper-V images are live
Brian Randell just announced about his holiday surprise : New Virtual PC/Server and Hyper-V images with VSTS and TFS and a 12/31/2009 expiration date. As part of the refresh and extending the expiration date, Brian have updated the images to include the following (naturally some items only appear in the “all-up” images): 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...
Preview Of The Next TFS Power Tools Release
For a preview of the next TFS Power Tools release, please read Brian Harry’s blog . The next version is really amazing! From Brian’s post : There are 3 major new components to the October Power Tools release and the usual incremental improvements. Team Members - We've added a new node to the Team Explorer called "Team Members". It appears under each Team Project and is used to identify who are the people who work on the project. It serves as a "pivot point" for...
Data Dude:Deploy Action On CTP16 Does Not Deploy The Database To Target
A lot of users confused and don’t understand why the database does not appear on the target server when they do deploy. The reason is that in CTP 16, the default deploy mechanism is to deploy to script. If you want to deploy to database you have to change the 'Deploy action' on the project properties, deploy tab to 'Create a deployment script (.sql) and deploy to the database.' Read more .
Data Dude On RadioTFS
From http://vstskb.net - http://feeds.feedburner.com/~r/vstskb/~3/394424099/ Just published over on Radio TFS a special episode on the Database Edition of Team System with the Data Dude man - Gert Drapers . In the show Gert talks how the product got started, where it is now, where it is going in the future, the latest CTP of the Database Edition GDR and more.
Team System Web Access 2008 SP1
The Team System Web Access team had released SP1 last week. Some of the cool new features include: Ability to run multi-language in a single TSWA instance. 10 languages supported Work Item only view for users without a CAL!! more Ed Hintz’s announcement to see what’s new in this release: http://blogs.msdn.com/edhintz/archive/2008/08/29/team-system-web-access-2008-sp1-power-tool.aspx Download: http://www.microsoft.com/downloads/details.aspx?FamilyId=3ECD00BA-972B-4120-A8D5-3D38311893DE
VSTSDB 2008 GDR CTP16
Gert just posted about the release of CTP16 of the Visual Studio Team System 2008 Database Edition GDR release. From Gert’s post: This release adds the following features: VSDBCMD.EXE We added independent commandline deployment and reverse engineer, which can be used on machines that do not have Visual Studio installed, in order to deploy the results of a database project build (.dbschema file), or if you need to generate a .dbschema file so you can for example compare it, this commandline tool will...
Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1
Introduction Visual Studio 2008 and the .NET Framework 3.5 enable developers to rapidly create connected applications that deliver high quality and rich user experiences. Visual Studio 2008 enables organizations of every size to rapidly create secure, manageable, and reliable applications that are optimized for Windows Vista™, SQL Server, the Microsoft 2007 Office system and the Web. Visual Studio 2008 Service Pack 1 (SP1) and .NET Framework 3.5 SP1 continue Microsoft’s investment in market leading...
VSTS 2008 Team Foundation Server Power Tools - July 2008 Release
The Visual Studio Team System 2008 Team Foundation Server Power Tools is a set of enhancements, tools and command line utilities that improve the Team Foundation Server user experience. The latest power tools release can be found here: TFS July 2008 Power Tools . See BHarry’s blog for an overview of all the great enhancements and make sure you download and install it. The following tools are installed with the tfpt.msi package: Command line tool (TFPT.EXE) Team Explorer IDE menu additions Build...
CTP15 of the GDR release of VSTSDB is available
Gert just announced that they just released a new CTP of the upcoming 2008 update, Microsoft® Visual Studio Team System 2008 Database Edition GDR. You can download it from MSDN: http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&displaylang=en Most important changes: Project upgrade is now in place. Mixed projects are no longer supported, from now on server projects represent only server creatable objects and user objects that need to be deployed to...
Suppress Code Analysis Warnings In Code
Code analysis provides a way of making sure our assemblies don’t violate the programming and design rules set forth in the Microsoft .NET Framework Design Guidelines (including issues related to Globalization, Security, Performance, Portability, and many more). We can run code analysis from the IDE and from MSBuild. To do it, we first have to turn on Code Analysis from within the IDE. To do it we have to open the project properties, and in the Project designer, we should select the Code Analysis...
Configure Team Foundation Build for an Incremental Build
A question I got today: "How can I configure my Team Build for an incremental build?". Well, it's simple. Team Build 2005 Add the PropertyGroup definition to the end of the TFSBuild.proj file, before the closing </project> tag. Set the following properties: < PropertyGroup > < SkipClean > true </ SkipClean > < SkipInitializeWorkspace > true </ SkipInitializeWorkspace > < ForceGet > false </ ForceGet > </ PropertyGroup > Team Build...
VSTS 2008 Database Edition GDR - Where Is The Properties Tabs?
Some changes were shipped in the last GDR June CTP of VSTS 2008 Db Pro. If you want to change or view the catalog properties, deployment properties or variables properties you should navigate the properties node . These properties tabs are no longer exists under the database properties area. Example: When you click for example on the CatalogProperties.catalogproperties property, the database properties will be displayed.
Team Build - Dynamicly adding project outputs to GAC
It's occurs sometimes that after a successful build, we need to iterate through all assemblies outputs and install each assembly to the gac.. Solution: First, we have to use a CreateItem task like: < CreateItem Include =""C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\GacUtil.exe" -i $(DropLocation)$(Slash)$(BuildNumber)$(Slash)Release/*.dll" > < Output TaskParameter ="Include" ItemName ="AssembliesToGac" /> </ CreateItem...
VSTS 2008 Database Edition GDR June CTP
Yesterday, at TechEd 2008 Developer, Data Dude team announced the immediate availability of the first public CTP of the Visual Studio Team System 2008 Database Edition GDR (General Distribution Release). Highlights: SQL Server 2008 Support, better DB unit testing support, refactor engine improved, and no more need for a local copy of SQL Server to validate DB changes. Read more... ...
Microsoft Source Analysis for C#
Microsoft announce the public release of a new developer tool - Source Analysis for C# . Inside Microsoft this tool's name is StyleCop and it enforces code style guidelines on the code we write Source Analysis comes with a set of default rules analyzers covering approximately 200 best practice rules. These rules are full compatible with the default layout settings in Visual Studio 2005 and Visual Studio 2008. Specifically, these rules cover the following, in no particular order: Layout...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
RSS
Connect with Me
Tags
.NET
.NET 3.0
.NET 3.5
.NET 4
Acropolis
AJAX
ALM UG
AppFabric
Are you ready 2008
Asp.Net
Asp.Net 2.0
ASP.NET 3.5
ASP.NET MVC
Astoria
Big Data
Blog
Book
C#
ClickOnce
Client
Cloud Computing
Code Analysis
Coding Standards
Community
CTO
Data Dude
DEV
DevAcademy2
Developer Academy 4
Development Process
Enterprise Library
Events
Google
Internet
ITPRO
Kincect
Lab Management
Lambda Expressions
Lectures
LINQ
Live
load test
Management
Misc
MS IL Misc
MSBuild
MVP
Networking
News
Office 2010
OFFTopic
Online Services
Open Source
Opinion
Patterns & Practices
PDC10
Performance
Platorm
Private
Robotics
Rosario
Security
SharePoint 2010
Silverlight
Silverlight 4
Silverlight 5
Software Development
SQL Azure
System
Team Build
Team Build 2008
Team System
Team System 2008
Team System 2010
Team System Tools
TECH
TechEd
TechEdIsrael2008
TFS
TFS 2008 SP1
Tools
Utilities
visual studio
Visual Studio 2008
Visual Studio 2010
Visual Studio 2010 SP1
Visual Studio LightSwitch
Volta
VS 2008 SP1
VSTS
VSTSDB
WCF
Web
Windows 8
Windows Azure
Windows Azure Tools
Windows Identity
Windows Phone
Windows Phone Mango
WPF
Navigation
Home
All Posts
RSS
Popular Tags
Archives
December 2011 (6)
November 2011 (2)
September 2011 (1)
August 2011 (8)
July 2011 (11)
June 2011 (5)
March 2011 (2)
January 2011 (5)
December 2010 (3)
November 2010 (1)
October 2010 (4)
September 2010 (1)
August 2010 (2)
June 2010 (6)
May 2010 (8)
April 2010 (1)
March 2010 (1)
February 2010 (6)
December 2009 (1)
November 2009 (2)
October 2009 (2)
September 2009 (2)
August 2009 (1)
June 2009 (2)
May 2009 (3)
April 2009 (3)
March 2009 (6)
February 2009 (4)
January 2009 (3)
December 2008 (7)
October 2008 (4)
September 2008 (14)
August 2008 (3)
July 2008 (3)
June 2008 (11)
May 2008 (7)
April 2008 (15)
March 2008 (19)
February 2008 (11)
January 2008 (6)
December 2007 (24)
November 2007 (17)
October 2007 (30)
September 2007 (22)
August 2007 (2)
July 2007 (10)
June 2007 (15)
May 2007 (18)
Blog Roll
bharry's WebLog
ScottGu's Blog
maor.blogging()
RSS
Blog Pages
Rosario's CTP 12
WCF
Syndication
RSS
Atom
Comments RSS