473,765 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Future of the NET (HTML --> Winform/XML) ?

Is it safe to say that winforms coupled with soap/xml will be the future
trend of the internet browsing experience down the line?

In essence, corp web sites shift from HTML based browsers --> Winform EXE
style browsing experience? If this is the case, how far down the line
could this become a reality? Will the .NET Framework ship with longhorn
(Future Ver. Windows) ?

Thanks,
Amit Chandel
Jul 21 '05 #1
3 2097
Hi,

Amit Chandel wrote:
Is it safe to say that winforms coupled with soap/xml will be the
future trend of the internet browsing experience down the line?
This seems very unlikely. Why lose custom from those using non-windows
operating systems, or those that like their browsers (some people still use
text browsers)?
In essence, corp web sites shift from HTML based browsers --> Winform
EXE style browsing experience? If this is the case, how far down the
line could this become a reality? Will the .NET Framework ship with
longhorn (Future Ver. Windows) ?


It's highly unlikely.. and if it does happen I just won't be using those
companies web sites/programs/whatever.

-- Pete
Jul 21 '05 #2
Pete,

It could be cross platform, much like java apps are today. You simply
download the runtime. I guess the point I'm trying to make is that if we
had a KIOSK style EXE, it would be so much more powerful and faster than
todays internet. Assemblies would be downloaded to the client (Windows,
Linux, CellPhone, PocketPC, Car). Instead of having a GET POST HTTP, you
would have a direct connection to the central server. Most of the
processing and rendering could be distributed to the client.

You could harness in essence everything you would from distributing an EXE.
Code would be secure, data and content would also be secure. Layout, Table
Align would not be an issue. It is far less difficult to hack into an EXE,
than it is to simply jumble around with the query string.

Web sites wouldn't even have to graphical, or text based, they would become
services. Going to checkmycar.com from your car console would again
download assemblies, and run a diagnotic for a fee. I'm sure this is quite
far down the line, but it seems, having an EXE run on cross platform
devices would be the next logical step in harnessing the power of the net.

"Pete" <pv*****@gawab. com> wrote in
news:wm******** *******@newsfep 3-gui.server.ntli .net:
Hi,

Amit Chandel wrote:
Is it safe to say that winforms coupled with soap/xml will be the
future trend of the internet browsing experience down the line?


This seems very unlikely. Why lose custom from those using non-windows
operating systems, or those that like their browsers (some people
still use text browsers)?
In essence, corp web sites shift from HTML based browsers --> Winform
EXE style browsing experience? If this is the case, how far down the
line could this become a reality? Will the .NET Framework ship with
longhorn (Future Ver. Windows) ?


It's highly unlikely.. and if it does happen I just won't be using
those companies web sites/programs/whatever.

-- Pete


Jul 21 '05 #3
Hi,
It could be cross platform, much like java apps are today. You simply
download the runtime. I guess the point I'm trying to make is that
if we had a KIOSK style EXE, it would be so much more powerful and
faster than todays internet. Assemblies would be downloaded to the
client (Windows, Linux, CellPhone, PocketPC, Car). Instead of having
a GET POST HTTP, you would have a direct connection to the central
server. Most of the processing and rendering could be distributed to
the client.
Download the runtime? There is no supported runtime for other operating
systems -- only mono and whatever the other one is called. They don't
support winforms and never will completely (unless winforms is reorganised
so we don't need p/invoke quite so often).

Also.. you say it would be faster, but your original post implied we would
be downloading an app for each companies "website". This would take quite a
bit longer than just loading html text into a browser (not to mention the
time taken for a winforms app to start). Unless you meant downloading one
app for all companies.. in which case I fail to see the difference from a
browser.
Web sites wouldn't even have to graphical, or text based, they would
become services. Going to checkmycar.com from your car console would
again download assemblies, and run a diagnotic for a fee. I'm sure
this is quite far down the line, but it seems, having an EXE run on
cross platform devices would be the next logical step in harnessing
the power of the net.


Checkmycar sounds like something I'd rather own and be able to run whenever
I'd like.. i.e. a normal app. I see no need for this to be distributed over
the web. All you would be doing is increasing my costs by forcing me to pay
each time I need something (lets not give microsoft too many ideas, okay?).

-- Pete
Jul 21 '05 #4

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

Similar topics

0
1689
by: Maciek Zywno | last post by:
hello experts! I am using java to create URL connection and get wml or html file fro mremote server. Then I am using SAXParser ( org.xml.sax.helpers.DefaultHandler ) to parse it. The problem is that not all html/wml files are xml standard. So I need to change in some way the downloaded html/wml file so that it could be parsed by the Parser. I am looking for some java package that would convert html/wml to xml
2
2863
by: Joe Price | last post by:
Hi chaps I've got an XML file, within that file i've embedded html code using the <!]> tag I'm displaying that xml file through a browser using an xsl style sheet. However it is displaying any html from the xml file as text, ie its displaying as text <br/> and <b> etc
1
1124
by: Tobias | last post by:
Hy, I have the following Problem: XML-File: <?xml version="1.0" encoding="UTF-8"?> <sf xmlns="blabla"> .... XSL-File: <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0"
5
7120
by: alejandro lapeyre | last post by:
How can I load / parse an HTML file with .NET? Thanks! Best regards, Alejandro Lapeyre
3
330
by: Amit Chandel | last post by:
Is it safe to say that winforms coupled with soap/xml will be the future trend of the internet browsing experience down the line? In essence, corp web sites shift from HTML based browsers --> Winform EXE style browsing experience? If this is the case, how far down the line could this become a reality? Will the .NET Framework ship with longhorn (Future Ver. Windows) ? Thanks, Amit Chandel
6
7092
by: Joerg Battermann | last post by:
Hey there, mmmm does anyone know a library or anything I can use to convert plaintext to html real quick and vice-versa? Regex surely would do the trick to a certain level, but maybe there's already a useful library out there which I might have a look at.. Thanks, -J
4
4865
by: Rick Walsh | last post by:
I have an HTML table in the following format: <table> <tr><td>Header 1</td><td>Header 2</td></tr> <tr><td>1</td><td>2</td></tr> <tr><td>3</td><td>4</td></tr> <tr><td>5</td><td>6</td></tr> </table> With an XSLT styles sheet, I can use for-each to grab the values in
1
2381
by: prakash280681 | last post by:
how to get the correct result when we parse the xml code.Because in parsing when it get the syntax like < and & it break it and forward.. i use the code---- <?php $xml_file = "news.xml"; $title_key ="#CHANNEL#ITEM#TITLE"; //XML tag keys
1
2987
by: SM | last post by:
Hello, I have a couple of XML files that represent articles. Each XML file is unique. Meaning that overall the structure is the same but some tags in the xml file are not in the same place or doesn't exist. i.e. <DOC> <title>Book title</title> <p>This is a paragrap</p> <header>Header</header>
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9951
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.