473,398 Members | 2,403 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,398 software developers and data experts.

A comparison of VS.NET 2003 vs. VS.NET 2005

At a recent MSDN conference, one of the presenters vehemently said that
VS.NET 2003 (because of its web project) is only good for _single_
developers. He said that if you're working in a team environment (i.e. more
than one developer), VS.NET 2005 is the way to go.

We are currently developing on classic ASP and want to move to ASP.NET soon.
But hearing that comment, our team of 5-10 developers might want to wait for
the release of VS.NET 2005 if there are collaboration problems with VS.NET
2003.

I'd like to hear from experienced VS.NET 2003 if team collaboration is
indeed difficult in that version.

Thank you very much!


Nov 22 '05 #1
5 1741
Hey Ben

Our team has elected to move to Visual Studio 2005 now using the Beta 2,
which comes with a "Go Live" license meaning you can place it into production.

I've been using Whidbey now since the PDC of 2003 and it is very stable and
the productivity enhancements in this version are so compelling that we
elected to move early.

I don't know if you're planning on moving from classic ASP to ASP.NET with
VB or C# but I personally would recommend C# and would recommend that your
developers go through the mind meld to become proficient with object-oriented
constructs such as inheritance, polymorphism, and encapsulation ... this will
lead to better designs and implementations.

Visual Studio 2005 contains the following enhancements which for me we
really the primary compelling reasons to move:

1. Generics
2. Nullable Types
3. Anonymous Methods
4. Iterators
5. Refactoring in the IDE
6. Code snippets which can be altered to meet your own coding convensions.
7. Export / Import of IDE settings to XML.
8. Unit Testing built into the IDE
9. Code Coverage Analysis

etc. etc. etc.

Working with Visual Studio 2005, it is a wonder I ever got anything done
with the 2003 version :)

- Doug

"Uncle Ben" wrote:
At a recent MSDN conference, one of the presenters vehemently said that
VS.NET 2003 (because of its web project) is only good for _single_
developers. He said that if you're working in a team environment (i.e. more
than one developer), VS.NET 2005 is the way to go.

We are currently developing on classic ASP and want to move to ASP.NET soon.
But hearing that comment, our team of 5-10 developers might want to wait for
the release of VS.NET 2005 if there are collaboration problems with VS.NET
2003.

I'd like to hear from experienced VS.NET 2003 if team collaboration is
indeed difficult in that version.

Thank you very much!


Nov 22 '05 #2
Thank you for your answer, Doug. How much does the "Go Live" license cost?
I'm running a small shop.

Does VS.NET 2005 integrate well with VSS 6.0d? That's the one that we are
using currently with classic ASP.

I don't think VSTS (Team System) is suitable for us. So, it's important
that VS.NET 2005 continues to work well with VSS 6.0d.

We'll look into ASP.NET C# as well.

Thanks.

"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
Hey Ben

Our team has elected to move to Visual Studio 2005 now using the Beta 2,
which comes with a "Go Live" license meaning you can place it into production.
I've been using Whidbey now since the PDC of 2003 and it is very stable and the productivity enhancements in this version are so compelling that we
elected to move early.

I don't know if you're planning on moving from classic ASP to ASP.NET with
VB or C# but I personally would recommend C# and would recommend that your
developers go through the mind meld to become proficient with object-oriented constructs such as inheritance, polymorphism, and encapsulation ... this will lead to better designs and implementations.

Visual Studio 2005 contains the following enhancements which for me we
really the primary compelling reasons to move:

1. Generics
2. Nullable Types
3. Anonymous Methods
4. Iterators
5. Refactoring in the IDE
6. Code snippets which can be altered to meet your own coding convensions.
7. Export / Import of IDE settings to XML.
8. Unit Testing built into the IDE
9. Code Coverage Analysis

etc. etc. etc.

Working with Visual Studio 2005, it is a wonder I ever got anything done
with the 2003 version :)

- Doug

"Uncle Ben" wrote:
At a recent MSDN conference, one of the presenters vehemently said that
VS.NET 2003 (because of its web project) is only good for _single_
developers. He said that if you're working in a team environment (i.e. more than one developer), VS.NET 2005 is the way to go.

We are currently developing on classic ASP and want to move to ASP.NET soon. But hearing that comment, our team of 5-10 developers might want to wait for the release of VS.NET 2005 if there are collaboration problems with VS.NET 2003.

I'd like to hear from experienced VS.NET 2003 if team collaboration is
indeed difficult in that version.

Thank you very much!


Nov 22 '05 #3
The "Go Live" license is free if you have access to the beta on MSDN
Subscriber Downloads. I believe you can purchase the DVD also directly but
you might not recieve it until early May.

Once the Visual Studio 2005 product goes RTM (release to manufacturing) you
would however be obliged to buy a copy of the level you decided to use.

One thing I forgot to mention is that Visual SourceSafe has some limitations
in its current form, and there is a new version of Visual SourceSafe 2005
which addresses some of these concerns, that said however the Team System
edition has its own enterprise level source control system which stores
source and documents within SQL Server 2005.

Regards,

Doug Holland
"Uncle Ben" wrote:
Thank you for your answer, Doug. How much does the "Go Live" license cost?
I'm running a small shop.

Does VS.NET 2005 integrate well with VSS 6.0d? That's the one that we are
using currently with classic ASP.

I don't think VSTS (Team System) is suitable for us. So, it's important
that VS.NET 2005 continues to work well with VSS 6.0d.

We'll look into ASP.NET C# as well.

Thanks.

"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
Hey Ben

Our team has elected to move to Visual Studio 2005 now using the Beta 2,
which comes with a "Go Live" license meaning you can place it into

production.

I've been using Whidbey now since the PDC of 2003 and it is very stable

and
the productivity enhancements in this version are so compelling that we
elected to move early.

I don't know if you're planning on moving from classic ASP to ASP.NET with
VB or C# but I personally would recommend C# and would recommend that your
developers go through the mind meld to become proficient with

object-oriented
constructs such as inheritance, polymorphism, and encapsulation ... this

will
lead to better designs and implementations.

Visual Studio 2005 contains the following enhancements which for me we
really the primary compelling reasons to move:

1. Generics
2. Nullable Types
3. Anonymous Methods
4. Iterators
5. Refactoring in the IDE
6. Code snippets which can be altered to meet your own coding convensions.
7. Export / Import of IDE settings to XML.
8. Unit Testing built into the IDE
9. Code Coverage Analysis

etc. etc. etc.

Working with Visual Studio 2005, it is a wonder I ever got anything done
with the 2003 version :)

- Doug

"Uncle Ben" wrote:
At a recent MSDN conference, one of the presenters vehemently said that
VS.NET 2003 (because of its web project) is only good for _single_
developers. He said that if you're working in a team environment (i.e. more than one developer), VS.NET 2005 is the way to go.

We are currently developing on classic ASP and want to move to ASP.NET soon. But hearing that comment, our team of 5-10 developers might want to wait for the release of VS.NET 2005 if there are collaboration problems with VS.NET 2003.

I'd like to hear from experienced VS.NET 2003 if team collaboration is
indeed difficult in that version.

Thank you very much!



Nov 22 '05 #4
In the interim, could I upgrade our Visual SourceSafe 6.0d to Visual
SourceSafe 2005 for use with our existing ASP projects?
"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:2D**********************************@microsof t.com...
The "Go Live" license is free if you have access to the beta on MSDN
Subscriber Downloads. I believe you can purchase the DVD also directly but
you might not recieve it until early May.

Once the Visual Studio 2005 product goes RTM (release to manufacturing) you would however be obliged to buy a copy of the level you decided to use.

One thing I forgot to mention is that Visual SourceSafe has some limitations in its current form, and there is a new version of Visual SourceSafe 2005
which addresses some of these concerns, that said however the Team System
edition has its own enterprise level source control system which stores
source and documents within SQL Server 2005.

Regards,

Doug Holland
"Uncle Ben" wrote:
Thank you for your answer, Doug. How much does the "Go Live" license cost? I'm running a small shop.

Does VS.NET 2005 integrate well with VSS 6.0d? That's the one that we are using currently with classic ASP.

I don't think VSTS (Team System) is suitable for us. So, it's important
that VS.NET 2005 continues to work well with VSS 6.0d.

We'll look into ASP.NET C# as well.

Thanks.

"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
Hey Ben

Our team has elected to move to Visual Studio 2005 now using the Beta 2, which comes with a "Go Live" license meaning you can place it into

production.

I've been using Whidbey now since the PDC of 2003 and it is very stable
and
the productivity enhancements in this version are so compelling that
we elected to move early.

I don't know if you're planning on moving from classic ASP to ASP.NET with VB or C# but I personally would recommend C# and would recommend that your developers go through the mind meld to become proficient with

object-oriented
constructs such as inheritance, polymorphism, and encapsulation ... this will
lead to better designs and implementations.

Visual Studio 2005 contains the following enhancements which for me we
really the primary compelling reasons to move:

1. Generics
2. Nullable Types
3. Anonymous Methods
4. Iterators
5. Refactoring in the IDE
6. Code snippets which can be altered to meet your own coding
convensions. 7. Export / Import of IDE settings to XML.
8. Unit Testing built into the IDE
9. Code Coverage Analysis

etc. etc. etc.

Working with Visual Studio 2005, it is a wonder I ever got anything done with the 2003 version :)

- Doug

"Uncle Ben" wrote:

> At a recent MSDN conference, one of the presenters vehemently said that > VS.NET 2003 (because of its web project) is only good for _single_
> developers. He said that if you're working in a team environment (i.e. more
> than one developer), VS.NET 2005 is the way to go.
>
> We are currently developing on classic ASP and want to move to
ASP.NET soon.
> But hearing that comment, our team of 5-10 developers might want to
wait for
> the release of VS.NET 2005 if there are collaboration problems with

VS.NET
> 2003.
>
> I'd like to hear from experienced VS.NET 2003 if team collaboration

is > indeed difficult in that version.
>
> Thank you very much!
>
>
>
>
>


Nov 22 '05 #5
I would check with Microsoft if that is a supported use of SourceSafe 2005.

I would guess however that that wouldn't work...

Google for the SourceSafe team blog and ask the question there...

Sorry

Doug

"Uncle Ben" wrote:
In the interim, could I upgrade our Visual SourceSafe 6.0d to Visual
SourceSafe 2005 for use with our existing ASP projects?
"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:2D**********************************@microsof t.com...
The "Go Live" license is free if you have access to the beta on MSDN
Subscriber Downloads. I believe you can purchase the DVD also directly but
you might not recieve it until early May.

Once the Visual Studio 2005 product goes RTM (release to manufacturing)

you
would however be obliged to buy a copy of the level you decided to use.

One thing I forgot to mention is that Visual SourceSafe has some

limitations
in its current form, and there is a new version of Visual SourceSafe 2005
which addresses some of these concerns, that said however the Team System
edition has its own enterprise level source control system which stores
source and documents within SQL Server 2005.

Regards,

Doug Holland
"Uncle Ben" wrote:
Thank you for your answer, Doug. How much does the "Go Live" license cost? I'm running a small shop.

Does VS.NET 2005 integrate well with VSS 6.0d? That's the one that we are using currently with classic ASP.

I don't think VSTS (Team System) is suitable for us. So, it's important
that VS.NET 2005 continues to work well with VSS 6.0d.

We'll look into ASP.NET C# as well.

Thanks.

"Doug Holland" <Do*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
> Hey Ben
>
> Our team has elected to move to Visual Studio 2005 now using the Beta 2, > which comes with a "Go Live" license meaning you can place it into
production.
>
> I've been using Whidbey now since the PDC of 2003 and it is very stable and
> the productivity enhancements in this version are so compelling that we > elected to move early.
>
> I don't know if you're planning on moving from classic ASP to ASP.NET with > VB or C# but I personally would recommend C# and would recommend that your > developers go through the mind meld to become proficient with
object-oriented
> constructs such as inheritance, polymorphism, and encapsulation ... this will
> lead to better designs and implementations.
>
> Visual Studio 2005 contains the following enhancements which for me we
> really the primary compelling reasons to move:
>
> 1. Generics
> 2. Nullable Types
> 3. Anonymous Methods
> 4. Iterators
> 5. Refactoring in the IDE
> 6. Code snippets which can be altered to meet your own coding convensions. > 7. Export / Import of IDE settings to XML.
> 8. Unit Testing built into the IDE
> 9. Code Coverage Analysis
>
> etc. etc. etc.
>
> Working with Visual Studio 2005, it is a wonder I ever got anything done > with the 2003 version :)
>
> - Doug
>
> "Uncle Ben" wrote:
>
> > At a recent MSDN conference, one of the presenters vehemently said that > > VS.NET 2003 (because of its web project) is only good for _single_
> > developers. He said that if you're working in a team environment (i.e. more
> > than one developer), VS.NET 2005 is the way to go.
> >
> > We are currently developing on classic ASP and want to move to ASP.NET soon.
> > But hearing that comment, our team of 5-10 developers might want to wait for
> > the release of VS.NET 2005 if there are collaboration problems with
VS.NET
> > 2003.
> >
> > I'd like to hear from experienced VS.NET 2003 if team collaboration is > > indeed difficult in that version.
> >
> > Thank you very much!
> >
> >
> >
> >
> >


Nov 22 '05 #6

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

Similar topics

0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
5
by: Uncle Ben | last post by:
At a recent MSDN conference, one of the presenters vehemently said that VS.NET 2003 (because of its web project) is only good for _single_ developers. He said that if you're working in a team...
29
by: Steven D'Aprano | last post by:
Playing around with comparisons of functions (don't ask), I discovered an interesting bit of unintuitive behaviour: >>> (lambda y: y) < (lambda y: y) False Do the comparison again and things...
5
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS...
2
by: Campano, Troy | last post by:
Hi, I'm trying to compare a timestamp to current_timestamp but I'm having trouble. I want to compare just the date piece of my timestamp column to just the date piece of current_timestamp. ...
3
by: deltauser2006 | last post by:
My database consists of information which is updated every quarter. Forms will compare data from the present quarter to quarters past. I need a way to make the database save a copy of itself every...
11
by: Maximus | last post by:
Hi all, Has anyone been able to reterive the gradient selection colors used in outlook 2003? Basically, I have a grid showing a list of records and my client wants the selected row to have the...
13
by: SQL Learner | last post by:
Hi, I have a table with 8 millions records. Some of the fields needed to be parse and modified. Example, "ABC DEF" will be parsed into two fields "ABC" and "DEF". And If there is "123" in the...
0
by: jenkinsdjj | last post by:
why does this sql statement continually produce a syntax error (missing operator)? ("SELECT * FROM WHERE " & ActualDueDt & " <= " & ScheduleDate) & _ " AND " & DeleteInd & " = 'N'" & _ ...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.