Connecting Tech Pros Worldwide Forums | Help | Site Map

strategy of migration to VS 2005

mustapha.jouad@gmail.com
Guest
 
Posts: n/a
#1: Mar 20 '06
i have like tasks to migrate an applcation (a great application , so
many packages and much design) coding in C#1.1, and i have ti migrate
it in C#2.0 (VS 2005),
i hope so for help to doing a strategy and how i can doing this work,
i m justing coming from java_world, i dont have so many experience in
DotNet;


so your comments will be the come good ,


Jouad


Lars-Inge Tønnessen \(VJ# MVP\)
Guest
 
Posts: n/a
#2: Mar 20 '06

re: strategy of migration to VS 2005


Make a copy of the Visual Studio 2003 project in a new catalogue. Open the
new project in Visual Studio 2005 and try to compile it. Tell us how things
are going.

Regards,
Lars-Inge Tønnessen


mustapha.jouad@gmail.com
Guest
 
Posts: n/a
#3: Mar 21 '06

re: strategy of migration to VS 2005


hi,
i want not just upgrad a old application,
but introduce new future of C#2.0 like: generic , anonymous
methode,partail classes,
for that i m in search of a strategy to doing it,
i have (150 000 ligne de code), so it s a great applications.
we want to prophit as much from this new feature.

Cordialement
Jouad

mustapha.jouad@gmail.com
Guest
 
Posts: n/a
#4: Mar 21 '06

re: strategy of migration to VS 2005


hi,
for example, i want a docs aund comment like this find it in an
artcile how treat a migration from VB6to dotNet:
http://msdn.microsoft.com/vbasic/def...ationstrat.asp

Nick Hounsome
Guest
 
Posts: n/a
#5: Mar 21 '06

re: strategy of migration to VS 2005



<mustapha.jouad@gmail.com> wrote in message
news:1142935882.274756.30090@i40g2000cwc.googlegro ups.com...[color=blue]
> hi,
> i want not just upgrad a old application,
> but introduce new future of C#2.0 like: generic , anonymous
> methode,partail classes,
> for that i m in search of a strategy to doing it,
> i have (150 000 ligne de code), so it s a great applications.
> we want to prophit as much from this new feature.
>
> Cordialement[/color]

There is no reasonable business case for introducing new features of C# 2.0
to a working application except when fixing bugs or adding new functions
since it will add no functionality and will almost certainly create new
bugs.

You can even make a good case that it is not worth even upgrading if your
users already have the 1.1 runtime and not the 2.0 one as you will annoy
them by forcing them to install 2.0



mustapha.jouad@gmail.com
Guest
 
Posts: n/a
#6: Mar 21 '06

re: strategy of migration to VS 2005


i will write infrench to explain better, i hope that y speak french:
voila , c est pa juste une question d esthétique qu on veut migrer en
C#2.0, mais plutot de performance.
la genericité permit de réduire énormément la compléxité du code,
ainsi que de la réutilisation.sans prendre en compte le fait que lors
de la maitenance ca sera bcp plus facile.d 'un autre coté les "Partail
classes" qui permettent aussi de rendre le code si lissible, de
permettre le partage du code d'une meme application entre plusieurs
dévéloppeurs, surthout quand il s agit des grans projets , ce qui est
notre cas:on est mnt en 150 000 ligne de code et reste encor environ
1.5année autre pour la valider.
a coté de ca, on site les "Nullable Type" qui vont réduire du travail
et permettent de manipuler des opératoins que jadis on n'y pense meme
pas et on évite par la suite les points de controles (et donc réduire
le temps de réponse)
le "Cast& exception" vont etre si éviter dans la majorité dans
traitement, et donc un gain énorme au niveaux de l exécution et du
temps de réponse, sachant que notre application est destinée au
bourses et au bank:" http://www.quodfinancial.com", est donc la
migration s'avère si crucial pour nos métiers.


Cordialement
Jouad

Lars-Inge Tønnessen \(VJ# MVP\)
Guest
 
Posts: n/a
#7: Mar 21 '06

re: strategy of migration to VS 2005


Sorry no, I don't understad a single word French.

Best Regards,
Lars-Inge Tønnessen


Lars-Inge Tønnessen \(VJ# MVP\)
Guest
 
Posts: n/a
#8: Mar 21 '06

re: strategy of migration to VS 2005


VB6 and VB.NET are very different.

You do not migrate from C# 1.1 to C# 2.0.

Regards,
Lars-Inge Tønnessen


mustapha.jouad@gmail.com
Guest
 
Posts: n/a
#9: Mar 22 '06

re: strategy of migration to VS 2005


hi,
i dont understaund what do yo mean: "y do not migrate from C#1.1 to
C#2.0"


Regards,
Jouad

Closed Thread


Similar C# / C Sharp bytes