473,796 Members | 2,585 Online
Bytes | Software Development & Data Engineering Community
+ 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 2457
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**********@n ospammeexcite.c om> wrote in message
news:uB******** ******@TK2MSFTN GP05.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******** ******@TK2MSFTN GP03.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**********@n ospammeexcite.c om> wrote in message
news:uB******** ******@TK2MSFTN GP05.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**********@n ospammeexcite.c om> wrote in message
news:O$******** ******@TK2MSFTN GP04.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******** ******@TK2MSFTN GP03.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**********@n ospammeexcite.c om> wrote in message
news:uB******** ******@TK2MSFTN GP05.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
3413
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 as ff: typedef struct { float *data ; int count ;
6
3100
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 memory, disk, network etc) needs to be returned by the smart pointer on access. I was thinking of using the function call operator () since that can take arguments e.g :-
3
2664
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 on the subject? (and yes, I have already googled it at length, but still no strong decision) ============= After a long stint of pure-desktop / pure-server applications, I'm currently working on a number of smart-client projects in C# using...
2
2405
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 installing anything on the client (but I hate HTML and markup in general and it's limitations, the request/response model, state management, etc). AFAIK, Smart apps or smart clients or whatever we call them are simply variations of Web applications...
1
2435
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. First I want to change my Local OCX control and replace it with a smart client. Is there any way the smart client can be called form a web application? Also please suggest me a good site where I can see some examples and build a smart client...
3
326
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
2074
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 application on the client, that communicates with an application on the server via Webservices/Remoting/..) I would somehow think a smart client, but would just like to have the
1
3522
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 certificate along with message level security. (Right now the web services are consumed only by the smart client application in intranet environment. However, few services would be exposed as enterprise services in future. Such services can be...
4
3209
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
1485
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 window and makes a HTTP request with a big raw postdata to a remote server. 2. In this web browser window a Java Applet based application shall start and he will retrieve the posted data and he will work with it.
0
9525
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
10452
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...
0
10003
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
9050
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
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();...
1
4115
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
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
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.