473,396 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

What is the best way to this?

I'm building a application that will interface with SQL server. The amount
of data is not alot, but the data will need to be proccessed quickly at about
3 - 4 minutes at a time. Then Idle for 2 minutes, then procces data again for
about 3-4 minutes. The majority of the process will be client computers enter
data into the tables, and that data getting calculated in a formula, and
spitting out the return to client computer.
This will be set up on a intranet network, with a max of about 100 clients.

My question is, which isw the best way to go, build a windows application,
or use ASP.net. I just recently started playing with ASP.net,, and I love
it. Here it the other catch, it needs to look like that it's not a windows
program. No title bar or anything. I know I can do that with vb.net, but can
I with ASP.net

Thanks as always for the advice!!!

Rudy
Nov 22 '05 #1
3 1415
Does the end user need to interface with the app at all? Sounds like maybe
you could use a Windows Service...

"Rudy" wrote:
I'm building a application that will interface with SQL server. The amount
of data is not alot, but the data will need to be proccessed quickly at about
3 - 4 minutes at a time. Then Idle for 2 minutes, then procces data again for
about 3-4 minutes. The majority of the process will be client computers enter
data into the tables, and that data getting calculated in a formula, and
spitting out the return to client computer.
This will be set up on a intranet network, with a max of about 100 clients.

My question is, which isw the best way to go, build a windows application,
or use ASP.net. I just recently started playing with ASP.net,, and I love
it. Here it the other catch, it needs to look like that it's not a windows
program. No title bar or anything. I know I can do that with vb.net, but can
I with ASP.net

Thanks as always for the advice!!!

Rudy

Nov 22 '05 #2
You can open a browser window with no title bar, etc., if that is the desired
look, so "yes" you can do it with ASP.NET. Is it the best way to go? Not
sure. You can also deploy a windows app from a web page.

The best architecture for multiple clients is a multiple tiered architecture
where the GUI, windows or web, is very thin and most of the logic is in the
middle and data tiers. ASP.NET might be a pain if you are actually running
queries that take 3-4 minutes to calculate the answer, as the timeouts are
much shorter on web apps (you can configure this).

What I am getting at is the GUI is less important than the architecture. If
you need a dynamic GUI, it will be easier with a WinForm than a web app. If
it is not dynamic (meaning the GUI is dynamic, not the data), either will
work well.
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"Rudy" wrote:
I'm building a application that will interface with SQL server. The amount
of data is not alot, but the data will need to be proccessed quickly at about
3 - 4 minutes at a time. Then Idle for 2 minutes, then procces data again for
about 3-4 minutes. The majority of the process will be client computers enter
data into the tables, and that data getting calculated in a formula, and
spitting out the return to client computer.
This will be set up on a intranet network, with a max of about 100 clients.

My question is, which isw the best way to go, build a windows application,
or use ASP.net. I just recently started playing with ASP.net,, and I love
it. Here it the other catch, it needs to look like that it's not a windows
program. No title bar or anything. I know I can do that with vb.net, but can
I with ASP.net

Thanks as always for the advice!!!

Rudy

Nov 22 '05 #3
Thank you Cowboy and Diggler,

Good info, it sounds like I want to stick with VB.net. I already strated
it, just wanted to make sure I was useing the best technology. Thanks again!!

Rudy

"Diggler" wrote:
Does the end user need to interface with the app at all? Sounds like maybe
you could use a Windows Service...

"Rudy" wrote:
I'm building a application that will interface with SQL server. The amount
of data is not alot, but the data will need to be proccessed quickly at about
3 - 4 minutes at a time. Then Idle for 2 minutes, then procces data again for
about 3-4 minutes. The majority of the process will be client computers enter
data into the tables, and that data getting calculated in a formula, and
spitting out the return to client computer.
This will be set up on a intranet network, with a max of about 100 clients.

My question is, which isw the best way to go, build a windows application,
or use ASP.net. I just recently started playing with ASP.net,, and I love
it. Here it the other catch, it needs to look like that it's not a windows
program. No title bar or anything. I know I can do that with vb.net, but can
I with ASP.net

Thanks as always for the advice!!!

Rudy

Nov 22 '05 #4

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

Similar topics

23
by: darwinist | last post by:
What PHP Represents There is no shortage of complaints one could make about php as a language, and although the list does shrink with each release, some of them are inherent to the origins and...
226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
145
by: Mark Johnson | last post by:
Oddly enough, I found it difficult, using Google, to find a list of best-of sites based on the quality of their css packages. So I'd ask. Does anyone know of particularly good sites which are in...
6
by: Mark Broadbent | last post by:
this might sound like an obvious question but I have found that usually these two evolve at the same time. One of the biggest reasons for creating the abstraction in the first place (in my...
5
by: l.woods | last post by:
I want your recommendation on which ASP.NET Shopping Cart software I should buy? Best code Best documentation Best support (if needed. I will buying source code, if possible) TIA, Larry...
6
by: jhooper71 | last post by:
It's been recommended to me to use a webservice and XML for the data manipulation layer for web applications in .NET 1.1. I was thinking I could use the web service to extend the database...
4
by: Ron Brennan | last post by:
Good evening, Windows 2000, JDK 1.5. What opinions do people have on what way and tool programmaticly produces the best quality thumbnails from larger images? On the web I've seen Java...
98
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
19
by: jsanshef | last post by:
Hi, after a couple of days of script debugging, I kind of found that some assumptions I was doing about the memory complexity of my classes are not true. I decided to do a simple script to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...

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.