473,668 Members | 2,355 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

client/server smart client recommendation?

Hi all. I need to create an app that runs both at individual client PCs, on
the client's on-site server, and on a main server depending on network
connectivity, probably w/ database replication.

What technologies should I use so that the software running on all three
locations looks the same, scales from the single PC to the site server, to a
master off-site server, WITHOUT writing different software for each "tier?"
Moreover, the # of tiers could increase.

I'm guessing WPF and SQL Express / Server to start...
Sep 1 '07 #1
2 1262
"Chris Bordeman"
<RE************ *************** *************** ********@hhoott mmaaiill.com>
wrote in message news:OH******** ******@TK2MSFTN GP06.phx.gbl...
Hi all. I need to create an app that runs both at individual client PCs,
on the client's on-site server, and on a main server depending on network
connectivity, probably w/ database replication.

What technologies should I use so that the software running on all three
locations looks the same, scales from the single PC to the site server, to
a master off-site server, WITHOUT writing different software for each
"tier?" Moreover, the # of tiers could increase.

I'm guessing WPF and SQL Express / Server to start...
Is there ever any likelihood that any user of the system will not have
access to the public Internet...?

If not, why not just provide the system over the web?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 1 '07 #2
Internet connectivity may not exist and isn't dependable anyway.

"Mark Rae [MVP]" <ma**@markNOSPA Mrae.netwrote in message
news:en******** ******@TK2MSFTN GP04.phx.gbl...
"Chris Bordeman"
<RE************ *************** *************** ********@hhoott mmaaiill.com>
wrote in message news:OH******** ******@TK2MSFTN GP06.phx.gbl...
>Hi all. I need to create an app that runs both at individual client PCs,
on the client's on-site server, and on a main server depending on network
connectivity , probably w/ database replication.

What technologies should I use so that the software running on all three
locations looks the same, scales from the single PC to the site server,
to a master off-site server, WITHOUT writing different software for each
"tier?" Moreover, the # of tiers could increase.

I'm guessing WPF and SQL Express / Server to start...

Is there ever any likelihood that any user of the system will not have
access to the public Internet...?

If not, why not just provide the system over the web?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Sep 2 '07 #3

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

Similar topics

4
2353
by: Zach Martin | last post by:
Working on developing a smart client application and I am trying to get past one nasty stumbling block. Hoping someone with previous smart client deployment experience can steer me in the right direction. My problem is as follows: I need to better understand how to have my launcher or stub app load local versions of a given assembly from the downloaded application cache of the GAC when the remote web server is offline. I am using the...
2
1675
by: R.A. | last post by:
Hi, I have a web service that process a client call. When a client makes a call to the web method the method needs to query some data from a client_A and return the data to the calling client_B. How should I design the way the web service will call client_A to retreive the data needed for client_B? I am using .net 1.1 and c# Thanks
12
2985
by: ShepardBerry | last post by:
This may be a dumb question, but I'm not finding anything specifically what I'm looking for. Still kind of new to .NET as well. What I'm trying to do that I know I could do in VB6.0/ASP is to create a client side object set some properties and have it run some code. I know that in VB6/asp it was fairly straight forward by creating an ActiveX control, register it and then VBScripting the CreateObject("xxx.xxxx") command and it worked...
3
2655
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...
1
2427
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...
10
2052
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
7
1699
by: Avi | last post by:
Hi there, Sorry, newbie, learning my way around ... I understand that ASP.Net is built on the assumption that the client does not run the .net framework, and that when you can assume that the client does run the framework, you should go the smart client way. I did a fast "is the buzzword alive" check: The Microsoft smart client development center is dead, and on Amazon I found just one book on that
0
1473
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.
2
1127
by: Chris Bordeman | last post by:
Hi all. I need to create an app that runs both at individual client PCs, on the client's on-site server, and on a main server depending on network connectivity, probably w/ database replication. What technologies should I use so that the software running on all three locations looks the same, scales from the single PC to the site server, to a master off-site server, WITHOUT writing different software for each "tier?" Moreover, the # of...
0
8459
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8890
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
8791
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8577
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6206
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
5677
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();...
0
4376
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2786
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
1783
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.