473,320 Members | 2,054 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,320 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 1737
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.