Have you upgraded to VS 2005?

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Just wondered if you have found some distinct improvements that are worth
mentioning.

I have found that I have spent a lit of time recently coding things that I
wonder may be improved in VS 2005 - I wonder if any of you have found that
they are better in VS 2005?

Oh and do can you produce a forms app in 2005 without having the user
upgrade from .Net 1.1? I am concerned that some users won't want to update
their dot net yet.

The items I would hope are improved are:
i) deployment [help system authoring, bootstrapper, serial
numbering/licensing system, etc]
ii) GUI [menu design(icons etc)]

I've lots more but those are the main ones that are bothering me at the
moment...

If there's anything you more experienced prgrammers feel is worth mentioning
about VS 2005 to convince me to part with money to upgrade, then please
mention it.

TIA

JJ
 
Do you find VB.Net 2005 as slow as some others have mentioned in this Group?
I am considering upgrading to VB.Net 2005 but was waiting until the first SP
came out and then monitor the group to see if the complaints still continue.
--
Dennis in Houston


Ken Tucker said:
Hi,

I have upgraded to vs 2005. There are a lot of new controls
like the toolstrip and the datagridview which are really nice. Edit and
continue was brought back. Code snippets are awsome.

http://msdn2.microsoft.com/en-us/library/we86c8x2(en-US,VS.80).aspx

Links to free ebooks
http://www.vb-tips.com/default.aspx?ID=1b31f4f7-0596-4b8e-aaf5-e16db864a414

You can try vb express for free for 1 year
http://msdn.microsoft.com/vstudio/express/vb/

Ken
------------
JJ said:
Just wondered if you have found some distinct improvements that are worth
mentioning.

I have found that I have spent a lit of time recently coding things that I
wonder may be improved in VS 2005 - I wonder if any of you have found that
they are better in VS 2005?

Oh and do can you produce a forms app in 2005 without having the user
upgrade from .Net 1.1? I am concerned that some users won't want to update
their dot net yet.

The items I would hope are improved are:
i) deployment [help system authoring, bootstrapper, serial
numbering/licensing system, etc]
ii) GUI [menu design(icons etc)]

I've lots more but those are the main ones that are bothering me at the
moment...

If there's anything you more experienced prgrammers feel is worth
mentioning about VS 2005 to convince me to part with money to upgrade,
then please mention it.

TIA

JJ
 
Hi Dennis,

You do need to ensure that you are using 1GB RAM or more to run it
comfortably. That's a necessary condition, not a sufficient condition...

There are also things that you can turn off to improve the performance such
as the Edit and Continue, the Refactoring on Rename feature, etc.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
 
wow 1gb, huh?

so if i have 3 database instances and a couple of Olap instances; and i
have 768 memory.. then what does that mean?

on a slow old P3 1.1ghz.

it's fast enough for me. and i've always got a dozen other apps open;
including dreamweaver; sql server managemenet studio

it works great
 
maybe i just dont write enough code

i'll try writing more verbose code and see if it ties up a gb ram lol
 
Is it possible to write code in VS 2005 that only requires the user to have
..net 1.1 installed and not version 2.0?

That would make the upgrade path a little easier for me.

JJ
 
i dont think that it is.

we've been asking for it; but MS is a bunch of drunk C++ retards that
are too proud to do anything correctly.
 
Back
Top