472,331 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

Will ClickOnce replace a lot of ASP.Net

While ASP.Net is migrating toward more robust presentation by using things
like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence
in Corporate Applications. I've been reading a lot about ClickOnce and it
seems compelling particularily since Vista will have the .Net framework
included along with the other requirements for ClickOnce deployment.

Is there some downside to ClickOnce deployment that I'm now aware of?

Thanks,
T
Sep 1 '06 #1
8 1695
Hi,

Tina wrote:
While ASP.Net is migrating toward more robust presentation by using things
like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence
in Corporate Applications. I've been reading a lot about ClickOnce and it
seems compelling particularily since Vista will have the .Net framework
included along with the other requirements for ClickOnce deployment.

Is there some downside to ClickOnce deployment that I'm now aware of?

Thanks,
T
ClickOnce is not intended as a replacement to standard web applications.
Some downsides of ClickOnce are:

- Longer download times, because the client has to download more
components before it can run things (in the worst case, it has to
download the runtime framework, if not available).

- Except in some cases (WPF browser applications, XBAP), ClickOnce
leaves a trace on the client computer. The application, though it's not
registered in the classic sense (registry), appears in the Start Menu.
That's a downside for the Internet Café scenario, for instance.

- Not universal like HTML, JavaScript and CSS. ClickOnce is only
available when IE is installed, so only on Windows platforms.

I asked Microsoft the exact same question a few months ago, and their
reply is clear: ClickOnce is not going to replace ASP.NET, it's a
complement.

Keep an eye on WPF for Rich Internet Applications, things are moving
fast in the world wide web, but don't worry too much, ASP.NET still has
a bright future.

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
Sep 1 '06 #2
The push for ClickOnce has died down since Ajax and Atlas became so
popular. People were excited about ClickOnce back in November, 2005
because we could finally push out a rich client with network features
(Smart Client). But with Atlas, you get that and do not have to
install anything locally.

I think Microsoft's efforts are better spent on Atlas, IIS 7 and Vista
at this point. They can come back to ClickOnce if this whole web thing
never takes off.

:)

Brennan

Laurent Bugnion wrote:
Hi,

Tina wrote:
While ASP.Net is migrating toward more robust presentation by using things
like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence
in Corporate Applications. I've been reading a lot about ClickOnce andit
seems compelling particularily since Vista will have the .Net framework
included along with the other requirements for ClickOnce deployment.

Is there some downside to ClickOnce deployment that I'm now aware of?

Thanks,
T

ClickOnce is not intended as a replacement to standard web applications.
Some downsides of ClickOnce are:

- Longer download times, because the client has to download more
components before it can run things (in the worst case, it has to
download the runtime framework, if not available).

- Except in some cases (WPF browser applications, XBAP), ClickOnce
leaves a trace on the client computer. The application, though it's not
registered in the classic sense (registry), appears in the Start Menu.
That's a downside for the Internet Café scenario, for instance.

- Not universal like HTML, JavaScript and CSS. ClickOnce is only
available when IE is installed, so only on Windows platforms.

I asked Microsoft the exact same question a few months ago, and their
reply is clear: ClickOnce is not going to replace ASP.NET, it's a
complement.

Keep an eye on WPF for Rich Internet Applications, things are moving
fast in the world wide web, but don't worry too much, ASP.NET still has
a bright future.

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
Sep 1 '06 #3
Hi,

of******@gmail.com wrote:
The push for ClickOnce has died down since Ajax and Atlas became so
popular. People were excited about ClickOnce back in November, 2005
because we could finally push out a rich client with network features
(Smart Client). But with Atlas, you get that and do not have to
install anything locally.
I continue to see RIAs installed over ClickOnce as a valid alternative
to AJAX. The web browser has limitations, and will always have them.
Sometimes it can be interesting to install a rich(er) client anyway.

The sandbox, for example, prevents certain operations in the browser,
and then a rich client becomes necessary. Also, certain graphical
effects (3D, complex animations...) are simply impossible to realize in
HTML, and sometimes plug-ins are not an option.

Isn't it a crazy world, where November 2005 sounds like middle-age? ;-)
(and I concur, it really does)

I think Microsoft's efforts are better spent on Atlas, IIS 7 and Vista
at this point. They can come back to ClickOnce if this whole web thing
never takes off.
I think that Microsoft has enough resources to work on more than one
project at a time ;-) The mere fact that XBAPs are deployed using
ClickOnce shows that this is still of importance to them.
:)

Brennan
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
Sep 1 '06 #4
Laurent,
Well, I'm only thinking about "closed environments" in organizations where
everyone uses Windows with the framework and everyone uses I.E. I develop
enterprise applications with ASP.Net - not public web sites.

That removes a lot of your listed weak points. Also, I view Windows Froms
programing as productive and I view JavaScript and Atlas as more of a
non-productive mix of uh, stuff. Also, AJAX still seems kind of klunky to
me.

BTW, it's not that I am "worried." I think it would be nirvana to write
functionality in Windows Forms.
T

"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:uB*************@TK2MSFTNGP06.phx.gbl...
Hi,

Tina wrote:
>While ASP.Net is migrating toward more robust presentation by using
things like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net
presence in Corporate Applications. I've been reading a lot about
ClickOnce and it seems compelling particularily since Vista will have the
.Net framework included along with the other requirements for ClickOnce
deployment.

Is there some downside to ClickOnce deployment that I'm now aware of?

Thanks,
T

ClickOnce is not intended as a replacement to standard web applications.
Some downsides of ClickOnce are:

- Longer download times, because the client has to download more
components before it can run things (in the worst case, it has to download
the runtime framework, if not available).

- Except in some cases (WPF browser applications, XBAP), ClickOnce leaves
a trace on the client computer. The application, though it's not
registered in the classic sense (registry), appears in the Start Menu.
That's a downside for the Internet Café scenario, for instance.

- Not universal like HTML, JavaScript and CSS. ClickOnce is only available
when IE is installed, so only on Windows platforms.

I asked Microsoft the exact same question a few months ago, and their
reply is clear: ClickOnce is not going to replace ASP.NET, it's a
complement.

Keep an eye on WPF for Rich Internet Applications, things are moving fast
in the world wide web, but don't worry too much, ASP.NET still has a
bright future.

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

Sep 1 '06 #5
I understand what you mean about Javascript slowing you down. It just
another language to add to the mix and it does add time to your test
cycle so you can check the browsers you have to support. (now IE6 and
IE7)

But there are professional controls suites out there beyond Micorosoft
Atlas. Here are the top ones that I know about. For the price of
those controls you could eliminate the need to ever touch Javascript.

http://www.infragistics.com/resource...X/Default.aspx

http://www.componentart.com/webui.aspx

Brennan Stehling
http://brennan.offwhite.net/blog/
Tina wrote:
Laurent,
Well, I'm only thinking about "closed environments" in organizations where
everyone uses Windows with the framework and everyone uses I.E. I develop
enterprise applications with ASP.Net - not public web sites.

That removes a lot of your listed weak points. Also, I view Windows Froms
programing as productive and I view JavaScript and Atlas as more of a
non-productive mix of uh, stuff. Also, AJAX still seems kind of klunky to
me.

BTW, it's not that I am "worried." I think it would be nirvana to write
functionality in Windows Forms.
T

"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:uB*************@TK2MSFTNGP06.phx.gbl...
Hi,

Tina wrote:
While ASP.Net is migrating toward more robust presentation by using
things like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net
presence in Corporate Applications. I've been reading a lot about
ClickOnce and it seems compelling particularily since Vista will have the
.Net framework included along with the other requirements for ClickOnce
deployment.

Is there some downside to ClickOnce deployment that I'm now aware of?

Thanks,
T
ClickOnce is not intended as a replacement to standard web applications.
Some downsides of ClickOnce are:

- Longer download times, because the client has to download more
components before it can run things (in the worst case, it has to download
the runtime framework, if not available).

- Except in some cases (WPF browser applications, XBAP), ClickOnce leaves
a trace on the client computer. The application, though it's not
registered in the classic sense (registry), appears in the Start Menu.
That's a downside for the Internet Café scenario, for instance.

- Not universal like HTML, JavaScript and CSS. ClickOnce is only available
when IE is installed, so only on Windows platforms.

I asked Microsoft the exact same question a few months ago, and their
reply is clear: ClickOnce is not going to replace ASP.NET, it's a
complement.

Keep an eye on WPF for Rich Internet Applications, things are moving fast
in the world wide web, but don't worry too much, ASP.NET still has a
bright future.

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
Sep 1 '06 #6
Hi,

Tina wrote:
Laurent,
Well, I'm only thinking about "closed environments" in organizations where
everyone uses Windows with the framework and everyone uses I.E. I develop
enterprise applications with ASP.Net - not public web sites.

That removes a lot of your listed weak points. Also, I view Windows Froms
programing as productive and I view JavaScript and Atlas as more of a
non-productive mix of uh, stuff. Also, AJAX still seems kind of klunky to
me.
I am wondering why you see that as "klunky". It's simply a client-server
communication mechanism. It's very similar to, say, .NET remoting. Of
course it's asynchronous, so it needs to be very aware of what you're
doing, but it's a modern way of programming anyway, unlike procedural,
sequential applications. Or maybe I don't understand what you mean with
"klunky"...

As for JavaScript and ATLAS, it's very necessary to understand how the
web works to program web applications. JavaScript is a very powerful
language, and very flexible. But most JavaScript programmers don't truly
understand this power, and use it wrongly.

I think that many desktop applications programmers have a hard time
changing to web application programming, because the concepts are very
different, because of certain limitations that have to be considered,
etc... Each scenario calls for a careful analysis, helping you to choose
which application model you need. For the records, in the project I work
on now, we are spending a lot of time carefully analysing the
alternatives. For us, the possible candidates are: A classical web
application, a web application with WPF/E, a XBAP application, a WPF
application deployed via ClickOnce, or a WPF application deployed via
MSI installation. WinForms are not an interesting alternative for us
anymore.
>
BTW, it's not that I am "worried." I think it would be nirvana to write
functionality in Windows Forms.
Since I started working with WPF, it's not really attractive for me to
go back to Windows Forms... I guess that every technology brings a whole
new world of possibilities ;-)
T
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
Sep 1 '06 #7
Laurent,
After reading up on this a bit it seems that the idea of WinFroms deployed
via clickOnce has been replaced by Extensible Application Markup Language
Browser Applications (XBAP).

I went to the MSDN page where it looks like I can download beta WINFX 3.0
software but I'm afraid to do that on my main dev box because Beta software
usually gums up things when the release version comes out.

Is it viable to write XBAP apps today with the beta software?

Does XBAP eliminate the need for ATLAS and JavaScript?

(i notice there is a link to a "Blackjack Express Demo" XBAP application but
it just leads to a download page where I have to build it myself using the
beta software. Is there anyplace where I run an XBAP app in my browser?)

Regards,
T
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:uI**************@TK2MSFTNGP03.phx.gbl...
Hi,

Tina wrote:
>Laurent,
Well, I'm only thinking about "closed environments" in organizations
where everyone uses Windows with the framework and everyone uses I.E. I
develop enterprise applications with ASP.Net - not public web sites.

That removes a lot of your listed weak points. Also, I view Windows
Froms programing as productive and I view JavaScript and Atlas as more of
a non-productive mix of uh, stuff. Also, AJAX still seems kind of
klunky to me.

I am wondering why you see that as "klunky". It's simply a client-server
communication mechanism. It's very similar to, say, .NET remoting. Of
course it's asynchronous, so it needs to be very aware of what you're
doing, but it's a modern way of programming anyway, unlike procedural,
sequential applications. Or maybe I don't understand what you mean with
"klunky"...

As for JavaScript and ATLAS, it's very necessary to understand how the web
works to program web applications. JavaScript is a very powerful language,
and very flexible. But most JavaScript programmers don't truly understand
this power, and use it wrongly.

I think that many desktop applications programmers have a hard time
changing to web application programming, because the concepts are very
different, because of certain limitations that have to be considered,
etc... Each scenario calls for a careful analysis, helping you to choose
which application model you need. For the records, in the project I work
on now, we are spending a lot of time carefully analysing the
alternatives. For us, the possible candidates are: A classical web
application, a web application with WPF/E, a XBAP application, a WPF
application deployed via ClickOnce, or a WPF application deployed via MSI
installation. WinForms are not an interesting alternative for us anymore.
>>
BTW, it's not that I am "worried." I think it would be nirvana to write
functionality in Windows Forms.

Since I started working with WPF, it's not really attractive for me to go
back to Windows Forms... I guess that every technology brings a whole new
world of possibilities ;-)
>T

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

Sep 4 '06 #8
Hi Tina,

Tina wrote:
Laurent,
After reading up on this a bit it seems that the idea of WinFroms deployed
via clickOnce has been replaced by Extensible Application Markup Language
Browser Applications (XBAP).
No, I don't think that's correct. I think that WPF applications will
eventually replace WinForms, but XBAP will target another group of
users. XBAPs are richer applications than HTML, but have less rights
than installed, standalone applications. I really see that as a new
target. Think of XBAPs a little like Flash applications without the HTML
"container" around it.
I went to the MSDN page where it looks like I can download beta WINFX 3.0
software but I'm afraid to do that on my main dev box because Beta software
usually gums up things when the release version comes out.

Is it viable to write XBAP apps today with the beta software?
Yes, the current CTP (community technology preview) is very stable. I
know that many firms are even starting to develop productive software
with WPF. In any case it is more than sufficient to test the concepts
and write prototypes.

I recommend against the July CTP though. It is not complete (the
development environment is missing). Rather install the June CTP. See here:
http://geekswithblogs.net/lbugnion/a.../02/83859.aspx
Does XBAP eliminate the need for ATLAS and JavaScript?
No. Absolutely not. It's a very different scenario. What the future
(say, what web apps will be in 5 to 10 years) is difficult to know, but
I am very confident that HTML based applications will still be developed
then, and also other RIAs (rich internet applications), for example with
WPF or other technologies. The next years are really going to be
incredibly interesting, stay posted ;-)
(i notice there is a link to a "Blackjack Express Demo" XBAP application but
it just leads to a download page where I have to build it myself using the
beta software. Is there anyplace where I run an XBAP app in my browser?)
I have a few prototypes on my site
http://www.galasoft-lb.ch/mydotnet/W...veX/index.html
http://www.galasoft-lb.ch/mydotnet/W...dow/index.html
http://www.galasoft-lb.ch/mydotnet/W...Ups/index.html

but they're really just prototypes, or proof of concepts. Additionally,
there is my WPF demo here
http://www.galasoft-lb.ch/mydotnet/G...emo/index.html

However the demo is standalone. For very nice XBAP apps, check this:
http://www.valil.com/winfx/Valil.Chess.WinFX.xbap
http://www.valil.com/CrystalBall/CrystalBall.xbap

There are more out there, keep in mind though that you need to have the
correct version of the framework installed.

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
Sep 4 '06 #9

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

Similar topics

5
by: Danny Tuppeny | last post by:
I've been playing around with ClickOnce today, and it's all good stuff. Except, that if I change my application to NOT be full trust (which seems to...
1
by: Kiran_Juikar | last post by:
My application is already installed on the client machines & I am using Application Updater blockfor Auto Upgrades. Can I replace Updater blocks...
3
by: Asaf | last post by:
Hi, After publishing my test application using ClickOnce with VS.NET 2005 I am getting these warnings: Warning: Could not download...
11
by: moondaddy | last post by:
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where users can access it from. I created an application folder in IIS where I'm...
1
by: moondaddy | last post by:
I have a .net 2.0 winforms app which I'm deploying via clickonce. Unfortunately one of the things that needs to be installed during the clickonce...
2
by: Alex Bögli | last post by:
Hi I have a rather advanced deployment scenario and wanted to know, if anyone has an idea how to accomplish that with ClickOnce: We are...
2
by: Michael D. Reed | last post by:
I am using ClickOnce to distribute a program. It works well except for one detail. When a new version is installed, the program does not...
1
by: Earl | last post by:
Is ClickOnce deployment appropriate for an app where you have to ensure that the user has the correct framework installed (2.0) and also installs...
3
by: =?Utf-8?B?S2VuIExlbWlldXg=?= | last post by:
My clickonce app fails when the install button on the publish.htm page is clicked. User is prompted with a "Cannot Start Application" dialog....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.