473,385 Members | 1,343 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.

QUERY: C# woes .NET 1.1 vs .NET 2.0

How different is it to program C# for Visual Studio 2003.NET & Visual Studio
2005? I know Visual Studio 2003.NET uses .NET 1.1, whilst VS2005 uses .NET
2.0. So the question really is, what is the difference & significance of
programming C# for .NET 1.1 & .NET 2.0?
Jan 23 '07 #1
12 1265
http://msdn2.microsoft.com/en-us/library/t357fb32.aspx

Thanks
-Cnu

Andrew Wan wrote:
How different is it to program C# for Visual Studio 2003.NET & Visual Studio
2005? I know Visual Studio 2003.NET uses .NET 1.1, whilst VS2005 uses .NET
2.0. So the question really is, what is the difference & significance of
programming C# for .NET 1.1 & .NET 2.0?
Jan 23 '07 #2
Hello Andrew,

http://msdn2.microsoft.com/en-us/lib...2e(VS.80).aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AWHow different is it to program C# for Visual Studio 2003.NET &
AWVisual Studio 2005? I know Visual Studio 2003.NET uses .NET 1.1,
AWwhilst VS2005 uses .NET 2.0. So the question really is, what is the
AWdifference & significance of programming C# for .NET 1.1 & .NET 2.0?
AW>
Jan 23 '07 #3
Thanks.

My question really was, if one programmed C# for VS2003 (.NET1.1), will it
easily migrate to VS2005 (.NET2.0)?
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello Andrew,

http://msdn2.microsoft.com/en-us/lib...2e(VS.80).aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AWHow different is it to program C# for Visual Studio 2003.NET &
AWVisual Studio 2005? I know Visual Studio 2003.NET uses .NET 1.1,
AWwhilst VS2005 uses .NET 2.0. So the question really is, what is the
AWdifference & significance of programming C# for .NET 1.1 & .NET 2.0?
AW>


Jan 23 '07 #4
Hello Andrew,

It depends on type of app. If only C# without many dependencies on .NET fw
like appdomains and etc - he will.
The worst case is ASP.net - many changes need to be done

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AWThanks.
AW>
AWMy question really was, if one programmed C# for VS2003 (.NET1.1),
AWwill it easily migrate to VS2005 (.NET2.0)?
AW>
AW"Michael Nemtsev" <ne*****@msn.comwrote in message
AWnews:a2***************************@msnews.micros oft.com...
AW>
>Hello Andrew,

http://msdn2.microsoft.com/en-us/lib...2e(VS.80).aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

AWHow different is it to program C# for Visual Studio 2003.NET &
AWVisual Studio 2005? I know Visual Studio 2003.NET uses .NET 1.1,
AWwhilst VS2005 uses .NET 2.0. So the question really is, what is
the
AWdifference & significance of programming C# for .NET 1.1 & .NET
2.0?
AW>

Jan 23 '07 #5
..NET fw? appdomains?
So it's like programming VS6 + MFC6. As long as I keep away from using
MFC6/.NET1.1 specific stuff then code will work in future versions of VS.
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello Andrew,

It depends on type of app. If only C# without many dependencies on .NET fw
like appdomains and etc - he will.
The worst case is ASP.net - many changes need to be done

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AWThanks.
AW>
AWMy question really was, if one programmed C# for VS2003 (.NET1.1),
AWwill it easily migrate to VS2005 (.NET2.0)?
AW>
AW"Michael Nemtsev" <ne*****@msn.comwrote in message
AWnews:a2***************************@msnews.micros oft.com...
AW>
Hello Andrew,

http://msdn2.microsoft.com/en-us/lib...2e(VS.80).aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

AWHow different is it to program C# for Visual Studio 2003.NET &
AWVisual Studio 2005? I know Visual Studio 2003.NET uses .NET 1.1,
AWwhilst VS2005 uses .NET 2.0. So the question really is, what is
the
AWdifference & significance of programming C# for .NET 1.1 & .NET
2.0?
AW>


Jan 23 '07 #6
Hello Andrew,

Not so, but very close.
Just C# has the best compartability. Another .NET framework features was
changed more

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AW.NET fw? appdomains?
AWSo it's like programming VS6 + MFC6. As long as I keep away from
AWusing
AWMFC6/.NET1.1 specific stuff then code will work in future versions
AWof VS.
AW"Michael Nemtsev" <ne*****@msn.comwrote in message
AWnews:a2***************************@msnews.micros oft.com...
AW>
>Hello Andrew,

It depends on type of app. If only C# without many dependencies on
.NET fw
like appdomains and etc - he will.
The worst case is ASP.net - many changes need to be done
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

AWThanks.
AW>
AWMy question really was, if one programmed C# for VS2003
(.NET1.1),
AWwill it easily migrate to VS2005 (.NET2.0)?
AW>
AW"Michael Nemtsev" <ne*****@msn.comwrote in message
AWnews:a2***************************@msnews.micro soft.com...
AW>
>>>Hello Andrew,

http://msdn2.microsoft.com/en-us/lib...2e(VS.80).aspx

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
AWHow different is it to program C# for Visual Studio 2003.NET &
AWVisual Studio 2005? I know Visual Studio 2003.NET uses .NET
1.1,
AWwhilst VS2005 uses .NET 2.0. So the question really is, what is
the
AWdifference & significance of programming C# for .NET 1.1 & .NET
2.0?
AW>

Jan 23 '07 #7
Hi,

"Andrew Wan" <an************@hotmail.comwrote in message
news:et*************@TK2MSFTNGP06.phx.gbl...
| Thanks.
|
| My question really was, if one programmed C# for VS2003 (.NET1.1), will it
| easily migrate to VS2005 (.NET2.0)?
|

Ar eyou talking about migrating code or your knowledge?

Code should be easily migrated, from 1.1 to 2.0. IIRC all the
classes/methods from 1.1 are present in 2.0 only that some are marked as
"absolete" and will report as warning.

If you give more details of what you need to migrate more detalied info can
be provided.
--
Ignacio Machin
machin AT laceupsolutions com
Jan 23 '07 #8
Oh,

Too explain I have another expirience.

Cor
Jan 23 '07 #9
Michael,
Not so, but very close.
Just C# has the best compartability. Another .NET framework features was
changed more
I am curious, what do you mean with this *best*,

Cor
Jan 23 '07 #10
Hello Cor Ligthert [MVP],

having writing the "best" I meant that pure C# issues are easier to be fixed
in .net 2.0 rather then such thing as porting asp.net 1.1 to 2.0

CMichael,
C>
>Not so, but very close.
Just C# has the best compartability. Another .NET framework features
was
changed more
CI am curious, what do you mean with this *best*,
C>
CCor
C>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Jan 23 '07 #11
Andrew Wan wrote:
My question really was, if one programmed C# for VS2003 (.NET1.1), will it
easily migrate to VS2005 (.NET2.0)?
It is intended to be an easy upgrade.

Very likely it will be easy.

The stuff you did in 2003 you can also do in 2005.

You can learn the new features gradually.

There are some things that are changed in the way VS and .NET
do it, but my guess is that 5 minutes of googling can resolve
most of the problems.

I would say: GO.

Arne
Jan 24 '07 #12
I just upgraded to new version and upgrade relatively complex
application and found certain button control has been changed. Apart
from that, everything work just fine.

I like the generic concept, much better than arraylist.

There is extended feature within NET 2.0 and new window control.

I enchance it further with visual assist, which is worthwhile package
making coding a lot easier.

In conclusion, go for upgrade and don't look back to NET 1.1.

Now there is new NET 3.0 for Vista as well as DX10. This represent a
significant jump on OS and it would be a while for user to accept Visa,
like Win98 to WinXP. The Visa ready PC is not optimised as DX10 card
has not reach to market maturity yet.

Riscy.

Jan 24 '07 #13

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

Similar topics

2
by: jaysonsch | last post by:
Hello! I am having some problems with a database query that I am trying to do. I am trying to develop a way to search a database for an entry and then edit the existing values. Upon submit, the...
0
by: Cedric | last post by:
This is a 3 weeks old problem, but having found a solution (and having looked for one here, finding only this message), I'm replying now. From: Jive (someone@microsoft.com) Subject: Upgrade...
29
by: shank | last post by:
1) I'm getting this error: Syntax error (missing operator) in query expression on the below statement. Can I get some advice. 2) I searched ASPFAQ and came up blank. Where can find the "rules"...
9
by: netpurpose | last post by:
I need to extract data from this table to find the lowest prices of each product as of today. The product will be listed/grouped by the name only, discarding the product code - I use...
2
by: Andrew Thompson | last post by:
- NN 4.78 rendering woes, links at far left - I am trying to rework an old site, make it valid html and css, improving the x-browser and 'older browser' compatibility. My efforts so far, have...
3
by: Harvey | last post by:
Hi, I try to write an asp query form that lets client search any text-string and display all pages in my web server that contain the text. I have IIS 6.0 on a server 2003. The MSDN site says...
0
by: Arun Bhalla | last post by:
I'm having some inconsistency problems with my deployment project ("Setup") and its custom actions ("Installer"). I'm using Visual Studio .NET 2003 (.NET 1.1, no service pack) on Windows XPSP1. ...
9
by: Mark Rae | last post by:
Hi, This time, I'm looking for a regular expression which says "the string must contain exactly seven or exactly eight digits" e.g. 123456 fails 1234567 passes 12345678 passes 123456789...
1
by: hdogg | last post by:
Scope Woes - IF statement nested in WHILE statement -PHP I have an array $actuals_sum. <?php while(conditions) { if($i == '24) {
1
by: Mike Howarth | last post by:
I've been having a few problems with connecting to SQL Server, initially I was using dblib however found some problems with returning text fields whereby all text fields were ignored and it bawked...
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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...
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: 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...

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.