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

Need advice on which technology for web consumer

Hello.

I'm new to all of this. I developed a web consuming windows
application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322,
ASP.NET 1.1.4322, IIS 5.1.

I started converting it to an ASP.NET Web Application because i thought it
would be neater to have the explorer interface.

However, it has become quite a learning experience trying to understand how
web forms work as compared to a windows form.

Is it better to have a web form based program for web consuming over a
standard windows form based program ?

The only thing that attracted me to Web forms, is the ability to run the
program from one location and not have to install it on each machine that
needs it.

I'm not opposed to the additional learning curve if some benefit is derived.

Any replies would be gratefully appreciated.

Thanks,
Tony
Sep 11 '06 #1
3 1169
Hi,

In general you are better off with a web application, you can run it
from anywhere, even a computer in an other country and your users can
also run it from Mac and Linux computers, not just Windows. You also get
the superior features and rendering of Mozilla FireFox to play with, but
your app can degrade gracefully for IE7. You also don't have to worry
about users having Admin rights to install the app and the maintenance
thereof. You also don't have to manage versions - the web app is ALWAYS
the latest version.

WinForms are pretty much dead anyway, and it's now XAML and Avalon, but
the trouble is you have to keep re-writing the app each time Microsoft
change the UI technology.

Unfortunately, Visual Studio is not very well suited to web apps; they
try to make it seem like a Windows app which is a mistake. The best way
to create a web app is to use open-source tools and open-standards
techniques. In general it's much quicker this way because you lose all
the bloat, limitations and dependencies of the .NET framework, and you
can also run your app on different kinds of servers, not just Windows.

Tony Girgenti wrote:
Hello.

I'm new to all of this. I developed a web consuming windows
application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322,
ASP.NET 1.1.4322, IIS 5.1.

I started converting it to an ASP.NET Web Application because i thought it
would be neater to have the explorer interface.

However, it has become quite a learning experience trying to understand how
web forms work as compared to a windows form.

Is it better to have a web form based program for web consuming over a
standard windows form based program ?

The only thing that attracted me to Web forms, is the ability to run the
program from one location and not have to install it on each machine that
needs it.

I'm not opposed to the additional learning curve if some benefit is derived.

Any replies would be gratefully appreciated.

Thanks,
Tony


--
Gerry Hickman (London UK)
Sep 11 '06 #2
No, web apps have all different issues......

Truth is, use what works best for the need.

I have seen web technology change more in web apps than windows apps. Try to
keep the UI seperate from the business logic, then just add whatever UI on
top as needed.

Schneider

"Gerry Hickman" <ge********@newsgroup.nospamwrote in message
news:Oc**************@TK2MSFTNGP03.phx.gbl...
Hi,

In general you are better off with a web application, you can run it
from anywhere, even a computer in an other country and your users can
also run it from Mac and Linux computers, not just Windows. You also get
the superior features and rendering of Mozilla FireFox to play with, but
your app can degrade gracefully for IE7. You also don't have to worry
about users having Admin rights to install the app and the maintenance
thereof. You also don't have to manage versions - the web app is ALWAYS
the latest version.

WinForms are pretty much dead anyway, and it's now XAML and Avalon, but
the trouble is you have to keep re-writing the app each time Microsoft
change the UI technology.

Unfortunately, Visual Studio is not very well suited to web apps; they
try to make it seem like a Windows app which is a mistake. The best way
to create a web app is to use open-source tools and open-standards
techniques. In general it's much quicker this way because you lose all
the bloat, limitations and dependencies of the .NET framework, and you
can also run your app on different kinds of servers, not just Windows.

Tony Girgenti wrote:
Hello.

I'm new to all of this. I developed a web consuming windows
application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322,
ASP.NET 1.1.4322, IIS 5.1.

I started converting it to an ASP.NET Web Application because i thought
it
would be neater to have the explorer interface.

However, it has become quite a learning experience trying to understand
how
web forms work as compared to a windows form.

Is it better to have a web form based program for web consuming over a
standard windows form based program ?

The only thing that attracted me to Web forms, is the ability to run the
program from one location and not have to install it on each machine
that
needs it.

I'm not opposed to the additional learning curve if some benefit is
derived.

Any replies would be gratefully appreciated.

Thanks,
Tony


--
Gerry Hickman (London UK)

Sep 11 '06 #3
Hi,

schneider wrote:
No, web apps have all different issues......

Truth is, use what works best for the need.

I have seen web technology change more in web apps than windows apps. Try to
keep the UI seperate from the business logic, then just add whatever UI on
top as needed.

Schneider
I agree. With the coming of WPF and XBAPs, a 3rd type of applications is
likely to become extremely popular in the near future: RIAs or Rich
Internet Applications. They already exist, but with .NET 3.0 installed
on every Vista machine, and XAML growing very popular soon, it will be
yet another choice for the user. However I do not believe that they will
kill ASP.NET (Microsoft also doesn't believe so, or else it wouldn't
have invested that much in ATLAS), and each use case will need to be
carefully evaluated, and the appropriate type of application developed.

The next years will be very exciting.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Sep 12 '06 #4

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

Similar topics

75
by: Howard Nease | last post by:
Hello, everyone. I would appreciate any advice that someone could give me on my future career path. Here is my situation: I am a bright Junior in a very well-respected private high school, taking...
0
by: Gary Stollman | last post by:
My Father is a Clone//ETs plotting to overthrow the human race! On August 19, 1987 a gun-carrying Gary Stollman entered the studio of Los Angeles's KNBC television, crashing consumer reporter...
2
by: Roshawn Dawson | last post by:
Hi, This might be a stupid question, but which offers better performance when processing xml? Is it the XmlDocument, XPathDocument, or just using an XSLT file? Thanks, Roshawn
4
by: Leonardo Hyppolito | last post by:
Hello, I am trying to write a multithread program that simulates producers and consumers. My program can have many producers and many consumers (each in a separate thread). It has a storage...
8
by: Sai Kit Tong | last post by:
In the article, the description for "Modiy DLL That Contains Consumers That Use Managed Code and DLL Exports or Managed Entry Points" suggests the creation of the class ManagedWrapper. If I...
18
by: Q. John Chen | last post by:
I have Vidation Controls First One: Simple exluce certain special characters: say no a or b or c in the string: * Second One: I required date be entered in "MM/DD/YYYY" format: //+4 How...
3
by: Tony Girgenti | last post by:
Hello. I'm new to all of this. I developed a web consuming windows application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322, ASP.NET 1.1.4322, IIS 5.1. I started converting it...
10
by: preethamkumark | last post by:
- The program first creates a shared memory buffer containing an array of 20 integers. - Each slot of the buffer can have either 0 or 1, where 0 represents an empty slot, and 1 represents an...
2
by: pbd22 | last post by:
Hi. I am getting the error: "Thread is running or terminated. It cannot restart." It is happening inside a file upload loop where a thread is created for each file (reporting bytes). After the...
1
by: GADOI | last post by:
Hello: I have on sql 2000 a stored procedure that I call from a webs ervice. I was returning a dataset, but the overhead is killing me: I need to return about 3000 records and it is taking too...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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...

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.