473,763 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

You’re Opinion on SQLDatasource Performance?

I want to develop a web application that will manage the online
registration and class schedule selection process for a small university
in the Caribbean. The application should support around 50 simultaneous
users to begin with and if the application becomes successful maybe it
will grow up to 500 simultaneous users. The application will have an
interface very similar to the one on the timetraker starter kit.

The logic of the application is not too complex and I have around 8 month
to develop it but I will be the only developer so I was considering using
the SQLDatasource to speed up the development.

I will highly appreciate your opinions on performance? Do you think
SQLDatasource can handle this? If not what do you recommend? Any official
documentation I can read on the subject? By the way the application will
not be hosted on local servers but instead on a Hosting Provider for
economical reasons.

Thanks a lot for your help
Nov 19 '05 #1
2 1486
SqlDataSource should be avoided. I don't know anything about it's
performance, but the huge penalty you pay in maintainability and proper
architecture simply isn't worth it for a system as you seem to be
describing. I do not like this control and made my dissatisfaction plain to
the MS PM in charge of it. It certainly has it's uses (like building my
dad's webpage in a day), but it's EVIL I tell you...EVIL!!! :)

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"artificer" <ar*******@veri zon.net.do> wrote in message
news:rI******** ************@co detel.net.do...
I want to develop a web application that will manage the online
registration and class schedule selection process for a small university
in the Caribbean. The application should support around 50 simultaneous
users to begin with and if the application becomes successful maybe it
will grow up to 500 simultaneous users. The application will have an
interface very similar to the one on the timetraker starter kit.

The logic of the application is not too complex and I have around 8 month
to develop it but I will be the only developer so I was considering using
the SQLDatasource to speed up the development.

I will highly appreciate your opinions on performance? Do you think
SQLDatasource can handle this? If not what do you recommend? Any official
documentation I can read on the subject? By the way the application will
not be hosted on local servers but instead on a Hosting Provider for
economical reasons.

Thanks a lot for your help

Nov 19 '05 #2
My opinion, since you asked, is this:

When it comes to implementing any functionality (including db connectivity),
you have at least two basic options.
1. Use the training wheels provided in Visual Studio.NET. These are the
drag-n-drop data adapters, SQLDatasource, and other wrappers.
2. Write your own code that implements the functionality.

In consideration of #1 above: these sorts of things get you going very
quickly - but will soon get in your way as you are totally limited to the
capabilities (and incapabilities) of the wrapper. I know they are there
primarily for beginners - but my opinion is that it sends beginners off in
the wrong direction - providing the illusion to the beginner that they
understand what's going on when in fact they are dealing with a wrapper for
which the whole point is to *hide* what's actually going on. Eventually the
beginner will typically have to abandon these wrappers and dive into some
code. Yes - some knowledge will be gleaned along the way - but it's a pretty
expensive way to go in terms of time.

In consideration of #2 above: code might at first appear more intimidating
to the beginner. But if the beginner is willing to dive in and give it a
shot, they will learn what is actually going on a lot faster and will likely
complete the project much more quickly -- more quickly because they won't
waste time trying to figure out why the wrapper isn't working as expected
and not really knowing why and eventually abandoning that path in favor of
coding it anyway in the end. Final thought here - coding db connectivity is
really not all that hard - and there are plenty of samples out there.

You say you have 8 months. Why not take a day or two (at the most) to code
the db connectivity. You'd most likely spend way more than that struggling
with the training wheels - and the struggling would likely begin immediately
after drag-n-dropping the db control onto the visual design surface in VS.

Just my opinion - FWIW


"artificer" <ar*******@veri zon.net.do> wrote in message
news:rI******** ************@co detel.net.do...
I want to develop a web application that will manage the online
registration and class schedule selection process for a small university
in the Caribbean. The application should support around 50 simultaneous
users to begin with and if the application becomes successful maybe it
will grow up to 500 simultaneous users. The application will have an
interface very similar to the one on the timetraker starter kit.

The logic of the application is not too complex and I have around 8 month
to develop it but I will be the only developer so I was considering using
the SQLDatasource to speed up the development.

I will highly appreciate your opinions on performance? Do you think
SQLDatasource can handle this? If not what do you recommend? Any official
documentation I can read on the subject? By the way the application will
not be hosted on local servers but instead on a Hosting Provider for
economical reasons.

Thanks a lot for your help

Nov 19 '05 #3

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

Similar topics

7
2676
by: lawrence | last post by:
2 Questions: 1.) Can anyone think of a way to speed up this function? It is terribly slow. I plan to reduce the number of directories to 3, which I guess will speed it up in the end. 2.) This seems to be the brute force method, and I'm wondering if anyone can think of a better strategy. I've been asked to make life easy on graphic designers by not making assumptions about where I might find the files that the software might need to...
15
1965
by: Peter | last post by:
I really can't understand why you still use it or why you started using it in the first place.
11
2390
by: Kamus of Kadizhar | last post by:
I have the following function which generates MD5 hashes for files on a local and remote server. The remote server has a little applet that runs from inetd and generates an MD5 hash given the file name. The problem is that it takes 2+ minutes to generate the MD5 hash, so this function takes about 5 minutes every time it is called. Since the first MD5 hash is generated on a remote machine, the local machine does nothing but wait for...
11
3360
by: Barney Norris | last post by:
Hi, The W3C validator tells me this page isn't valid HTML 4.01 Strict: http://www-student.cs.york.ac.uk/~jban100/wont_validate.html The reason it gives is I've closed meta tags with a '/' ("character data is not allowed here") e.g.
0
1073
by: Lucky Carl | last post by:
DFS wrote: > You wiped XP but you're still obsessed with Windows. You need to wipe > your brain. Why does Microsoft pay this person to astroturf in COLA ?
383
12227
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
354
15920
by: Montrose... | last post by:
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets hooked up to interfaces. The Gtk is more than enough gui.
3
2038
by: Sasha | last post by:
Hi everyone, Here is my problem: I have the following classes: - DataNode - this class is designed to hold some data and will be contained in a tree like data structure DataTree. When DataNode is changed, it raises "Changed" event. The class has a reference to the DataNode it is being contained in: - DataTree - tree like data structure that contains DataNodes; When
3
2079
by: comp.lang.php | last post by:
I have a counter that evokes the "Three Strikes You're Out" rule.. if you make more than N mistakes it auto-resets to avoid flooding $_SESSION with attempt after attempt, etc. However, the counter never advances beyond 1! // HANDLE THE PART WHERE THE STUDENT INFORMATION WILL BE UPDATED OR SEARCHED if (is_array($_POST) && @sizeof($_POST) > 0) {
102
5158
by: BoogieWithStu22 | last post by:
I am running into a problem with a web page I have created when viewing it in IE6 on some machines. The page has a database lookup. The user enters an account name or number and clicks a lookup button. This hits an AS400 database looks for matches and returns a dataset that is used to populate a datagrid. The user then selects one of the entries from the list, this entry is used to populate a couple of textboxes on the page and a couple...
0
10145
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
9998
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
9938
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
8822
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
7366
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
6642
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
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3523
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
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.