473,785 Members | 2,823 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net Application Design Help

I'm creating a data-centric asp.net application that will be using SQL
Server 2000. I'm looking for some articles, design tips, etc. to help me
decide how I should design my application. I realize this is an obtuse
request, but I just want to follow some best practices. Most of the
examples I see have a micro focus on one particular aspect or another of
technologies used in an asp.net application.

If I simply aggragate all of those types of examples and take a brute force
approach to my application, I'd end up with a ton of code directly in my
code-behind files that connect to the db, perform business logic, etc. This
doesn't appear to be a good approach. I'd like to see a simple example of a
well designed asp.net app. In particular, I want to see a high level
architectual view that would show what logical and physical layers typically
exist (i.e. asp.net presentation layer, business objects layer, data layer).
I'd also then like to see a couple of concrete round-trip examples using
that architecture so I could see how the various layers interact.

Most of the architecture articles I have seen really revolve around
constructing highly decoupled, generic data layers. I know I will be using
SQL Server 2000, so those seem to be a little overkill for my purposes. I'm
not sure if it would be best to have a simple class that was only
responsible for connection pooling, leasing out data connections, etc. Or
is it a best practice in asp.net/ado.net to create object wrappers (i.e.
classes that encapsulate the logical schema for the db) and the architecture
to support those wrapper classes.

Any help would be much appreciated.

Thanks!
Nov 19 '05 #1
1 1238
Please take look at
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnbda/html/daag.asp

Hope it's helpful to you.

Elton Wang
el********@hotm ail.com
-----Original Message-----
I'm creating a data-centric asp.net application that will be using SQLServer 2000. I'm looking for some articles, design tips, etc. to help medecide how I should design my application. I realize this is an obtuserequest, but I just want to follow some best practices. Most of theexamples I see have a micro focus on one particular aspect or another oftechnologies used in an asp.net application.

If I simply aggragate all of those types of examples and take a brute forceapproach to my application, I'd end up with a ton of code directly in mycode-behind files that connect to the db, perform business logic, etc. Thisdoesn't appear to be a good approach. I'd like to see a simple example of awell designed asp.net app. In particular, I want to see a high levelarchitectual view that would show what logical and physical layers typicallyexist (i.e. asp.net presentation layer, business objects layer, data layer).I'd also then like to see a couple of concrete round-trip examples usingthat architecture so I could see how the various layers interact.
Most of the architecture articles I have seen really revolve aroundconstructing highly decoupled, generic data layers. I know I will be usingSQL Server 2000, so those seem to be a little overkill for my purposes. I'mnot sure if it would be best to have a simple class that was onlyresponsible for connection pooling, leasing out data connections, etc. Oris it a best practice in asp.net/ado.net to create object wrappers (i.e.classes that encapsulate the logical schema for the db) and the architectureto support those wrapper classes.

Any help would be much appreciated.

Thanks!
.

Nov 19 '05 #2

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

Similar topics

5
3139
by: Robert Magnusson | last post by:
Hi All, This is sure to be an easy question. I am wondering what the accepted standard is for referencing a sub-folder below the application.exe folder? In VB6 you simply used App.Path and navigated from the folder indicated. In .Net, however, when running through the IDE, this seems to return either the ...bin/debug or ...bin/release folder - in which case the 'sub-folders' are actually to be found in the .../../ folder.
10
2139
by: Saso Zagoranski | last post by:
hi, this is not actually a C# problem but since this is the only newsgroup I follow I decided to post my question here (please tell me where to post this next time if you think this post shouldn't be here). I have two design questions: 1. what is the correct (or best) way to include database queries into the code if you plan on
0
2517
by: Abhi | last post by:
I am designing a windows application where I would like to make it a 3 tier design. The thing I dont know is even if I make a dll with API's that will be used by my UI tier. How will the UI communicate with the API's residing in the DLL. As you now know I am very new to this and have no clue how will my UI will call functions in my DLL which I plan to deploy on an application server. Basically I have a UI which I will distribute to the...
2
2217
by: Jeff | last post by:
I'm getting an Object Reference error before I even run my app, and I'm not sure where to look to find the cause. I'd appreciate your help. When I open my Windows Application project, the following Microsoft Development Environment error message displays: "Object reference not set to an instance of an object." Then when I access the design view of one of my forms, the controls on
5
1944
by: benliu | last post by:
i have a visual studio website that i am integrating with community server, a third party software for creating communities. To paraphrase, i am trying to have users that log in to my site automatically log in to the community server site (which is its own web application, with its own dlls and web.config files, and in a separate directory etc). To do this, i need to access the classes located in the community server dll... Sounds...
1
3073
by: xcelmind | last post by:
Hello Dev. Guru, I want to at this time introduce myself. I am Stanley Ojadovwa by name. I’m a freelance and a newbie in web application development. I’m currently using ASP as my application server technology with Microsoft access as my database source. Just as I have introduced myself, I’m a newbie in web application development. I’m currently working on an application that will allow
35
2218
by: salad | last post by:
I have an application written in MS-Access. It is a complete application that manages the day-to-day operations of a business. The program is nearly ready to be used in other customer sites. I am wondering if any of you have advice on supporting an application. Since it has never had any outside exposure, what I don't want is to make a bunch of sales and not be able to support the issues that arise. I believe as kinks are worked out...
6
4124
by: goraya | last post by:
This is design level discussion about web applications. How I design application that support 1 million concurrent requests??
1
2342
by: abhijitbkulkarni | last post by:
Hello, I am designing a .NET database application that uses 3 tier architecture. Starting initially, this application will be desktop application but I will convert it into a website later but design that I am planning should support both version. Development Environment : VS2008, C# Currently Database supported are MS SQL Server 2005 and MYSQL 5 and design for database support is extensible. This application contains several high...
0
9645
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
10330
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
10153
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...
0
8976
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
7500
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
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
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
2880
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.