Out of the frying pan....into the fire...

J

Jim Hubbard

With .Net, we were supposed to get rid of DLL hell (which was a myth to
begin with). However, with the release of 3 .Net frameworks (and many more
to come) and the associated service packs, aren't we back to something just
as bad?

If a client doesn't have the version of .Net that you coded the app in, you
will have to provide it (and the associated bloat that goes with it).

What have we gained with .Net?

---------------------------------------------

There is an answer (at least for my team). Recently it has become a
considerably more pricey answer, but it is still an answer to DLL hell and
..Net version hell. It's Thinstall.

I have used it for a long time, and love it. Now, the pricing model is
different ($4,000 for a single application license), but it will pay for
itself in reduced help desk calls if you are distributing software that
people must pay for - especially if you have a large customer base. (If you
are just a tinkerer in software or distribute free software, it's probably
not worth it.)

No, I don't get paid for mentioning them. (If they read this and just WANT
to pay me....I guess that'd be OK too. ; ) ) But, you can get 5% off for
mentioning my email address as a promotion code. It's jim UNDERSCORE
UNDERSCORE hubbard @ h0tm@1l d0t com .

Jonathan Clark and his team are always available to help with any
issues.....now if he could just do something about the price so that smaller
developers could afford to play with it......

Jim Hubbard
 
F

Fredrik Wahlgren

Jim Hubbard said:
With .Net, we were supposed to get rid of DLL hell (which was a myth to
begin with). However, with the release of 3 .Net frameworks (and many more
to come) and the associated service packs, aren't we back to something just
as bad?

If a client doesn't have the version of .Net that you coded the app in, you
will have to provide it (and the associated bloat that goes with it).

What have we gained with .Net?

---------------------------------------------

There is an answer (at least for my team). Recently it has become a
considerably more pricey answer, but it is still an answer to DLL hell and
.Net version hell. It's Thinstall.

I have used it for a long time, and love it. Now, the pricing model is
different ($4,000 for a single application license), but it will pay for
itself in reduced help desk calls if you are distributing software that
people must pay for - especially if you have a large customer base. (If you
are just a tinkerer in software or distribute free software, it's probably
not worth it.)

No, I don't get paid for mentioning them. (If they read this and just WANT
to pay me....I guess that'd be OK too. ; ) ) But, you can get 5% off for
mentioning my email address as a promotion code. It's jim UNDERSCORE
UNDERSCORE hubbard @ h0tm@1l d0t com .

Jonathan Clark and his team are always available to help with any
issues.....now if he could just do something about the price so that smaller
developers could afford to play with it......

Jim Hubbard

Maybe. I have noticed that many wish to mkae code that works with either the
1.0 version or 1.1. If this is possible, then we have a DllHell 2.0
scenario, right?

/Fredrik
 
J

Jim Hubbard

Maybe. I have noticed that many wish to mkae code that works with either
the
1.0 version or 1.1. If this is possible, then we have a DllHell 2.0
scenario, right?

/Fredrik

Microsoft has been pretty good at bringing code forward in .Net with only a
recompile. Not perfect....but pretty good.

Problem is....do you really want to recompile all of your code and
redistribute it every time there is a substantial shift in .Net? I know I
don't.

Jim Hubbard
 
W

W.G. Ryan eMVP

How so? I've done this a bunch and don't really find it much of a problem
at all.
 
F

Fredrik Wahlgren

Jim Hubbard said:
Microsoft has been pretty good at bringing code forward in .Net with only a
recompile. Not perfect....but pretty good.

Problem is....do you really want to recompile all of your code and
redistribute it every time there is a substantial shift in .Net? I know I
don't.

Jim Hubbard

Neither would I. It's like having to recompile whenever there's a new
version of Windows.

/Fredrik
 
J

John Saunders

Jim Hubbard said:
With .Net, we were supposed to get rid of DLL hell (which was a myth to
begin with). However, with the release of 3 .Net frameworks (and many
more to come) and the associated service packs, aren't we back to
something just as bad?

If a client doesn't have the version of .Net that you coded the app in,
you will have to provide it (and the associated bloat that goes with it).

No. Why do you think that? Just code it to the minimum version you want to
support.

John Saunders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top