473,698 Members | 2,615 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General question on design strategy

Aug 2, 2007
12:00pm

Hi all

I have to design and program an application which will be used in three
countries. It would be a fairly large application with lot of data entry.
The database hence has to be consolidated and at one location.

Now the internet is excellent in one country and reasonable in the other
two.

What strategy should I follow in designing. I want to use VB.Net and SQL
server.

1. Should I program the applications in standard VB.Net and give access to
two countries through Terminal Server.
2. Should I program the entire applications in ASP. If yes would this not be
slow and what about the availability of components as compared to a desk top
setup.
3. Keep the application on a local server in all three countries but use
only the SQL database remotely.

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.

Is there any other strategy or combination that I can use.

Thank you all in advance

Mike TI
Aug 2 '07 #1
3 1469
1. Should I program the applications in standard VB.Net and give access to
two countries through Terminal Server.
Possible , however a program that runs on a terminal server shoul be
programmed with a TS design pattern
http://msdn2.microsoft.com/en-us/library/Aa383490.aspx ( or do you just
feel lucky :-)
2. Should I program the entire applications in ASP. If yes would this not be
slow and what about the availability of components as compared to a desk top
setup.
In ASP.Net ?? i guess ,,,, Well i wrote hughe data aware projects that
respond in mili seconds , ( for some examples http://www.tireponline.de (
login as one of the vistors ) , or
http://www.katalog.bildelskatalogen....&lic=&x=88&y=6 (
these projects were written in VS.Net 2003 for customers of my previous
employer) i don`t even call this websites but Web Applications , about the
components well , i just wrote everything in plan HTML and javascript , also
because these projects are client independend ( Windows , Unix , Linux , IE ,
Mozilla ) as this was one of the requirments

3. Keep the application on a local server in all three countries but use
only the SQL database remotely.
Yes also a good idea , you could interact with the sql server through web
services or through remoting

You could also choose for a Smart client application aproach
http://www.devx.com/MicrosoftISV/Article/27923

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.
Depends on Your skills , the budget and or availlable hardware infrastructure

regards

Michel
"Mike TI" wrote:
Aug 2, 2007
12:00pm

Hi all

I have to design and program an application which will be used in three
countries. It would be a fairly large application with lot of data entry.
The database hence has to be consolidated and at one location.

Now the internet is excellent in one country and reasonable in the other
two.

What strategy should I follow in designing. I want to use VB.Net and SQL
server.

1. Should I program the applications in standard VB.Net and give access to
two countries through Terminal Server.
2. Should I program the entire applications in ASP. If yes would this not be
slow and what about the availability of components as compared to a desk top
setup.
3. Keep the application on a local server in all three countries but use
only the SQL database remotely.

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.

Is there any other strategy or combination that I can use.

Thank you all in advance

Mike TI
Aug 2 '07 #2
Thank you very much for your detailed help

Mike TI

"Michel Posseth [MCP]" <Mi************ **@discussions. microsoft.comwr ote in
message news:9B******** *************** ***********@mic rosoft.com...
>
>1. Should I program the applications in standard VB.Net and give access
to
two countries through Terminal Server.

Possible , however a program that runs on a terminal server shoul be
programmed with a TS design pattern
http://msdn2.microsoft.com/en-us/library/Aa383490.aspx ( or do you
just
feel lucky :-)
>2. Should I program the entire applications in ASP. If yes would this not
be
slow and what about the availability of components as compared to a desk
top
setup.

In ASP.Net ?? i guess ,,,, Well i wrote hughe data aware projects that
respond in mili seconds , ( for some examples http://www.tireponline.de
(
login as one of the vistors ) , or
http://www.katalog.bildelskatalogen....&lic=&x=88&y=6 (
these projects were written in VS.Net 2003 for customers of my previous
employer) i don`t even call this websites but Web Applications , about
the
components well , i just wrote everything in plan HTML and javascript ,
also
because these projects are client independend ( Windows , Unix , Linux ,
IE ,
Mozilla ) as this was one of the requirments

>3. Keep the application on a local server in all three countries but use
only the SQL database remotely.

Yes also a good idea , you could interact with the sql server through web
services or through remoting

You could also choose for a Smart client application aproach
http://www.devx.com/MicrosoftISV/Article/27923

>Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.

Depends on Your skills , the budget and or availlable hardware
infrastructure

regards

Michel
"Mike TI" wrote:
>Aug 2, 2007
12:00pm

Hi all

I have to design and program an application which will be used in three
countries. It would be a fairly large application with lot of data entry.
The database hence has to be consolidated and at one location.

Now the internet is excellent in one country and reasonable in the other
two.

What strategy should I follow in designing. I want to use VB.Net and SQL
server.

1. Should I program the applications in standard VB.Net and give access
to
two countries through Terminal Server.
2. Should I program the entire applications in ASP. If yes would this not
be
slow and what about the availability of components as compared to a desk
top
setup.
3. Keep the application on a local server in all three countries but use
only the SQL database remotely.

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.

Is there any other strategy or combination that I can use.

Thank you all in advance

Mike TI

Aug 4 '07 #3
Well i hope you can do something with it

As i said it is verry difficult for an outsider to say , this is the best
solution ,, cause there are so manny factors,, some are probably unknown to
you at this stage of the project
However i hope that after looking at the web applications i showed , that a
web application can be pretty fast , and pretty rich in interface ( i had a
graphic designer with these projects )

However as you mentioned that one of the branches have poor internet
connections , i thought that a smart application design might be interesting
for you to investigate .

see if it suits you needs

regards

Michel
"Mike TI" wrote:
Thank you very much for your detailed help

Mike TI

"Michel Posseth [MCP]" <Mi************ **@discussions. microsoft.comwr ote in
message news:9B******** *************** ***********@mic rosoft.com...
1. Should I program the applications in standard VB.Net and give access
to
two countries through Terminal Server.
Possible , however a program that runs on a terminal server shoul be
programmed with a TS design pattern
http://msdn2.microsoft.com/en-us/library/Aa383490.aspx ( or do you
just
feel lucky :-)
2. Should I program the entire applications in ASP. If yes would this not
be
slow and what about the availability of components as compared to a desk
top
setup.
In ASP.Net ?? i guess ,,,, Well i wrote hughe data aware projects that
respond in mili seconds , ( for some examples http://www.tireponline.de
(
login as one of the vistors ) , or
http://www.katalog.bildelskatalogen....&lic=&x=88&y=6 (
these projects were written in VS.Net 2003 for customers of my previous
employer) i don`t even call this websites but Web Applications , about
the
components well , i just wrote everything in plan HTML and javascript ,
also
because these projects are client independend ( Windows , Unix , Linux ,
IE ,
Mozilla ) as this was one of the requirments

3. Keep the application on a local server in all three countries but use
only the SQL database remotely.
Yes also a good idea , you could interact with the sql server through web
services or through remoting

You could also choose for a Smart client application aproach
http://www.devx.com/MicrosoftISV/Article/27923

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.
Depends on Your skills , the budget and or availlable hardware
infrastructure

regards

Michel
"Mike TI" wrote:
Aug 2, 2007
12:00pm

Hi all

I have to design and program an application which will be used in three
countries. It would be a fairly large application with lot of data entry.
The database hence has to be consolidated and at one location.

Now the internet is excellent in one country and reasonable in the other
two.

What strategy should I follow in designing. I want to use VB.Net and SQL
server.

1. Should I program the applications in standard VB.Net and give access
to
two countries through Terminal Server.
2. Should I program the entire applications in ASP. If yes would this not
be
slow and what about the availability of components as compared to a desk
top
setup.
3. Keep the application on a local server in all three countries but use
only the SQL database remotely.

Which would be faster and better 1 or 2, in terms of ease of programming,
performance etc.

Is there any other strategy or combination that I can use.

Thank you all in advance

Mike TI


Aug 4 '07 #4

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

Similar topics

1
1413
by: ajsiegel | last post by:
Viile writes - >Type declarations are a feature that might benefit IronPython and >Jython more than they would CPython. How much is this part of Guido's decisionmaking process? Guido is , IMO, very much a strategist, as well as a language designer. That's good, I think.
2
4537
by: Tim Smith | last post by:
Dear All, Silly question, but I am having trouble understanding the diagram on the inside back cover entitled "Design Pattern Relationships." It shows the relationships between all of the design patterns. Unfortunately, the book doesn't exactly explain what it all means. Although it looks very pretty - would anyone give me some background on its usefulness? For example is it just illustrating how different patterns come together to...
10
2163
by: Tom Dacon | last post by:
I'm curious to see if anyone has an opinion on this little design question - I'm doing a computational astronomy library in C#, purely for my own use, and one of the things that happens regularly is conversion of coordinates from one frame of reference to another: spherical coordinates in the ecliptic frame of reference, spherical coordinates in the equatorial frame of reference, 3D rectangular coordinates in either, galactic coordinates,...
1
338
by: Gert Van den Eynde | last post by:
hi, i'm writing a numerical quadrature class and could use some help on the design. a numerical quadrature needs two "algorithms": the quadrature method and (possibly) a variable transform. QuadMethod could be trapezoid, romberg, etc... VarTrans could be None (no transform), TANH, IMT, ... the client code should be able to provide an object of a certain class A (not necessarily fixed which class, any class should do) and indicate what...
6
4704
by: Daniel Santa Cruz | last post by:
Hello all, I've been trying to go over my OO Patterns book, and I decided to try to implement them in Python this time around. I figured this would help me learn the language better. Well, I've gotten stuck with my first go at OO patterns with Python. I guess it goes without say that some of the stuff that are taken for granted in most of the books (ie. Interfaces, Abstract classes) don't really apply to Python per say, but the idea...
2
1211
by: =?Utf-8?B?QmVu?= | last post by:
I have a Customer table in the database that relates to a CustomerType table (I have several other table combinations in the database like Document and DocumentType). As far as I can tell, I have several ways of defining the Customer class: 1) Use inheritance, where I will have an abstract base class CustomerBase that other, concrete customer class can subclass, i.e. Private, Company etc. 2) Use composition, so the Customer class would...
2
1795
by: nw | last post by:
Hi, I previously posted a question asking for suggestions on my class design. My original code consisted of a pure virtual base class Body which contained a number of integration algorithms which are applied to the Body. Generally only one integration algorithm is used via an integrate() method, which selected the integration algorithm to call depending on a variable. Code similar to the following was suggested as a improvement. I have
2
1467
by: Jim Langston | last post by:
I am working on a class design to contain the indices of triangle lists for body parts. This is for 3d modeling. As as start I have: class PartTriangles { public: PartTriangels( const std::string& Name ): Name( Name ) {} private: std::string Name; std::set<size_tTriangles;
2
1496
by: Joey | last post by:
I have written an app in C#/asp.net 2.0 that is a system built to handle a large number of scenarios. Part of that system involves allowing users to download large files. As part of my original design strategy, I chose to locate these downloads in a directory separate from the website file structure. The two primary purposes for this were: (1) it is more secure because users cannot link directly to the files and (2) it is modular,...
0
8685
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
9171
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
9032
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
8905
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,...
0
8880
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
7743
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...
0
5869
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
3053
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
3
2008
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.