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

ASP.Net 3.0?

Rob
Hi all,

Wonder if someone can help me out.

I not so long ago upgraded from Visual Studio 2003 to Visual Studio
2005 - at the time it was a progression from .Net 1.1 to .Net 2.0.

So, I'm running Microsoft Update the other day to notice .Net 3.0 -
cant say I've really heard much about it - seems it was timed to
coincide with the release of Vista.

So, I've now downloaded and installed it, but when I open Visual
Studio 2005 I'm noticing no changes, not that I was perhaps expecting
many, but I was expecting perhaps some way of deciding whether to
use .Net 2.0 or .Net 3.0 for the applications I build.

Maybe I've mised something...

Having checked my directories in Windows / Microsoft.net / Framework -
there is indeed a v3.0 directory...

If anyone can shed any light on this for me I would be very grateful.

Regards

Rob

Feb 9 '07 #1
6 6882
Hi,

Rob wrote:
Hi all,

Wonder if someone can help me out.

I not so long ago upgraded from Visual Studio 2003 to Visual Studio
2005 - at the time it was a progression from .Net 1.1 to .Net 2.0.

So, I'm running Microsoft Update the other day to notice .Net 3.0 -
cant say I've really heard much about it - seems it was timed to
coincide with the release of Vista.

So, I've now downloaded and installed it, but when I open Visual
Studio 2005 I'm noticing no changes, not that I was perhaps expecting
many, but I was expecting perhaps some way of deciding whether to
use .Net 2.0 or .Net 3.0 for the applications I build.

Maybe I've mised something...

Having checked my directories in Windows / Microsoft.net / Framework -
there is indeed a v3.0 directory...

If anyone can shed any light on this for me I would be very grateful.

Regards

Rob
There is no ASP.NET 3.0. .NET 3.0 is an addition to .NET 2.0, they added
new classes. The framework 2.0 remains unchanged. You can continue
developing like you used to.

It's just a bad name, really.

Check
http://www.netfx3.com/

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Feb 9 '07 #2
..net 3.0 = .net 2.0 + communication foundation (wcf) + presentation
foundation (wpf) + workflow foundation (wwf) + cardspace

Unlike previous versions, .net 3.0 is dependent on .net 2.0, because 3.0 is
just an extra set of api's that extend the feature set of the existing 2.0
framework. While it's true that there is no asp.net 3.0, wpf would be the
closest thing to it.
You can code against these api's in VS 2005 by installing the appropriate VS
extensions. These extensions are not all complete, but they will all be
integrated in the next version of VS ("orcas") due out in the second half of
this year.
"Rob" wrote:
Hi all,

Wonder if someone can help me out.

I not so long ago upgraded from Visual Studio 2003 to Visual Studio
2005 - at the time it was a progression from .Net 1.1 to .Net 2.0.

So, I'm running Microsoft Update the other day to notice .Net 3.0 -
cant say I've really heard much about it - seems it was timed to
coincide with the release of Vista.

So, I've now downloaded and installed it, but when I open Visual
Studio 2005 I'm noticing no changes, not that I was perhaps expecting
many, but I was expecting perhaps some way of deciding whether to
use .Net 2.0 or .Net 3.0 for the applications I build.

Maybe I've mised something...

Having checked my directories in Windows / Microsoft.net / Framework -
there is indeed a v3.0 directory...

If anyone can shed any light on this for me I would be very grateful.

Regards

Rob

Feb 9 '07 #3
Rob
Hi guys,

Thanks for the replies and info...

So, just to clarify then, my installation of Visual Studio 2005
remains pretty much as was and uses the .net 2.0 framework - do I need
to install these additional extensions myself in order to use any new
bits in 3.0? If so I'll probably stay as I am then - if not, ie, when
I installed .net 3.0 it installed them into Visual Studio - I guess
just uninstalling .Net 3.0 would remove them again?

Regards

Rob

Feb 9 '07 #4
"Rob" <ba*********@googlemail.comwrote in message
news:11**********************@p10g2000cwp.googlegr oups.com...
do I need to install these additional extensions
..NET 3.0 has (almost) no benefit whatever for ASP.NET
Feb 9 '07 #5
Having .net 3.0 installed gives you the runtime for WWF, WPF, WCF, etc... So
it doesn't hurt to have the runtime installed.
In order to develop with these technologies, you first need to install the
"Windows SDK for .net 3.0"
(http://www.microsoft.com/downloads/d...isplaylang=en).
After the windows sdk is installed, you need the appropriate extensions. for
Visual Studio (2005 only) The extensions for WWF are complete,
(http://www.microsoft.com/downloads/d...displaylang=en)
.. The extensions for WCF and WPF (installed together) are currently available
as a CTP
(http://www.microsoft.com/downloads/d...isplaylang=en).
I could be wrong on this, but I believe the VS extensions will also install
the Windows SDK for 3.0 if it's not already installed.

If you have the time to get up to speed with any of the new features in 3.0,
I'm sure you will find it worth your time. But also, since it extends 2.0, I
think it's best to make sure you feel good with 2.0 first. In the meantime,
read up on the general features of each of the new technologies. If the need
comes up to use the workflow api's, (for example) then at least you are
already familiar with what it can do for you, rather than trying to reinvent
an existing feature set instead quickly leveraging the api with a little bit
of on the job learning :-)
"Rob" wrote:
Hi guys,

Thanks for the replies and info...

So, just to clarify then, my installation of Visual Studio 2005
remains pretty much as was and uses the .net 2.0 framework - do I need
to install these additional extensions myself in order to use any new
bits in 3.0? If so I'll probably stay as I am then - if not, ie, when
I installed .net 3.0 it installed them into Visual Studio - I guess
just uninstalling .Net 3.0 would remove them again?

Regards

Rob

Feb 11 '07 #6
Rob
archuleta37 wrote:
Having .net 3.0 installed gives you the runtime for WWF, WPF, WCF, etc... So
it doesn't hurt to have the runtime installed.
[snip]

hey,

Thanks for the further info - appreciated, I'll do as you suggested
with regards to reading up on the new technologies...probably be a
while until we use anything like that here, we still count on an
abacus, project diagrams are drawn on the wall with dye's taken from
plants etc....

:o)

Rob

Feb 12 '07 #7

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

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
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: 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:
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.