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

Which one to use: 1.1 or 2.0?

dw
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio 2005
Beta 2 and Visual Studio .NET 2003. If I'm building my first ASP.NET
production app, which do you recommend? Is it easier to learn/use 2005 or
are there more resources available for 2003? I have a strong background in
ASP, but this is all new to me. If you can provide some pluses/minues of the
two, that would be wonderful. Thanks.
Nov 19 '05 #1
6 1287
"dw" <co***************@uncw.edu> wrote in
news:OV**************@tk2msftngp13.phx.gbl:
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio
2005 Beta 2 and Visual Studio .NET 2003. If I'm building my first
ASP.NET production app, which do you recommend? Is it easier to
learn/use 2005 or are there more resources available for 2003? I have
a strong background in ASP, but this is all new to me.


ASP.NET is totally different from ASP... so whatever experience you have in
ASP you should throw it out. I found my old "ASP" way of thinking of things
actually hindered the .NET learning process.

In anycase, if you're building a test application I would go with .NET 2.0.
If it's a production application, perhaps stick with .NET 1.1 unless your
client doesn't mind running beta software.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #2
dw
Thanks, Lucas. That's what I was thinking about beta, too. Microsoft says
it's pretty solid, but it's still a beta product. So if something breaks,
the client will say "why did you use beta software to build our app?" :)

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"dw" <co***************@uncw.edu> wrote in
news:OV**************@tk2msftngp13.phx.gbl:
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio
2005 Beta 2 and Visual Studio .NET 2003. If I'm building my first
ASP.NET production app, which do you recommend? Is it easier to
learn/use 2005 or are there more resources available for 2003? I have
a strong background in ASP, but this is all new to me.


ASP.NET is totally different from ASP... so whatever experience you have
in
ASP you should throw it out. I found my old "ASP" way of thinking of
things
actually hindered the .NET learning process.

In anycase, if you're building a test application I would go with .NET
2.0.
If it's a production application, perhaps stick with .NET 1.1 unless your
client doesn't mind running beta software.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #3
My philosophy is this: NEVER use beta software to do professional work! That
said, I seem to run into situations almost constantly where I have to, but
not by choice!

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"dw" <co***************@uncw.edu> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanks, Lucas. That's what I was thinking about beta, too. Microsoft says
it's pretty solid, but it's still a beta product. So if something breaks,
the client will say "why did you use beta software to build our app?" :)

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1...
"dw" <co***************@uncw.edu> wrote in
news:OV**************@tk2msftngp13.phx.gbl:
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio
2005 Beta 2 and Visual Studio .NET 2003. If I'm building my first
ASP.NET production app, which do you recommend? Is it easier to
learn/use 2005 or are there more resources available for 2003? I have
a strong background in ASP, but this is all new to me.


ASP.NET is totally different from ASP... so whatever experience you have
in
ASP you should throw it out. I found my old "ASP" way of thinking of
things
actually hindered the .NET learning process.

In anycase, if you're building a test application I would go with .NET
2.0.
If it's a production application, perhaps stick with .NET 1.1 unless your
client doesn't mind running beta software.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Nov 19 '05 #4
ASP.NET 2.0 is significantly easier than ASP.NET 1.x (and WAY easier than
old ASP).
However, the documentation is still somewhat sparse for ASP.NET 2.0. There
are a lot of articles in magazines and online that describe the features
that can help you, but they're all based on various beta versions of ASP.NET
2.0 so they may not all work without modification.

So if you're adventurous, I'd say skip directly to ASP.NET 2.0. If you're
the conservative type then stick with ASP.NET 1.x for now.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"dw" <co***************@uncw.edu> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio 2005
Beta 2 and Visual Studio .NET 2003. If I'm building my first ASP.NET
production app, which do you recommend? Is it easier to learn/use 2005 or
are there more resources available for 2003? I have a strong background in
ASP, but this is all new to me. If you can provide some pluses/minues of
the two, that would be wonderful. Thanks.

Nov 19 '05 #5
Hey Steve,

What if you're the adventurous conservative type?

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ASP.NET 2.0 is significantly easier than ASP.NET 1.x (and WAY easier than
old ASP).
However, the documentation is still somewhat sparse for ASP.NET 2.0.
There are a lot of articles in magazines and online that describe the
features that can help you, but they're all based on various beta versions
of ASP.NET 2.0 so they may not all work without modification.

So if you're adventurous, I'd say skip directly to ASP.NET 2.0. If you're
the conservative type then stick with ASP.NET 1.x for now.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"dw" <co***************@uncw.edu> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio 2005
Beta 2 and Visual Studio .NET 2003. If I'm building my first ASP.NET
production app, which do you recommend? Is it easier to learn/use 2005 or
are there more resources available for 2003? I have a strong background
in ASP, but this is all new to me. If you can provide some pluses/minues
of the two, that would be wonderful. Thanks.


Nov 19 '05 #6
dw
Well, I'm the cowardly conservative type! I'll stick with 1.1 for this
project. I've noticed how easy it is to open 1.1 files and convert them in
2.0. However, I do love the features of 2.0 which just aren't available
without some workaround or something in 1.1.

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:et**************@TK2MSFTNGP09.phx.gbl...
Hey Steve,

What if you're the adventurous conservative type?

--
;-),

Kevin Spencer
Microsoft MVP
.Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
ASP.NET 2.0 is significantly easier than ASP.NET 1.x (and WAY easier
than old ASP).
However, the documentation is still somewhat sparse for ASP.NET 2.0.
There are a lot of articles in magazines and online that describe the
features that can help you, but they're all based on various beta
versions of ASP.NET 2.0 so they may not all work without modification.

So if you're adventurous, I'd say skip directly to ASP.NET 2.0. If
you're the conservative type then stick with ASP.NET 1.x for now.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"dw" <co***************@uncw.edu> wrote in message
news:OV**************@tk2msftngp13.phx.gbl...
Hi, all. I'm an ASP.NET newbie and have access to both Visual Studio
2005 Beta 2 and Visual Studio .NET 2003. If I'm building my first
ASP.NET production app, which do you recommend? Is it easier to
learn/use 2005 or are there more resources available for 2003? I have a
strong background in ASP, but this is all new to me. If you can provide
some pluses/minues of the two, that would be wonderful. Thanks.



Nov 19 '05 #7

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

Similar topics

9
by: CY FOK | last post by:
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use...
17
by: John Bentley | last post by:
John Bentley: INTRO The phrase "decimal number" within a programming context is ambiguous. It could refer to the decimal datatype or the related but separate concept of a generic decimal number....
133
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
29
by: guru.slt | last post by:
"the c++ standard library, tutorial and reference" book, it says: ++i is faster than i++. the latter involves a temporary object because it must return the old value/object of i. for this reason,...
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
17
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
4
by: Nathan Sokalski | last post by:
I am writing a piece of code for an ASP.NET function that generates an onKeyPress JavaScript eventhandler that uses the event.keyCode / event.which properties. I have two situations that I would...
5
by: rAinDeEr | last post by:
Hi, I have a web application with a table to store terms and conditions of a Company. This may some times run into many pages and some times it may be just a few sentences. It is a character...
15
by: Rob Meade | last post by:
Hi all, I have a databse which I'm pulling the data from for my ASP page. I have 4 tables, Course, Feature, Objective, and PreRequisite. The last three all contain a course product code and a...
22
by: ZioMiP | last post by:
Hi to all... I'm actually using Tkinter for my GUI... but I need to "put a piece of a web-page in a widget" how can I do? which GUI module do you suggest me to use for do that? or which GUI...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.