473,473 Members | 1,571 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Smart Client vs. asp.net

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
Apr 22 '06 #1
3 2447
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/is.../05/ClickOnce/ or google for
clickonce, you will find a lot of useful information.

"Tina" <ti**********@nospammeexcite.com> wrote in message
news:uB**************@TK2MSFTNGP05.phx.gbl...
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

Apr 23 '06 #2
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

"Lebesgue" <le******@gmail.com> wrote in message
news:uR**************@TK2MSFTNGP03.phx.gbl...
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/is.../05/ClickOnce/ or google
for clickonce, you will find a lot of useful information.

"Tina" <ti**********@nospammeexcite.com> wrote in message
news:uB**************@TK2MSFTNGP05.phx.gbl...
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


Apr 23 '06 #3
..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.

"Tina" <ti**********@nospammeexcite.com> wrote in message
news:O$**************@TK2MSFTNGP04.phx.gbl...
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

"Lebesgue" <le******@gmail.com> wrote in message
news:uR**************@TK2MSFTNGP03.phx.gbl...
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/is.../05/ClickOnce/ or google
for clickonce, you will find a lot of useful information.

"Tina" <ti**********@nospammeexcite.com> wrote in message
news:uB**************@TK2MSFTNGP05.phx.gbl...
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



Apr 23 '06 #4

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

Similar topics

27
by: Susan Baker | last post by:
Hi, I'm just reading about smart pointers.. I have some existing C code that I would like to provide wrapper classes for. Specifically, I would like to provide wrappers for two stucts defined...
6
by: Shankar | last post by:
Hello, We have a smart pointer class which provides the dereference operator -> to access the underlying object pointer. Now, we have a new requirement where a different type of object (e.g from...
3
by: Marc Gravell | last post by:
Kind of an open question on best-practice for smart-client design. I'd really appreciate anyones views (preferably with reasoning, but I'll take what I get...). Or if anybody has any useful links...
2
by: Jeff | last post by:
Please note this is NOT a rant or complaint! And yes, I'm over-simplifying, but intentionally. Here goes... With ASP.NET Web applications I like that I can access data from anywhere without...
1
by: HM | last post by:
Hi, I have an existing web application in ASP/VB which uses OCX controls. I want to replace them with a Smart client solution, but I do not want to change the whole application at the first go....
3
by: jack | last post by:
HI all im have heard little of smart client and wanted to implement it .. is there any one who could help me with some example or some explanation of smart client please . Thanks for replying me.
10
by: Pieter Coucke | last post by:
Hi, What's in general the most performant for a VB.NET Windows Forms (2.0) application: - a fat client (everything one the client, the server hosts only the database) - a smart client (an...
1
by: Rasheed | last post by:
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509...
4
by: Ronald S. Cook | last post by:
What is Smart Client Software Factory and how does it related to/fit in with Composite UI Application Block (CAB)? Thanks, Ron
0
by: Ekart Laszlo | last post by:
Hi, there We have currently a Java Applet based solution that we would like to rewrite to a .NET solution. The scenario is the following: 1. Starter Client application opens up a web browser...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.