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

WinFX and ASP.NET

Does WinFX (.net framework 3.0) provide any benefits for asp.net
applications? I'm reading up on WinFX and it sounds like it's specifically
geared for Windows Vista. If I want to upgrade my asp.net apps from
framework 1.1 should I migrate to 2.0 or 3.0?

Thanks.
Dec 2 '06 #1
8 1320
Hello Mike,

Firstly, WinFX is not a .NET 3.0, it's just WinFX or .NET 3.0 Services.
..NET 3.0 is just .NET 2.0 + WinFX

MDoes WinFX (.net framework 3.0) provide any benefits for asp.net
Mapplications?

Nope.

mI'm reading up on WinFX and it sounds like it's specifically geared for
Windows Vista.

The power of WinFX is in WPF,WCF,WF,CardSpace.
Probably you meant WPF. WinFX provide XBAP to use XAML in browsers.
The real shortcoming of XBAP is that client need to have .NET 3.0 on his
machine.

To avoid this MS is working on WPF/E ("WPF everywhere" with cross-platform-browsers
fearures), but this is too young product, no CTP is even available

MIf I want to upgrade my
Masp.net apps from framework 1.1 should I migrate to 2.0 or 3.0?

To 2.0 (.NET 3.0 redistributive is just 2.0 + WinFX Services)
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Dec 2 '06 #2
Thank you very much for taking the time to articulate such a thorough
response. You gave me a much better understanding of this concept.

Mike

"Michael Nemtsev" wrote:
Hello Mike,

Firstly, WinFX is not a .NET 3.0, it's just WinFX or .NET 3.0 Services.
..NET 3.0 is just .NET 2.0 + WinFX

MDoes WinFX (.net framework 3.0) provide any benefits for asp.net
Mapplications?

Nope.

mI'm reading up on WinFX and it sounds like it's specifically geared for
Windows Vista.

The power of WinFX is in WPF,WCF,WF,CardSpace.
Probably you meant WPF. WinFX provide XBAP to use XAML in browsers.
The real shortcoming of XBAP is that client need to have .NET 3.0 on his
machine.

To avoid this MS is working on WPF/E ("WPF everywhere" with cross-platform-browsers
fearures), but this is too young product, no CTP is even available

MIf I want to upgrade my
Masp.net apps from framework 1.1 should I migrate to 2.0 or 3.0?

To 2.0 (.NET 3.0 redistributive is just 2.0 + WinFX Services)
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Dec 2 '06 #3
Hi,

Michael Nemtsev wrote:
Hello Mike,

Firstly, WinFX is not a .NET 3.0, it's just WinFX or .NET 3.0 Services.
.NET 3.0 is just .NET 2.0 + WinFX
It's not totally correct.

WinFX was a code name, and is now called .NET 3.0. You can see here what
..NET 3.0 contains:

http://blogs.msdn.com/somasegar/arch...09/624300.aspx

MDoes WinFX (.net framework 3.0) provide any benefits for asp.net
Mapplications?
Nope.

mI'm reading up on WinFX and it sounds like it's specifically geared
for Windows Vista.
Mike: .NET 3.0 will be installed on Vista, and it is available as a
separate setup for WinXP (SP2) and Windows 2003 Server.
The power of WinFX is in WPF,WCF,WF,CardSpace. Probably you meant WPF.
WinFX provide XBAP to use XAML in browsers.
Actually, XBAP are a part of WPF (which in turn is a part of WinFx, but
WinFx doesn't exist anymore, so...)
The real shortcoming of XBAP is that client need to have .NET 3.0 on his
machine.
To avoid this MS is working on WPF/E ("WPF everywhere" with
cross-platform-browsers fearures), but this is too young product, no CTP
is even available
WPF/E CTP will be available before the end of 2006 according to
Microsoft. The GoLive version should be ready at Mix07 in May 07.

Note however that WPF/E will not be a replacement for WPF. The
application model is totally different. WPF/E will run in plugins
embedded in a HTML framework.
MIf I want to upgrade my
Masp.net apps from framework 1.1 should I migrate to 2.0 or 3.0?

To 2.0 (.NET 3.0 redistributive is just 2.0 + WinFX Services)
HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Dec 2 '06 #4
"Mike" <Mi**@discussions.microsoft.comwrote in message
news:3D**********************************@microsof t.com...
Does WinFX (.net framework 3.0) provide any benefits for asp.net
applications?
None whatever in its current form...
I'm reading up on WinFX and it sounds like it's specifically
geared for Windows Vista.
Not exclusively.
If I want to upgrade my asp.net apps from
framework 1.1 should I migrate to 2.0 or 3.0?
To 2. v3.0 is a *really* confusingly named product, as it's not really
version 3 of the Framework at all.
Dec 2 '06 #5
Hello Laurent,
>Firstly, WinFX is not a .NET 3.0, it's just WinFX or .NET 3.0
Services. .NET 3.0 is just .NET 2.0 + WinFX
LBIt's not totally correct.
LBWinFX was a code name, and is now called .NET 3.0. You can see here
LBwhat .NET 3.0 contains:

Yep, and this is confused for everybody, by "what's new in .NET 3.0 framework?!"
There is nothing new in FW, there is new in additional technologies as WPF,
WCF, WF and WCS
as mentioned in the article your pointed

LBMike: .NET 3.0 will be installed on Vista, and it is available as a
LBseparate setup for WinXP (SP2) and Windows 2003 Server.

Yep, which only add new .NET 3.0 features, not changing already installed
..NET 2.0

LBWPF/E CTP will be available before the end of 2006 according to
LBMicrosoft. The GoLive version should be ready at Mix07 in May 07.

Yep, and we can end up with the same stuff as was on the Mix'06 "WPF/E CTP
on fall" ;)

LBNote however that WPF/E will not be a replacement for WPF.

It is, but in gives the real live of XAML, because in the current situation
years are required to make WPF popular.

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

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Dec 2 '06 #6
Hi Michael,

Michael Nemtsev wrote:
LBWPF/E CTP will be available before the end of 2006 according to
LBMicrosoft. The GoLive version should be ready at Mix07 in May 07.

Yep, and we can end up with the same stuff as was on the Mix'06 "WPF/E
CTP on fall" ;)
Well, to be fair, they first said the CTP would be in July ;-)
LBNote however that WPF/E will not be a replacement for WPF.
It is, but in gives the real live of XAML, because in the current
situation years are required to make WPF popular.
Allow me to insist ;-) WPF/E is really not intended as a replacement for
WPF. It will be complementary to it, but the use cases are very different.

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Dec 2 '06 #7
Hello Laurent,

LBAllow me to insist ;-) WPF/E is really not intended as a replacement
LBfor WPF. It will be complementary to it, but the use cases are very
LBdifferent.

I don't object. I'd like to point OP that if we want to use XAML for web
developments WPF/XBAP is not good approach.
WFP/E will do it better

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

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 2 '06 #8
MDoes WinFX (.net framework 3.0) provide any benefits for asp.net
Mapplications?
Nope.
You can't really dismiss WCF like that. You can host WCF servcies with your
ASP.NET applications.
Benefits include being able to host WS-* compliant Web Services from your
Web apps, while still providing
plain SOAP 1.2 services at the same time.

That's not exactly nothing... <s>

+++ Rick ---

Dec 2 '06 #9

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

Similar topics

0
by: | last post by:
I saw that the Microsoft Longhorn is comming out with WinFX which is some upgrade of the .NET framework Does that mean that .NET programs (currently made) can also run as WinFX without need to...
11
by: John Bailo | last post by:
Looks like .NET is old news: http://www.winfx247.com/247reference/default.aspx <quote> Never heard of Avalon? Wow, didn't know those people still existed :) Anyway, these are the WinFX...
9
by: Jason Vene | last post by:
I've looked at recent posts and not found material, but I'm new to the board, so please forgive if this thread has come up before. I'm facing a conundrum about development of business...
4
by: hazz | last post by:
will that cause a problem? In some cases? Not at all? Thanks, -greg
16
by: Brett Romero | last post by:
>From this page: http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx, it seems I can develop with Avalon (WinFX) using VS.NET 2005, WinFX SDK and Windows SDK on WinXP. ...
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
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.