Re: Will ClickOnce replace a lot of ASP.Net

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
.



Relevant Pages

  • Re: Will ClickOnce replace a lot of ASP.Net
    ... Is it viable to write XBAP apps today with the beta software? ... Does XBAP eliminate the need for ATLAS and JavaScript? ... develop enterprise applications with ASP.Net - not public web sites. ... doing, but it's a modern way of programming anyway, unlike procedural, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Spritefile & BASIC OPENOUT (PRINT#) internal file format...
    ... BBC BASIC for Windows that I am aware of: ... I call the routines in FFTW.DLL from BB4W; ... will be just one of thousands of 'legacy' applications that stop ... programming tasks, ...
    (comp.sys.acorn.programmer)
  • Re: DLLs resident in memory
    ... the stack upon termination (aka "memory leak"). ... programming or a conflict between applications, ... If you are having problems with a Windows ... Once I run a few compute-intensive applications ...
    (microsoft.public.windowsxp.general)
  • Re: Windows Procedural Programming
    ... You can create windows programs (including DirectX ... A pure Windows SDK program has the following structure. ... For SDK programming you could start with Programming Windows by Charles ... applications for you to modify. ...
    (comp.programming)
  • Re: Looking for PHP library to develop windows like apps through the web - is there one?
    ... > to a windows like application as possible. ... Web applications are more complex than Windows programming because ... There were some efforts in trying to make Web programming like Windows ...
    (comp.lang.php)