473,383 Members | 1,859 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

What VS to use Pro or Team System?

Hello, Everyone

We have 5 developers here using C#, developing Windows Forms apps and
webservices, we currently use VS2005 Pro and Visual Source Safe 4, but have
too many problems like Visual Source Safe issues, Performance with large
solutions, ...

Is Team System any good?
Sound like it wraps all the little pieces together nice, (Unit testing,
coverage, performance testing).

How does it compare to the third party pieces?
Cost factors?

What is VS package is everyone else using, and what kind of source control?

Also note, we have a Java team and they use CVS for source control and are
very happy with it. We are looking into possible CVS integration.

I have installed SP1, seems to have fixed a few items, but it's still very
slow, the designer just drags..

Thanks,

Schneider
Jan 5 '07 #1
4 1373
"schneider" <es********@starkinvestments.cemwrote
Is Team System any good?
I've talked to people who love it. I've talked to people who hate it. Both
seem to be generally rational and stable people. After using it for a while,
and talking to those folk, I think I'm in the "Wait for the next version"
camp.
Sound like it wraps all the little pieces together nice, (Unit testing,
coverage, performance testing).
That it does. I've just talked to too many people who were in the "well, it
works, but it's not quite as good as we had hoped for given the price.
Hopefully the next version should be great...".
How does it compare to the third party pieces?
Cost factors?
Depends on what you're looking for.
What is VS package is everyone else using, and what kind of source
control?
We use Visual Studio 2005 Pro, Sourcegear Vault is our source control
provider, and SourgeGear Dragnet is our bug tracking database. We do daily
builds using MS-Build. Unit Testing is with a home-grown product very
similar to (but completly different than) NUnit.

Bug Tracking and Source Code control are (to some degree) integrated.

We do have a single VS2005 TeamSuite license, so that we can do targeted
Itanium builds.
Also note, we have a Java team and they use CVS for source control and are
very happy with it. We are looking into possible CVS integration.
I don't know as I would use CVS at this point. Subversion seems to be a
viable candiate though.

I can tell you that we haven't had a single instance of source-code
corrutpion in all the time we've been using Vault. It's been great. The
Visual Studio integration is pretty good too.
I have installed SP1, seems to have fixed a few items, but it's still very
slow, the designer just drags..
Nothing is going to help that, unfortunatly. Well, expect for a
dual-processor quad-core system... :)

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullins
Jan 5 '07 #2
Thanks, Chris

Was hoping for feedback from more people, but maybe soon..

Schneider

"Chris Mullins [MVP]" <cm******@yahoo.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
"schneider" <es********@starkinvestments.cemwrote
>Is Team System any good?

I've talked to people who love it. I've talked to people who hate it. Both
seem to be generally rational and stable people. After using it for a
while, and talking to those folk, I think I'm in the "Wait for the next
version" camp.
>Sound like it wraps all the little pieces together nice, (Unit testing,
coverage, performance testing).

That it does. I've just talked to too many people who were in the "well,
it works, but it's not quite as good as we had hoped for given the price.
Hopefully the next version should be great...".
>How does it compare to the third party pieces?
Cost factors?

Depends on what you're looking for.
>What is VS package is everyone else using, and what kind of source
control?

We use Visual Studio 2005 Pro, Sourcegear Vault is our source control
provider, and SourgeGear Dragnet is our bug tracking database. We do daily
builds using MS-Build. Unit Testing is with a home-grown product very
similar to (but completly different than) NUnit.

Bug Tracking and Source Code control are (to some degree) integrated.

We do have a single VS2005 TeamSuite license, so that we can do targeted
Itanium builds.
>Also note, we have a Java team and they use CVS for source control and
are very happy with it. We are looking into possible CVS integration.

I don't know as I would use CVS at this point. Subversion seems to be a
viable candiate though.

I can tell you that we haven't had a single instance of source-code
corrutpion in all the time we've been using Vault. It's been great. The
Visual Studio integration is pretty good too.
>I have installed SP1, seems to have fixed a few items, but it's still
very slow, the designer just drags..

Nothing is going to help that, unfortunatly. Well, expect for a
dual-processor quad-core system... :)

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullins

Jan 8 '07 #3

schneider wrote:
Hello, Everyone

We have 5 developers here using C#, developing Windows Forms apps and
webservices, we currently use VS2005 Pro and Visual Source Safe 4, but have
too many problems like Visual Source Safe issues, Performance with large
solutions, ...

Is Team System any good?
Sound like it wraps all the little pieces together nice, (Unit testing,
coverage, performance testing).
We currently use team system and enjoy it. It does wrap everything up
nicely as far as code coverage, unit testing etc. With that being said
you will have to install developer and tester edition on your machine
to get some of the features you would expect to have as a developer.
There are some issues with team system as far as preformance and
certain things not working as well as we would hope.
>
How does it compare to the third party pieces?
Cost factors? This is a little bit of a loaded question as you have workflow tools, bug tracking, and other features you do not have with source safe.

What is VS package is everyone else using, and what kind of source control?
We have used vault and source safe. We currently upgraded to TFS and it
has fixed a lot of issues we were having with other providers.
Also note, we have a Java team and they use CVS for source control and are
very happy with it. We are looking into possible CVS integration.
I am not sure about CVS integration.
I have installed SP1, seems to have fixed a few items, but it's still very
slow, the designer just drags..
VS seems to be a resource hog in general. I am developing on a machine
with 2gigs of ram and still have some dragging. Overall the concept of
Team System is great, however I would wait until another release for
the concepts to develop.
Thanks,

Schneider
Jan 10 '07 #4
Also note, we have a Java team and they use CVS for source control and are
very happy with it. We are looking into possible CVS integration.
It seems to be old, but works ok with VS 7.1/8
http://www.jalindi.com/igloo/

Regards

--
Cholo Lennon
Bs.As.
ARG

"schneider" <es********@starkinvestments.cemwrote in message
news:uK**************@TK2MSFTNGP03.phx.gbl...
Hello, Everyone

We have 5 developers here using C#, developing Windows Forms apps and
webservices, we currently use VS2005 Pro and Visual Source Safe 4, but
have
too many problems like Visual Source Safe issues, Performance with large
solutions, ...

Is Team System any good?
Sound like it wraps all the little pieces together nice, (Unit testing,
coverage, performance testing).

How does it compare to the third party pieces?
Cost factors?

What is VS package is everyone else using, and what kind of source
control?
>
Also note, we have a Java team and they use CVS for source control and are
very happy with it. We are looking into possible CVS integration.

I have installed SP1, seems to have fixed a few items, but it's still very
slow, the designer just drags..

Thanks,

Schneider


Jan 10 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Noah Coad [MS] | last post by:
Join the Visual Studio Team System's Enterprise Developer and Test Tools team at Microsoft in an online MSDN Chat! We will be focusing on these tools: Static Code Analysis (FxCop, PREfast),...
1
by: athos | last post by:
Hi all, Believe you have sound experience in development, however, if we look at the whole Software Development Life Cycle (SDLC) of the project, say, 1. Project Initiation, 2. Gathering...
41
by: Mountain Bikn' Guy | last post by:
What is the current preferred way to save user preferences in dotnet? Is the registry the right place to do this? Can anyone recommend a good article (or book) for this topic? Thanks.
0
by: Ajay Sudan | last post by:
Visual Studio Team System chat 12/1 and 12/2 December 1, 2004 5:30 PM - 6:30 PM PST December 2, 2004 8:00 AM - 9:00 AM PST Join members of the Visual Studio Team System team to talk about the...
1
by: Oenone | last post by:
I have an MSDN Universal subscription, and so will be switching over to one of the new Team System subscriptions shortly. In the mean-time, I've downloaded VS2005 Professional from MSDN...
2
by: Nalaka | last post by:
Hi, Following link says that I can download Virtual images for the team system. For the lofe of me I cannot find the location..... Can you send me the link please.... (I have full MSDN...
10
by: Joe | last post by:
Based on what it says in the subscribers downloads for Team Suite I would think it would be there. Can it be downloaded separately or is it just the Workgroups one? Visual Studio Team System...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
9
by: Smokey Grindel | last post by:
Ok this is making me want to rip my hair out trying to figure out the real price of this thing... we are trying to make up our 2008 budget... we have VS 2005 Pro right now... we like the team...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.