473,383 Members | 1,862 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.

Good Reasons to port asp.NET VB.NET app to C#

Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me extra
time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code. But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.

Nov 19 '05 #1
19 1642
I think that if your group is a C# group then you answered your own question:
"If I am going to be supporting this app I want to support in C#."

Also, I think you'll find that migrating the pages from VB.NET to C# (or
from C# to VB.NET for that matter) is trivial and shouldn't take you much
time at all.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has
been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to
continue
coding in C#. Now would be a good time to port this app to C# with
new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same
code. But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.


Nov 19 '05 #2
Hi,

You can use this web site to quickly convert the majority of your code:

http://www.developerfusion.com/utili...btocsharp.aspx

It isn't perfect but can probably cut the time by probably close to 90%.
Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me extra time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code. But I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.

Nov 19 '05 #3
I ported an app from VB.NET to C# manually (it's a control thing... didn't
want to trust a translator). The majority of the "conversion" simply
involved adding a semicolon (;) to the end of each line of code. Looping and
branching constructs required an extra neuron or two. It's really a trivial
matter to "port" to C#.

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.

Nov 19 '05 #4
Okay, your requirement is to upgrade the app. Your DESIRE is to change it to
C#. I'm assuming that you're paid for your time. IMHO, you have 2 ethical
choices:

1. Migrate it to C# on your own time.
2. Leave it in VB.Net

IOW, there are no logical reasons for changing the language. If you do so,
your boss will want to know why, since he's paying for it. And there is no
why, other than your personal preference.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.

Nov 19 '05 #5
Just tell them it will take 2 weeks, not 1 week. they will never know you
change the code from VB to C#

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.

Nov 19 '05 #6
If you're more comfortable in C# than VB.NET, that's a good justification in
itself.

As for the time to port it, you can't get a headstart by using a tool like
Reflector to decompile the existing assemblies and show the source in C#.

http://www.aisto.com/roeder/dotnet/
"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in C#.


Nov 19 '05 #7
I'm with that suggestion.

Non-technical management sometimes think short-term or don't understand the
value of this sort of thing where there is no immediate cost-benefit gain.

Think of it as good karma !! - Converting to C# will improve your emotional
and psychological wellbeing which will pay off in the longer term :-)
"Shawn H. Mesiatowsky" <smesiatowsky@_no_spam_perfectfit-ind.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
Just tell them it will take 2 weeks, not 1 week. they will never know you
change the code from VB to C#

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.


Nov 19 '05 #8
I agree with Kevin. It doesn't sound like you have a good reason for
switching the app to C#. It's just a personal preference.
So you're basically asking us how to help you lie to your client, which I
won't do.

Either keep the app in VB.NET (which is a perfectly fine language) or port
the app on your own time (with the help of a code converter application to
cut down on the effort needed.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e7**************@TK2MSFTNGP14.phx.gbl...
Okay, your requirement is to upgrade the app. Your DESIRE is to change it
to C#. I'm assuming that you're paid for your time. IMHO, you have 2
ethical choices:

1. Migrate it to C# on your own time.
2. Leave it in VB.Net

IOW, there are no logical reasons for changing the language. If you do so,
your boss will want to know why, since he's paying for it. And there is no
why, other than your personal preference.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.


Nov 19 '05 #9
You guys are suggesting he be dishonest by getting paid for work that wasn't
requested, approved, or needed.
I wouldn't want you working for me.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Andy Fish" <aj****@blueyonder.co.uk> wrote in message
news:uO**************@TK2MSFTNGP15.phx.gbl...
I'm with that suggestion.

Non-technical management sometimes think short-term or don't understand
the value of this sort of thing where there is no immediate cost-benefit
gain.

Think of it as good karma !! - Converting to C# will improve your
emotional and psychological wellbeing which will pay off in the longer
term :-)
"Shawn H. Mesiatowsky" <smesiatowsky@_no_spam_perfectfit-ind.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
Just tell them it will take 2 weeks, not 1 week. they will never know you
change the code from VB to C#

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.



Nov 19 '05 #10
You took the words right out of my mouth, Steve.

I can remember about 6 months ago, our company was designing a
situational-awareness app for small aircraft pilots. We were using a 2D map.
We thought it would be much better with a 3D map. My bosses asked me what it
would cost to build an engine. I told them that I had no experience with 3D
drawing (although I've always wanted to get into it), and therefore I could
not give them an answer. So, my bosses started looking for a 3D
terrain-mapping engine.

Upon seeing a number of them, we realized that these black boxes were not
going to be extensible to the degree that we would need. So, I took it upon
myself to create a 3D Terrain-mapping engine using USGS Digital Elevation
Models, National Land Cover Data Set, and Microsoft Managed Direct3D. On my
own time. At home, on weekends and nights.

After a month, I took my app to the bosses. They were thrilled, and have
been paying me ever since to develop it fully. And everyone is happy. I
learned a new technology, at no cost to my superiors, and they got a custom
terrain-modelling app out of the process. And of course I've been paid many
times over in various ways for the personal time I spent on it.

Anyone that practices deceptive and dishonest tactics in their professional
life will never get far. And where they WILL get, they will regret.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:O4**************@TK2MSFTNGP10.phx.gbl...
You guys are suggesting he be dishonest by getting paid for work that
wasn't requested, approved, or needed.
I wouldn't want you working for me.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Andy Fish" <aj****@blueyonder.co.uk> wrote in message
news:uO**************@TK2MSFTNGP15.phx.gbl...
I'm with that suggestion.

Non-technical management sometimes think short-term or don't understand
the value of this sort of thing where there is no immediate cost-benefit
gain.

Think of it as good karma !! - Converting to C# will improve your
emotional and psychological wellbeing which will pay off in the longer
term :-)
"Shawn H. Mesiatowsky" <smesiatowsky@_no_spam_perfectfit-ind.com> wrote
in message news:%2****************@TK2MSFTNGP09.phx.gbl...
Just tell them it will take 2 weeks, not 1 week. they will never know
you change the code from VB to C#

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to
continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same
code. But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.



Nov 19 '05 #11
No, I am not asking anyone to help me to lie.
Maybe I didn't phrase my question correctly. I didn't mean for it to turn
into ethics discussion, I was simply asking is there any good TECHNICAL
reasons to port to C# besides personal preference. I realize that "I prefer
C# over VB.NET" is not a good reasons by itself for my client or myself, and
I wouldn't even bring it up. And to do it on my own without telling them
would be not only dishonest but plain stupid, I have other projects ( C# :)
) lined up, so I would be pushing back their deadlines and making myself look
incompetent.
That's why asked this NG for any other reasons besides “I like C# better”.
So I get that the answer is “ it's more of a personal preference thing”, I
can live with that.

"Steve C. Orr [MVP, MCSD]" wrote:
I agree with Kevin. It doesn't sound like you have a good reason for
switching the app to C#. It's just a personal preference.
So you're basically asking us how to help you lie to your client, which I
won't do.

Either keep the app in VB.NET (which is a perfectly fine language) or port
the app on your own time (with the help of a code converter application to
cut down on the effort needed.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e7**************@TK2MSFTNGP14.phx.gbl...
Okay, your requirement is to upgrade the app. Your DESIRE is to change it
to C#. I'm assuming that you're paid for your time. IMHO, you have 2
ethical choices:

1. Migrate it to C# on your own time.
2. Leave it in VB.Net

IOW, there are no logical reasons for changing the language. If you do so,
your boss will want to know why, since he's paying for it. And there is no
why, other than your personal preference.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.



Nov 19 '05 #12
Hello WebMatrix,

There is no technical reason that I can see that would require you to port
from C# to VB.NET, unless you require some functionality that isnt available
from VB.NET (unsafe code and pointers). In most cases, this is not needed.

--
Matt Berther
http://www.mattberther.com
No, I am not asking anyone to help me to lie.
Maybe I didn't phrase my question correctly. I didn't mean for it to
turn
into ethics discussion, I was simply asking is there any good
TECHNICAL
reasons to port to C# besides personal preference. I realize that "I
prefer
C# over VB.NET" is not a good reasons by itself for my client or
myself, and
I wouldn't even bring it up. And to do it on my own without telling
them
would be not only dishonest but plain stupid, I have other projects (
C# :)
) lined up, so I would be pushing back their deadlines and making
myself look
incompetent.
That's why asked this NG for any other reasons besides "I like C#
better".
So I get that the answer is " it's more of a personal preference
thing", I
can live with that.
"Steve C. Orr [MVP, MCSD]" wrote:
I agree with Kevin. It doesn't sound like you have a good reason for
switching the app to C#. It's just a personal preference.
So you're basically asking us how to help you lie to your client,
which I
won't do.
Either keep the app in VB.NET (which is a perfectly fine language) or
port the app on your own time (with the help of a code converter
application to cut down on the effort needed.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e7**************@TK2MSFTNGP14.phx.gbl...
Okay, your requirement is to upgrade the app. Your DESIRE is to
change it to C#. I'm assuming that you're paid for your time. IMHO,
you have 2 ethical choices:

1. Migrate it to C# on your own time.
2. Leave it in VB.Net
IOW, there are no logical reasons for changing the language. If you
do so, your boss will want to know why, since he's paying for it.
And there is no why, other than your personal preference.

-- HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.
"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...

Hi,

I developed ASP.NET application in VB.NET about a year ago; it has
been
in
production since. Now they want to add new features change some of
the
existing ones, it's not a major rework, but probably a week of work
or
so.
My dilemma is that I have switched to C# since than and want to
continue
coding in C#. Now would be a good time to port this app to C# with
new
features which will add probably twice as much time to development
of
this
new release.
What reasons I can give to the management to convince them to give
me
extra
time to rewrite this application to C#. From what I understand
there's
not
that much difference between VB.NET and C# it compiles to the same
code.
But
I find C# more concise and more "suitable" for .NET; just more
elegant
language. If I am going to be supporting this app I want to support
in
C#.

Nov 19 '05 #13
Hi WebMatrix,
No, I am not asking anyone to help me to lie.
Nobody here was making that accusation towards you. It was directed towards
those who would counsel you to do so.

The fact remains, however, that, as Matt pointed out, there is no technical
advantage to using C#, unless you really need to get low-level with your
code (pointers, etc). And that piece of advice is coming to you from an old
C programmer who also prefers C#. In my job, I DO need the lower-level stuff
from time to time, but I also work with legacy VB.Net code as well. Would I
like to upgrade it to C#? Maybe. But I can't justify it. And I certainly
don't want to take my own time to do the upgrade! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:C4**********************************@microsof t.com... No, I am not asking anyone to help me to lie.
Maybe I didn't phrase my question correctly. I didn't mean for it to turn
into ethics discussion, I was simply asking is there any good TECHNICAL
reasons to port to C# besides personal preference. I realize that "I
prefer
C# over VB.NET" is not a good reasons by itself for my client or myself,
and
I wouldn't even bring it up. And to do it on my own without telling them
would be not only dishonest but plain stupid, I have other projects ( C#
:)
) lined up, so I would be pushing back their deadlines and making myself
look
incompetent.
That's why asked this NG for any other reasons besides "I like C# better".
So I get that the answer is " it's more of a personal preference thing", I
can live with that.

"Steve C. Orr [MVP, MCSD]" wrote:
I agree with Kevin. It doesn't sound like you have a good reason for
switching the app to C#. It's just a personal preference.
So you're basically asking us how to help you lie to your client, which I
won't do.

Either keep the app in VB.NET (which is a perfectly fine language) or
port
the app on your own time (with the help of a code converter application
to
cut down on the effort needed.)

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e7**************@TK2MSFTNGP14.phx.gbl...
> Okay, your requirement is to upgrade the app. Your DESIRE is to change
> it
> to C#. I'm assuming that you're paid for your time. IMHO, you have 2
> ethical choices:
>
> 1. Migrate it to C# on your own time.
> 2. Leave it in VB.Net
>
> IOW, there are no logical reasons for changing the language. If you do
> so,
> your boss will want to know why, since he's paying for it. And there is
> no
> why, other than your personal preference.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> What You Seek Is What You Get.
>
> "WebMatrix" <We*******@discussions.microsoft.com> wrote in message
> news:A9**********************************@microsof t.com...
>> Hi,
>>
>> I developed ASP.NET application in VB.NET about a year ago; it has
>> been
>> in
>> production since. Now they want to add new features change some of the
>> existing ones, it's not a major rework, but probably a week of work or
>> so.
>> My dilemma is that I have switched to C# since than and want to
>> continue
>> coding in C#. Now would be a good time to port this app to C# with
>> new
>> features which will add probably twice as much time to development of
>> this
>> new release.
>> What reasons I can give to the management to convince them to give me
>> extra
>> time to rewrite this application to C#. From what I understand there's
>> not
>> that much difference between VB.NET and C# it compiles to the same
>> code.
>> But
>> I find C# more concise and more "suitable" for .NET; just more elegant
>> language. If I am going to be supporting this app I want to support in
>> C#.
>>
>
>


Nov 19 '05 #14
The fact remains, however, that, as Matt pointed out, there is no technical
advantage to using C#, unless you really need to get low-level with your
code (pointers, etc).
Point taken, no pointers in this web application. Just a traditional
request/response webforms app.
like to upgrade it to C#? Maybe. But I can't justify it. And I certainly
don't want to take my own time to do the upgrade! ;-)


Same here, Like I said I have a few C# projects lined, I don't want to take
my own time rewriting anything when real work that pays the bills needs to be
done. Besides My time is not any less valuable than clients' time.

Nov 19 '05 #15
This kind of dishonesty and arrogance is what has given IT people in general
a bad reputation. It makes all our jobs harder in the long run because we
have such little credibility left.

I think Steve McConnell said it best when he said how it is not our job as
programmers to secretly make decisions about cost-benefit/P and L issues.
We are supposed to present facts and choices to people who know a lot more
than us about accounting and overall corporate strategy. If you cant
convince someone that a certain route is better than another, almost
certainly its because either its not, or you are the wrong person to lead
them down that route, not because theyre "non-technical".

-Premier JiangZemin

"Andy Fish" <aj****@blueyonder.co.uk> wrote in message
news:uO**************@TK2MSFTNGP15.phx.gbl...
I'm with that suggestion.

Non-technical management sometimes think short-term or don't understand
the value of this sort of thing where there is no immediate cost-benefit
gain.

Think of it as good karma !! - Converting to C# will improve your
emotional and psychological wellbeing which will pay off in the longer
term :-)
"Shawn H. Mesiatowsky" <smesiatowsky@_no_spam_perfectfit-ind.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
Just tell them it will take 2 weeks, not 1 week. they will never know you
change the code from VB to C#

"WebMatrix" <We*******@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
Hi,

I developed ASP.NET application in VB.NET about a year ago; it has been
in
production since. Now they want to add new features change some of the
existing ones, it's not a major rework, but probably a week of work or
so.
My dilemma is that I have switched to C# since than and want to continue
coding in C#. Now would be a good time to port this app to C# with new
features which will add probably twice as much time to development of
this
new release.
What reasons I can give to the management to convince them to give me
extra
time to rewrite this application to C#. From what I understand there's
not
that much difference between VB.NET and C# it compiles to the same code.
But
I find C# more concise and more "suitable" for .NET; just more elegant
language. If I am going to be supporting this app I want to support in
C#.



Nov 19 '05 #16
You guys are suggesting he be dishonest by getting paid for work that wasn't requested, approved, or needed.


There's a balance here, I think. It's neither 100% or 100% wrong. There's a
balance of getting the work done that has to be done, and making the
employee happy and comfortable with the work they are doing.

Just MHO, of course...I'm just saying I see both sides to this issue.

Kevin...for your example, where you had to learn something on your own, that
is commendable. But I also see too many companies take that route and end up
with less-than-motivated employees.

Ie, the 'you must be billable at 80%+ of your time' policies. "You want to
learn something new? Do it on your own time." I've been in companies like
that where the environment is more of a sweatshop than a place for people to
truly enjoy what they're doing. I think a lot of people in the creative
field...be it graphic designers, programmers, architects or what have you
need to have the freedom to explore new techniques/methods on the job. They
may be billable less hours per week, but they're also going to be much
happier, more motivated, more highly skilled employees in the long run.

But, each company is different and there are certainly arguments for both.

Now, being dishonest is another issue, and I agree with comments said in
that context.

-Darrel
Nov 19 '05 #17
> There's a balance here, I think. It's neither 100% or 100% wrong.

Um, you might not feel that way if YOU were the guy paying the salary!
"You want to
learn something new? Do it on your own time."
Now you're comparing apples to oranges. Research is part of any programmer's
job. Doing research adds value to the programmer. However, in this specific
case, the issue was that the developer wanted to do something that would add
no value to the product, simply for preference's sake.

Logic is the bread and butter of programming. Do you program with that
logic?
Kevin...for your example, where you had to learn something on your own,
that
is commendable. But I also see too many companies take that route and end
up
with less-than-motivated employees.
Here I am completely lost. I don't see a connection between my example of
something I did on my own (at home) with no direction to do so from my
employer, and your rather cryptic reference to "companies that take that
route." For one thing, I'm not a company! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"darrel" <no*****@hotmail.com> wrote in message
news:e%****************@TK2MSFTNGP12.phx.gbl...
You guys are suggesting he be dishonest by getting paid for work that

wasn't
requested, approved, or needed.


There's a balance here, I think. It's neither 100% or 100% wrong. There's
a
balance of getting the work done that has to be done, and making the
employee happy and comfortable with the work they are doing.

Just MHO, of course...I'm just saying I see both sides to this issue.

Kevin...for your example, where you had to learn something on your own,
that
is commendable. But I also see too many companies take that route and end
up
with less-than-motivated employees.

Ie, the 'you must be billable at 80%+ of your time' policies. "You want to
learn something new? Do it on your own time." I've been in companies like
that where the environment is more of a sweatshop than a place for people
to
truly enjoy what they're doing. I think a lot of people in the creative
field...be it graphic designers, programmers, architects or what have you
need to have the freedom to explore new techniques/methods on the job.
They
may be billable less hours per week, but they're also going to be much
happier, more motivated, more highly skilled employees in the long run.

But, each company is different and there are certainly arguments for both.

Now, being dishonest is another issue, and I agree with comments said in
that context.

-Darrel

Nov 19 '05 #18
> > There's a balance here, I think. It's neither 100% or 100% wrong.

Um, you might not feel that way if YOU were the guy paying the salary!
I may not. But having worked in companies using both mindsets, I can say as
an employee which one I was happier and ultimately more productive (in terms
of quality product) in. ;o)
Logic is the bread and butter of programming. Do you program with that
logic?
Yep. But just eating bread and butter get's pretty boring after a while. ;o)
Here I am completely lost. I don't see a connection between my example of
something I did on my own (at home) with no direction to do so from my
employer, and your rather cryptic reference to "companies that take that
route." For one thing, I'm not a company! ;-)


Again, I didn't mean to counter your specific example. Perhaps to re-word my
ramblings, I will just say 'sometimes it benefits employers to let their
employees play a bit' ;o)

-Darrel


Nov 19 '05 #19
> Yep. But just eating bread and butter get's pretty boring after a while.
;o)


It's never boring, as long as you scrape all the dirt off of it first! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"darrel" <no*****@hotmail.com> wrote in message
news:e1**************@TK2MSFTNGP12.phx.gbl...
> There's a balance here, I think. It's neither 100% or 100% wrong.


Um, you might not feel that way if YOU were the guy paying the salary!


I may not. But having worked in companies using both mindsets, I can say
as
an employee which one I was happier and ultimately more productive (in
terms
of quality product) in. ;o)
Logic is the bread and butter of programming. Do you program with that
logic?


Yep. But just eating bread and butter get's pretty boring after a while.
;o)
Here I am completely lost. I don't see a connection between my example of
something I did on my own (at home) with no direction to do so from my
employer, and your rather cryptic reference to "companies that take that
route." For one thing, I'm not a company! ;-)


Again, I didn't mean to counter your specific example. Perhaps to re-word
my
ramblings, I will just say 'sometimes it benefits employers to let their
employees play a bit' ;o)

-Darrel

Nov 19 '05 #20

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

Similar topics

0
by: philippe Tressard | last post by:
Hi, I've 2 instances of apache 1.3.27 with php 4.2.3 and mysql 3.23.42 running on the same server. The 1st apache listens the port number 80 and communicates with the 1st mysql with the...
33
by: Jerry Boone | last post by:
A long time ago Larry Linson (MVP contributor to this group) made a point to me that mdb's could do anything ADP's (Access Projects) could by using linked tables to leverage Sql server databases. ...
0
by: Daniel Slen Secches | last post by:
I found a good class to do a simple FTP. Very good.... I'm posting it with the message, i hope it helps someone ============================================================== Imports...
150
by: tony | last post by:
If you have any PHP scripts which will not work in the current releases due to breaks in backwards compatibility then take a look at http://www.tonymarston.net/php-mysql/bc-is-everything.html and...
7
by: Miro | last post by:
Hi, ( using vb.net 2003 ) Im not quite sure what to look for in the help / online for this. Example: You have 2 seperate .exe files running ( both written in vb.net ) Is there a way to...
2
by: pedro arzac | last post by:
I have 2 good challenges for the members of this forum. 1) How can I get the owner`s name of a process after of course getting the list of running process.? 2) How can I monitor a printer by...
4
by: Andrew | last post by:
Hello, friends, this has driven us nuts! We created a COM component using VB 6.0. This component was put in a .aspx page (v1.1) like the follows: <object style='Z-INDEX: 129; LEFT: 172px;...
3
by: archana | last post by:
Hi all, I am confuse at selecting httpchannel and tcpchannel. I read on MSDN that ' HttpChannel is a good channel to start with because in some scenarios it can be used through firewalls without...
159
by: bernard | last post by:
howdy! please recommend a good c compiler. - should be small - should be fast - should come with a good ide - should be inexpensive i am using windows os.
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: 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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.