473,405 Members | 2,404 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,405 software developers and data experts.

Doubt asp / asp.net

Hi everybody, I tried my best to understand asp.net, but I didnt like, I ve
been programming classic asp for over 6 years, so I would like to know from
you if there is any need to migrate asp pages do asp.net? All what is done
with asp.net can be done with classic asp? What do you think about it?

Thanks the opinions!

Bye

Paulo
Mar 30 '07 #1
3 1276
you might enjoy this reading...

http://www.packtpub.com/article/Classic-ASP
Also you might be interested in this :

http://www.claspdev.com/ASPFramework/newhelp/index.asp
Mar 30 '07 #2
i think there is no real need to move if you are smart, really know
what you do and know how things work... an example: yeah webservice
are around and many say they are not supported in classic asp. hey if
you know the idea behind its no problem to hack it yourself or browse
the net for it... the nice thing then: no blown up IDE, no compiling,
no DLLs, no autogenerated code, etc.....

i have created a framework which i can use for all my web-apps and its
working perfect...

btw: nice article jon havent seen this yet...

On Mar 30, 5:15 am, "Jon Paal [MSMD]" <Jon nospam Paal @ everywhere
dot comwrote:
you might enjoy this reading...

http://www.packtpub.com/article/Classic-ASP

Also you might be interested in this :

http://www.claspdev.com/ASPFramework/newhelp/index.asp

Mar 30 '07 #3

"Paulo" <pr*****@uol.com.brwrote in message
news:eP**************@TK2MSFTNGP04.phx.gbl...
Hi everybody, I tried my best to understand asp.net, but I didnt like, I
ve
been programming classic asp for over 6 years, so I would like to know
from
you if there is any need to migrate asp pages do asp.net?
No.
All what is done with asp.net can be done with classic asp?
Asp.Net can do more than ASP alone. It has the whole .NET framework to call
on which raw ASP doesn't and is capable of expressing system compexities
well beyond what is practical in the script languages used by ASP.

However couple ASP with VB6 which gives you access to the windows API and
allows for more complex apps to be built and I doubt you could ever say you
_need_ Asp.Net.
>What do you think about it?
There are wider issues than the technical ones driving this.

Who is going to be maintaining your code in the future? If your busness
grows will you need inexperienced junior talent in your company? Will they
be tempted to come and learn Classic ASP? 5 years ago how much interest was
there in learning COBOL? An uncomfortable comparison but if recruitment is
an issue you need to see it through eyes of those you are recruiting.

Does building with ASP.NET giving you an edge in the market? Some
procurement exercises may have it (misguided or not) on the tick list of
suitablility. Of course in-house development doesn't have this problem.

ASP.NET is sluggish and has a slower than expected take up now but where
will it be in 2 years time? 5 years time? When in that time frame would you
like to be a beginner and when would you like to be an expert?

Is MS going to abandon .NET putting it's hands saying 'nope that was bad
choice'? The answer's obvious but what does it imply?

Given a green field I would build with ASP.NET. Given an existing building I
would seek to clear small (non-critical) places where building with ASP.NET
is possible.

Anthony.

Mar 30 '07 #4

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

Similar topics

1
by: Guilherme Pinto | last post by:
Hello. I am reading the book written by Bjarne Stroustrup called " The C++ Programming Language - Special Edition" and had a doubt which a think is really important to distinguish between the...
138
by: ambika | last post by:
Hello, Am not very good with pointers in C,but I have a small doubt about the way these pointers work.. We all know that in an array say x,x is gonna point to the first element in that...
4
by: dam_fool_2003 | last post by:
I am just a beginner in tree data – struct. I have this little doubt. Left node ‘weights' lesser than the right one. I have seen, so far it is algorithm implementations. But why not vice-versa that...
20
by: maadhuu | last post by:
firstly, i am thankful to all those who answered the 1st set of doubts. And i am not yet enlightened to that extent , coz ' i keep getting doubts. is the following defined in the language ?? int...
3
by: SMG | last post by:
Hi All, It might be a silly doubt, but it is a doubt.... I am using form authentication for my website, now my web application is gonna be deployed on two web servers with Load Balancing...
77
by: muttaa | last post by:
Hello all, My doubt is going to be so primitive that i ask you all to forgive me beforehand.... Here's the code snippet: int main() { int x=5;
11
by: Bob Nelson | last post by:
I don't remember seeing the term ``doubt'' used much in c.l.c. back in the 90's. When did this word become nearly synonymous with ``question'' or ``query'' and does it have static duration?
122
by: ivan | last post by:
hi all, if I have: if(A && B || C) which operation gets executed first? If I remeber well should be &&, am I correct? thanks
5
by: Paulo | last post by:
Hi, I have a RadioButtonList and I need to do some verifications on a "OnChange" event on client... because on classic asp/html I just add a "onChange" event on <input type="radio" onChange="">,...
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.