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

Have you distributed a .Net application?

Have you distributed a .Net application? How about one to the general
public?

I am writing an application that I had rather do in .Net, however, the
20+ MB dotnetfx.exe worries me. What about potential users on 56k modems
(still almost 50% of internet users in the US alone)? Do they dl or just
skip it?

It'd be neat if MS would send out something that urged (required may be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in .net
and giving it away. (That'd be better than requiring them, but would still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."
Jul 21 '05 #1
10 1267
If your clients will be web based (which it sounds like they will be), then
why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.
"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general
public?

I am writing an application that I had rather do in .Net, however, the
20+ MB dotnetfx.exe worries me. What about potential users on 56k modems
(still almost 50% of internet users in the US alone)? Do they dl or just
skip it?

It'd be neat if MS would send out something that urged (required may be nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in .net
and giving it away. (That'd be better than requiring them, but would still miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."

Jul 21 '05 #2
My 2 cents, Canadian ;)

I have distributed a .NET app to the public. Since our application's setup
without .NET Framework Redist is still 80mb, another 20mb isn't an issue.
We also distribute on CD.

Pretty soon I imagine a lot of software will have the .NET Runtimes on CD as
well (i.e. Office)
Also, newer computers are coming with Framework 1.1 pre-installed (Dell for
example)
So I don't think it will be an issue in the next year or two.
Also in Canada the majority of Internet users seem to have Broadband :)

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be), then why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.

"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may

be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in ..net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."


Jul 21 '05 #3
That's not an option with this particular application. It is designed to
interact with the user's desktop.

Thanks for your input

Jim

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be), then why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The .NET
Framework only need be on the web server and there is nothing to distribute.

"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may

be
nice) ALL MS os users to run an activex control that installed the .Net
framework. To do this though, it may take MS making a KILLER app in ..net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."


Jul 21 '05 #4
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

"Paul Hetherington" <pN*****************@vNiOsSuPaAlMstatement.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
My 2 cents, Canadian ;)

I have distributed a .NET app to the public. Since our application's setup without .NET Framework Redist is still 80mb, another 20mb isn't an issue.
We also distribute on CD.

Pretty soon I imagine a lot of software will have the .NET Runtimes on CD as well (i.e. Office)
Also, newer computers are coming with Framework 1.1 pre-installed (Dell for example)
So I don't think it will be an issue in the next year or two.
Also in Canada the majority of Internet users seem to have Broadband :)

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
If your clients will be web based (which it sounds like they will be),

then
why not make your application an ASP.NET Web Project? This way the only
thing your clients need is a browser (which they already have). The ..NET
Framework only need be on the web server and there is nothing to

distribute.


"Jim Hubbard" <va***@email.address> wrote in message
news:OT**************@bignews6.bellsouth.net...
Have you distributed a .Net application? How about one to the general public?

I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about potential users on 56k modems (still almost 50% of internet users in the US alone)? Do they dl or just skip it?

It'd be neat if MS would send out something that urged (required may be
nice) ALL MS os users to run an activex control that installed the
..Net framework. To do this though, it may take MS making a KILLER app in

.net and giving it away. (That'd be better than requiring them, but would

still
miss many users I'm sure.)

Your observations are welcome.

--
Jim Hubbard

"Luck is what happens when preparation meets opportunity."



Jul 21 '05 #5

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future
Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]
Jul 21 '05 #6
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right
now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future
Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]

Jul 21 '05 #7
win95 still...uckk!
That has got to suck developing for. Most new technologies arn't supported
on win95 any longer.

good luck,
Paul

"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]


Jul 21 '05 #8
Could have sworn I read somewhere that running the .NET Framework on Win95
is not supported.
"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
Hmmmm.... my app will be *much* smaller than the .net framework
redistribution.

I would love to write it in .Net, but I think I will go old school right now....at least until the framework is distributed more.

Thanks for your input.

Jim

You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]


Jul 21 '05 #9
..NET isn't supported on Win95, Neither is DirectX 8.1 or DirectX 9
Heck the machines that came with Win95 on them would probably have a hard
time running most modern software applications.

Glad my company decided to follow suit and ditched requiring our products to
be supported on '95.

-
Paul

"Scott M." <s-***@badspamsnet.net> wrote in message
news:ug**************@TK2MSFTNGP11.phx.gbl...
Could have sworn I read somewhere that running the .NET Framework on Win95
is not supported.
"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
> Hmmmm.... my app will be *much* smaller than the .net framework
> redistribution.
>
> I would love to write it in .Net, but I think I will go old school

right > now....at least until the framework is distributed more.
>
> Thanks for your input.
>
> Jim
>
You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]



Jul 21 '05 #10
Really.... I was one of the geeks in line outside CompUSA at midnight to
get the first release of Win98.

I feel left behind now if I'm not running the current beta on at least one
machine.

I can't imagine being that far behind. In fact, I sometimes have trouble
remembering the stuff I need to to program for those old machines - so I
keep a large library and push customer to upgrade a lot.

I have found that a lot of small businesses have a legitimate concern when
upgrading their OS. The older software they bought for the older OS
obviously hasn't been tested or approved for the new OS, and moving to an
untested OS frequently voids their support options. This means that not
only do they have the expense of a new OS and a knowledgeable person to
install it, they also have to buy a whole slew of new programs, take time to
upgrade the machines and take time to learn the nuances of the new OS and
software packages.

So they are looking at considerable time and money expenditures to upgrade.
A lot of them don't have the budget for IT (get it?).

MS should make all OS upgrades backwards compatible for 2 versions (just
like reputable software manufacturers do). Of course some people would
still wait until the last minute before making a change.

Jim
"Paul Hetherington" <pN*****************@vNiOsSuPaAlMstatement.com> wrote in
message news:%2****************@TK2MSFTNGP09.phx.gbl...
win95 still...uckk!
That has got to suck developing for. Most new technologies arn't supported on win95 any longer.

good luck,
Paul

"Jim Hubbard" <va***@email.address> wrote in message
news:pN***************@bignews4.bellsouth.net...
Sounds great....but I am still working with people on Win95 and Win98.

Can you believe it? They are mostly not very technically savvy (to put it
kindly) and stick with the bare minimum required to do a job.

It's a sad, sad world.

Jim

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

"Jim Hubbard" <va***@email.address> wrote in message
news:P9****************@bignews6.bellsouth.net...
> Hmmmm.... my app will be *much* smaller than the .net framework
> redistribution.
>
> I would love to write it in .Net, but I think I will go old school

right > now....at least until the framework is distributed more.
>
> Thanks for your input.
>
> Jim
>
You'll not have long to wait, as the .NET framework will be in all future Windows OS versions, IIRC. That will remove your concern.

--
Peter - [MVP - Academic]



Jul 21 '05 #11

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

Similar topics

0
by: Constandinos Mavromoustakis | last post by:
CFP: CLADE 2004-Challenges of Large Applications in Distributed Environments ------------------------------------------------- PhD student - Dept.Informatics at Aristotle University of...
39
by: Steven T. Hatton | last post by:
I came across this while looking for information on C++ and CORBA: http://www.zeroc.com/ice.html. It got me to wondering why I need two different languages in order to write distributed computing...
3
by: apngss | last post by:
When an application needs to get information from another machine over the network, how many distributed computing choices out there? Here are the choices in microsoft technology: ..NET is...
2
by: Curious | last post by:
Hi, I need to write a distributed application. I am searching on the net to see what their is available regarding how to write distributed applications using the Dot Net. Can someone give me...
4
by: tsui | last post by:
Dear all Someone say that past is Client/Server application, and now is distributed application, but i don't understand these terms Is it Client/Server application is mean two tiers, and only one...
3
by: Tim Marsden | last post by:
I am new to distributed application programming. Could anybody give me advice on how to accomplish the following? I am writing in VB.NET. I would like to keep away from web services and IIS if...
0
by: RJN | last post by:
Hi I'm using ServiceConfig class for handling across component transactions. My .Net application is running on windows 2003 server. database is SQLServer. The application works fine if the...
10
by: Jim Hubbard | last post by:
Have you distributed a .Net application? How about one to the general public? I am writing an application that I had rather do in .Net, however, the 20+ MB dotnetfx.exe worries me. What about...
4
by: JB | last post by:
Hi All, I need to write my first "distributed" application and due to my lack of knowledge and experience in that area, I'm stuck on the first big design decision. Reading a lot on distributed...
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: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.