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

Is there much difference between VS.NET 2002 and 2003???

Hi all

I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself
an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET
2002 and C# 2002. I don't fully understand the differences between the VS.
NET 2002 and VS.NET 2003.

Will I restrict myself in any way learning ASP.NET 2003 but only using VS.NET
2002 and C# 2002?

When I'm working through this ASP.NET 2003 book will I find that this book
asks me to do stuff that VS.NET 2003 (the book thinking I'm using VS.NET 2003
as I'm learning ASP.NET 2003) can do but I unfortunately can't as I'm only
using VS.NET 2002 and C# 2002??

Does any one know of any good links that explain the scenarios of using a
2003 language (such as ASP.NET 2003) but in the VS.NET 2002 enviroment???

Hope I make sense, any help will greatly be appreciated, and thanks in
advance!

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...neral/200512/1
Dec 2 '05 #1
5 1321
Another way of asking what I'm seeking is :

If I work through an ASP.NET 1.1 book using VS.NET 1.0 and C# 1.0 would I
actually be learning ASP.NET 1.1 (as that is what the book is teaching me) or
would I be learning ASP.NET 1.0 (as I will be using VS.NET 1.0)???
It may be a simple question but I would like it to be clarified.

Thank you.

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...neral/200512/1
Dec 2 '05 #2

Dear Jon,

you have the dotnet framework 1.0 and 1.1...

for asp visual studio is just a tool to type your code in. If you place your
asp in a folder that IIS has registered as a framework 1.1 folder...then it
will compile with framework 1.1... if the folder is registered with framework
1.0.. then it will compile with framework 1.0....

if you create a desktop programme with visual studio 2002 it will use
framework 1.0. if you create a desktop programme with visual studio 2003 it
wil use framework 1.1.

I hope this clarifies things for you,

greets,

interwanderer
"Jon S via DotNetMonster.com" wrote:
Another way of asking what I'm seeking is :

If I work through an ASP.NET 1.1 book using VS.NET 1.0 and C# 1.0 would I
actually be learning ASP.NET 1.1 (as that is what the book is teaching me) or
would I be learning ASP.NET 1.0 (as I will be using VS.NET 1.0)???
It may be a simple question but I would like it to be clarified.

Thank you.

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...neral/200512/1

Dec 2 '05 #3
Hi Interwanderer

Thanks for replying.

You say when it comes to ASP.NET that VS.NET is just a tool to type code into
and that it is down to the IIS to decide if its 1.0 or 1.1. But doesn't the
VS.NET have ASP web controls, therefore wouldn't any difference bewtween VS.
NET 2002 and 2003 be important (i.e. VS.NET is not solely just a tool to
enter code into)??

Do you know of any good links that explain this?

Again Interwanderer thanks for your help.

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...neral/200512/1
Dec 2 '05 #4

you will not be able to use 2.0 controls in a visual studio 2003 environment
you will be able to use 2.0 controls in a visual studio 2005 environment.

but you will be able to type the code of 2.0 controls in a visual studio
2003 environment... with the <server> tags.

visual studio is just a tool.....
you can also use textpad to type your code in..... it's all about the
framework... ;-)

greets

interw

"Jon S via DotNetMonster.com" wrote:
Hi Interwanderer

Thanks for replying.

You say when it comes to ASP.NET that VS.NET is just a tool to type code into
and that it is down to the IIS to decide if its 1.0 or 1.1. But doesn't the
VS.NET have ASP web controls, therefore wouldn't any difference bewtween VS.
NET 2002 and 2003 be important (i.e. VS.NET is not solely just a tool to
enter code into)??

Do you know of any good links that explain this?

Again Interwanderer thanks for your help.

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...neral/200512/1

Dec 2 '05 #5
> you can also use textpad to type your code in..... it's all
about the framework... ;-)


You could also use an more programmer specific editor like Zeus:

http://www.zeusedit.com/features.html

Not only does Zeus have features like class browsing, syntax
highlighting, smart indent, code folding, project/workspace etc,
but it can also be configured to provide intellisensing for the
C# language:

http://www.zeusedit.com/forum/viewtopic.php?t=185

Jussi Jumppanen
Author: Zeus for Windows
Note: Zeus is shareware (45 day trial).

Dec 4 '05 #6

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

Similar topics

3
by: Kengie | last post by:
Dear Sir/Madam, I just have a simple question. What is the difference between Visual Stuido ..Net 2002 and .Net 2003? Can I upgrade to 2003 from 2002? Can I develop for Windows CE or Windows...
1
by: xman | last post by:
very hard is fix exactly group for this question.. but I am sure that some of people here have some experience with these compilers: Visual Studio NET Enterprise Architect 2002 and Visual Studio...
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
7
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." ...
2
by: Jigar Mehta | last post by:
Hye, Jigar from India... What are big difference between .NET 2002 and .NET 2003... I am using the 2002 version but planning to upgrade to 2003 so, please give me big diff bet. two if you have it...
0
by: Lee Moody | last post by:
I've recently upgraded to VS.NET 2003. I had written routines to implement an autoselect for a combobox in my VB.NET 2002 program. In VB.NET 2002 it worked fine. In 2003 it stopped working at...
5
by: Tom | last post by:
We currently have a rather large application that is in VB.NET 2002. We have just purchased licenses to the 2003/1.1 Framework version of Visual Studio. What kind of conversion, if any, will we...
7
by: Jon S via DotNetMonster.com | last post by:
Hi all, I learnt C# 1.0 using VS.NET 1.0. I have brought myself two ASP.NET 1.1 books but I will be using my VS.NET 1.0 IDE when learning ASP.NET 1.1. Am I in any way going to have problems...
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: 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:
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...
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...

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.