473,382 Members | 1,615 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,382 software developers and data experts.

Programmer reluctant to move to .NET

Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the latest developments. I'm worried also because I could be
missing out on:
* productivity gains
* additional functionality
* a better experience for my users.
* and....

1) I would like people's views on the above.
a) Why the reluctance?
b) What benefits could I really expect from moving from ASP to .NET?

2) I would like to know what problems/issues are involved in moving from
ASP to .NET.

Thank you.

--
Ian Whitfield

May 8 '06 #1
5 1263
Ian,

I would ask him what his arguments are, than we can maybe help you to
measure his arguments.

In my opinion is it in a newsgroup message to write all advantages and
disadvantages from moving from ASP to ASPNET.

However if your website has not any active element in it, than there is not
much to say from moving from ASP to ASPNET. (You can do it than as well in
plain HTML with some javascript).

Cor

<ia**@isluk.demon.co.uk> schreef in bericht
news:yY**************@isluk.demon.co.uk...
Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the latest developments. I'm worried also because I could be missing
out on:
* productivity gains
* additional functionality
* a better experience for my users.
* and....

1) I would like people's views on the above.
a) Why the reluctance?
b) What benefits could I really expect from moving from ASP to .NET?

2) I would like to know what problems/issues are involved in moving from
ASP to .NET.

Thank you.

--
Ian Whitfield

May 8 '06 #2
Benefits are many fold in asp.net over asp, but theres a learning curve -
your developers need to understand OO theory at least to make efficient use
of the new framework. Of course, this means you might need to invest in
training or at least time for self learning. Expect to see:

- Increased Performance
- Increased Stability
- Increased Developer Productivity
- reduction in TCO and time to market

The main problem is its typcially a total rewrite to move an asp app to
asp.net, so I support your developers reluctance to some degree.

You need a reason to move, not just to keep up with the market - deadline is
one of them. if you have COM objects develoepd in vb6 for example support
for VB ends in 2008, so you might want to plan around this. Also, consider
what is wrong with your current app that you need to improve on. Any
changes cost money, and moving to a new software architecture is expensive
so can you do it piecemeal?

--
Regards

John Timney
Microsoft MVP

<ia**@isluk.demon.co.uk> wrote in message
news:yY**************@isluk.demon.co.uk...
Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the latest developments. I'm worried also because I could be missing
out on:
* productivity gains
* additional functionality
* a better experience for my users.
* and....

1) I would like people's views on the above.
a) Why the reluctance?
b) What benefits could I really expect from moving from ASP to .NET?

2) I would like to know what problems/issues are involved in moving from
ASP to .NET.

Thank you.

--
Ian Whitfield

May 8 '06 #3
On Mon, 8 May 2006 11:12:53 +0100, ia**@isluk.demon.co.uk wrote:
Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the latest developments. [...] 1) I would like people's views on the above.
a) Why the reluctance?


I was working with a guy like that a few years ago. He was our web designer
and had developpped our web site in ASP. I wanted him to move to ASP .NET
so that both his web site and my window form applications could rely on the
same web service, avoiding having to do everything twice. Even though the
web site itself was really small, he never bothered learning and porting it
to ASP .NET. The problem was, apart from the fact that he clearly lacked
any motivation for learning new technologies, that he only had ever done
web design using scripting languages and that he had no knowledge at all in
object oriented programming, which is the heart of ASP .NET.

I believe that many web designers out there are in a similar situation.
Switching from a basic scripting language to OOP is a major step and
requires lots of time spent on learning. Some will be more than happy to be
given the opportunity to learn OOP but clearly some couldn't be bothered
and will resist until forced into it (note however that ASP still works as
well today as it did 5 years ago and that in some situations, keeping the
web site in ASP might be the best solution in terms of time and money).
May 8 '06 #4
Aside from other issues that have been addressed nobody said anything --
yet -- about a "better experience" that is much easier and user friendly to
implement when using ASP.NET 2.0. The use of MasterPages and Themes for
example allow broader support allowing visitors to the website to
personalize their experience. The use of Web Parts also supports user
expereince in that it allows users to drag and drop page elements they
prefer. That's the keyword in fact: preferences, which is fundamental to the
user experience.

This may be a very important issue to you in the UK as I understand the
government has gotten serious about compelling website publishers to make
their websites accessible to people with visual and other impairments.
ASP.NET 2.0 makes great strides in this area too.

ASP.NET 2.0 supports Membership, Roles and Profiles which make coding
authentication and access to pages and resources quite productive.

Hands down ASP.NET 2.0 improves functionality and provides a much better
experience than ASP/VBScript web development but learning ASP.NET is time
consuming as is the initial design and setup of applications. After that
however it reapidly becomes a much easier and faster to use. Nobody would go
back to ASP without being dragged kicking and screaming.
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
<ia**@isluk.demon.co.uk> wrote in message
news:yY**************@isluk.demon.co.uk...
Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the latest developments. I'm worried also because I could be missing
out on:
* productivity gains
* additional functionality
* a better experience for my users.
* and....

1) I would like people's views on the above.
a) Why the reluctance?
b) What benefits could I really expect from moving from ASP to .NET?

2) I would like to know what problems/issues are involved in moving from
ASP to .NET.

Thank you.

--
Ian Whitfield

May 8 '06 #5
Thanks very much for everyone's input on this. It has been very
helpful. I think all points have been covered.

Ian

In message <uC**************@TK2MSFTNGP02.phx.gbl>, clintonG
<cs*********@REMOVETHISTEXTmetromilwaukee.com> writes
Aside from other issues that have been addressed nobody said anything --
yet -- about a "better experience" that is much easier and user friendly to
implement when using ASP.NET 2.0. The use of MasterPages and Themes for
example allow broader support allowing visitors to the website to
personalize their experience. The use of Web Parts also supports user
expereince in that it allows users to drag and drop page elements they
prefer. That's the keyword in fact: preferences, which is fundamental to the
user experience.

This may be a very important issue to you in the UK as I understand the
government has gotten serious about compelling website publishers to make
their websites accessible to people with visual and other impairments.
ASP.NET 2.0 makes great strides in this area too.

ASP.NET 2.0 supports Membership, Roles and Profiles which make coding
authentication and access to pages and resources quite productive.

Hands down ASP.NET 2.0 improves functionality and provides a much better
experience than ASP/VBScript web development but learning ASP.NET is time
consuming as is the initial design and setup of applications. After that
however it reapidly becomes a much easier and faster to use. Nobody would go
back to ASP without being dragged kicking and screaming.

May 8 '06 #6

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

Similar topics

45
by: Market Mutant | last post by:
I just wonder job selections, job openings and salary level of PHP programer or Perl programmer comparing to Java programmers. Is Java programmer's salary has a minimal of 60K in US? Are there...
7
by: Daniel Bickett | last post by:
I've been trying to convince my host to install python/mod_python on his server for a while now, however there are a number of reasons he is reluctant to do so, which I will outline here: 1. His...
0
by: Greg | last post by:
We're looking for CGI/PERL programmer who can help us integrate CamFrogWeb's video conferencing software with our site's user management system (login system) Our site uses customized...
0
by: NotGiven | last post by:
Hi: I am a notes programmer where I used a subset of VB, called lotus script, to write code. I have written classes and have had Java training - been a while though. I bought a good book by...
5
by: Jenea Ciur | last post by:
Hi ! I am student in 4th year, Computer Science,and already have been working for 1.5 year. I really like programming, I this is what I do a lot. Before getting a job, I wrote lots of programs...
13
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic...
29
by: zzuse | last post by:
I have been working in one company for nearly one year as a c programmer.I want to write more codes to improve my programming skills.But I found my work was just change some configuration files ....
2
by: mike | last post by:
Hi. I need a web programmer to set up interactive features on a static web site. The project needs are described at http://vitalkids.org My email address shows near the top of the page at...
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: 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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.