|
-
Jun 30th, 2005, 12:29 PM
#1
Thread Starter
PowerPoster
Next step - VB.NET or ASP?
Opinion...
I am using VB6 here at work. I have read a bunch on VB.NET 2005. It looks like they have corrected a bunch of the stuff that has kept me from VB.NET to this point.
I have been looking at applications that are written in ASP. They have a very nice "internet" look and feel to them.
VB6 is getting a bit long in the tooth. I have been considering an upgrade. But, maybe now is the time for an ASP rewrite.
What are your opinions of the 2? That is only one factor in the equation.
-
Jun 30th, 2005, 12:41 PM
#2
Re: Next step - VB.NET or ASP?
If I had to choose between those two, I would choose VC++
-
Jun 30th, 2005, 01:27 PM
#3
Re: Next step - VB.NET or ASP?
Classic ASP? OR ASP.NET? And the reason ASP applications have an "internet" feel to them is because that's what they are.... web pages... that execute on the server (Windows IIS) and send HTML to the webbrowser.
Tg
-
Jun 30th, 2005, 01:54 PM
#4
Thread Starter
PowerPoster
Re: Next step - VB.NET or ASP?
...and it is the 'web' look and feel that people ar emost comfortable with...
-
Jun 30th, 2005, 08:51 PM
#5
Re: Next step - VB.NET or ASP?
 Originally Posted by baja_yu
If I had to choose between those two, I would choose VC++ 
May I ask why? You mean VC++ is still stronger than VB.Net?
-
Jul 1st, 2005, 01:39 AM
#6
Re: Next step - VB.NET or ASP?
It could eat it for breakfast
-
Jul 1st, 2005, 01:41 AM
#7
Re: Next step - VB.NET or ASP?
ASP.NET is the way to go. Good career in there.
-
Jul 1st, 2005, 01:51 AM
#8
Re: Next step - VB.NET or ASP?
 Originally Posted by dee-u
May I ask why? You mean VC++ is still stronger than VB.Net?
Well, they both have their strengths. Technically, there isn't much of a difference, as .NET is pretty much all 1 language, with different syntaxes. VC++ will always be the same. There's little you can do to improve apon it except for the extra libraries and headers you can include, which are written in either C++ or ASM anyway.
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Jul 1st, 2005, 01:55 AM
#9
Re: Next step - VB.NET or ASP?
 Originally Posted by mendhak
ASP.NET is the way to go. Good career in there. 
What about if you are developing desktop (not connected to internet) applications only?
-
Jul 6th, 2005, 10:15 AM
#10
Re: Next step - VB.NET or ASP?
If it's for a network, I'd still make an Intranet application using ASP.NET. If it's standalone, C# or VB.NET. (You learn one, you pretty much know the other one)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|