Groups | Blog | Home
all groups > dotnet general > april 2006 >

dotnet general : Smart Client vs. asp.net


Tina
4/22/2006 2:28:43 PM
I have been developing ASP.Net apps for over three years now. I've only
done a couple of forms apps in .Net back when I was first learning .Net.
(I've done lots of forms apps in Delphi before .Net) I recall reading at
that time that a major feature of .Net was that we would be able to write
"Smart Client" applications that would be Forms apps that would be small and
xcopy down to the client machine and execute while communicating to the
database back on the server. They would not be security threats because
they would operate within various defined permission levels. This would be
the best of both worlds.

Did that come true? I'm guessing that if it did, nobody would be writing
ASP apps anymore, but I'm posting this message to try to get a high level
read on how that technology is working out.

Can someone help me out?

Regards,
T

Lebesgue
4/23/2006 1:01:50 AM
Yes, you're right. Clickonce that came with .NET 2.0 works exactly as you
described - xcopy no touch deployment, defined permission levels, plus
optional automatic updates, all with the comfort of a winform application.
Read http://msdn.microsoft.com/msdnmag/issues/04/05/ClickOnce/ or google for
clickonce, you will find a lot of useful information.

[quoted text, click to view]

Tina
4/23/2006 4:22:50 PM
Lebesgue,
Thanks. That is exactly what I was looking for. It doesn't sound like it
would be vialble for external web sites until Microsoft packages the .Net
framework into windows. Maybe it will be in Vista?

Anyway, I'm going through the docs. Hope there are no big catches in the
technology.
T

[quoted text, click to view]

Lebesgue
4/24/2006 1:33:58 AM
..NET framework can be deployed with the ClickOnce application and installed
automatically when not present at the target machine. This applies for both
web installation, when it's downloaded automatically and installlation from
a CD-ROM, when you burn and redistribute the framework with the application.

[quoted text, click to view]

AddThis Social Bookmark Button