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

How stable is .NET 3.0?

I know it's just an add-on to .NET 2.0. Like more classes added to the
library. And as I understand there is no migration whatsoever. Applications
(ASP.NET ) that worked on 2.0 will work on 3.0 without any additional
tweaking.

So question is if there any problem with running websites after going to
3.0? I would hate to have a downtime for my site.
Thanks
George.
May 7 '07 #1
5 1029
Hello George Ter-Saakov,

AFAI, there is no issues, 3.0 didn't affected asp.net.
If you are not going to use .NET 3.0 services from asp.net u needn't bother
about it

you should consider the IIS + platform + SP issues, for example like the
lates Win2k3 SP2 breaks Session_End and etc

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"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

GI know it's just an add-on to .NET 2.0. Like more classes added to
Gthe library. And as I understand there is no migration whatsoever.
GApplications (ASP.NET ) that worked on 2.0 will work on 3.0 without
Gany additional tweaking.
G>
GSo question is if there any problem with running websites after going
Gto 3.0? I would hate to have a downtime for my site.
G>
GThanks
GGeorge.
May 7 '07 #2
Hello George Ter-Saakov,

AFAIK, there is no relation between asp.net and .NET 3.0 serives in the asp.net
aspect.
U needn't bother about it, till u use starting using smth from .NET 3.0

I reckon u'd consider IIS + windows + SP issues, coz it seems to be the
weak place. For example, such case as latest SP2 for Win2k3 breaks Session_End
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"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

GI know it's just an add-on to .NET 2.0. Like more classes added to
Gthe library. And as I understand there is no migration whatsoever.
GApplications (ASP.NET ) that worked on 2.0 will work on 3.0 without
Gany additional tweaking.
G>
GSo question is if there any problem with running websites after going
Gto 3.0? I would hate to have a downtime for my site.
G>
GThanks
GGeorge.
May 7 '07 #3
..NET 3.0 is really just .NET 2.0 with some extra classes added in.
The existing .NET 2.0 classes didn't change at all, therefore there aren't
any breaking changes.
There is also no need to upgrade unless you want to use the new
functionality provided by the new .NET 3.0 classes.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>I know it's just an add-on to .NET 2.0. Like more classes added to the
library. And as I understand there is no migration whatsoever. Applications
(ASP.NET ) that worked on 2.0 will work on 3.0 without any additional
tweaking.

So question is if there any problem with running websites after going to
3.0? I would hate to have a downtime for my site.
Thanks
George.
May 7 '07 #4
I have seen some problems upgrading a 2.0 site to 3.0 on code written by a
partner, so test all of your sites with 3.0 prior to switching your
production server. Other than that, I know of none.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>I know it's just an add-on to .NET 2.0. Like more classes added to the
library. And as I understand there is no migration whatsoever. Applications
(ASP.NET ) that worked on 2.0 will work on 3.0 without any additional
tweaking.

So question is if there any problem with running websites after going to
3.0? I would hate to have a downtime for my site.
Thanks
George.
May 8 '07 #5
Thanks
This is an info i am looking for.
Can you go into more specifics. Like what kind of problems.
George.
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:0F**********************************@microsof t.com...
>I have seen some problems upgrading a 2.0 site to 3.0 on code written by a
partner, so test all of your sites with 3.0 prior to switching your
production server. Other than that, I know of none.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>>I know it's just an add-on to .NET 2.0. Like more classes added to the
library. And as I understand there is no migration whatsoever.
Applications (ASP.NET ) that worked on 2.0 will work on 3.0 without any
additional tweaking.

So question is if there any problem with running websites after going to
3.0? I would hate to have a downtime for my site.
Thanks
George.

May 8 '07 #6

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

Similar topics

15
by: Meetul Kinarivala | last post by:
Hello, I went to the PHP download page and found two versions: 4.3.10 AND 5.0.3 It does not talk about which one is the most stable. Please help Mike
11
by: Viktor | last post by:
Which GUI is the most stable one? I don't need any fancy looking widgets (look and feel doesn't realy matter to me), I "just" need it to be rock stable and fast...
38
by: Aaron W. LaFramboise | last post by:
Hello, I understand that an easy way to make the standard std::priority_queue stable is by including an integer stamp with each node that is incremented each time a new node is pushed into the...
2
by: cody | last post by:
I need a sort method for stable sorting, that is, if two values have the same value they won't be swapped. Will there be such a thing in whidbey? -- cody www.deutronium.de.vu ||...
2
by: Carlos | last post by:
I have to implement a application that use Serial COM ports and I was thinking to use VS2005, but I wan to know is that is true that is stable ? I heard that the release date is November 7 2005 and...
3
by: George | last post by:
I am A major VB6 coder and have never done any .NET stuff. I am about to make the leap and think i will start with VB 2005 that comes in the VS 2005 Beta. Have people found it stable enough to...
8
by: Frank van Vugt | last post by:
Hi, If during a transaction a number of deferred triggers are fired, what will be their execution order upon the commit? Will they be executed in order of firing or alfabetically or...
30
by: gaoxtwarrior | last post by:
a sort which is stable means it keeps the object's original order. A sort which is in place is stable. does anyone can explain me what is sort in place? thx.
9
by: Gary Brown | last post by:
Hi, I need a stable sort and can find none in the MS libraries. Is there a simple one available on the internet? It needed for sorting various lists of maybe 1K elements - mostly ListView...
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:
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
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?
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
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.