Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Webservice fileupload timeout Pin
circle-driver8-Apr-09 22:45
circle-driver8-Apr-09 22:45 
GeneralRe: Webservice fileupload timeout Pin
Rajeesh MP8-Apr-09 23:47
Rajeesh MP8-Apr-09 23:47 
AnswerSolved! Pin
circle-driver12-Apr-09 23:24
circle-driver12-Apr-09 23:24 
GeneralRe: Solved! Pin
Yusuf13-Apr-09 13:56
Yusuf13-Apr-09 13:56 
AnswerRe: Webservice fileupload timeout [modified] Pin
circle-driver9-Apr-09 1:25
circle-driver9-Apr-09 1:25 
Questionasp.net, ado.net, c# question Pin
jboyd1118-Apr-09 11:17
jboyd1118-Apr-09 11:17 
AnswerRe: asp.net, ado.net, c# question Pin
Christian Graus8-Apr-09 11:26
protectorChristian Graus8-Apr-09 11:26 
AnswerRe: asp.net, ado.net, c# question Pin
Yusuf8-Apr-09 12:38
Yusuf8-Apr-09 12:38 
Jeff,
I like to break my design into three layers

1. Presentation
2. Business Logic
3. Database

1. In presentation layer I put only those that are of UI related. This will go directly into the aspx pages, user controls (usually I create on separate dll) and any UI related logic

2. Database. This is strictly database related classes. NO other code belongs here.

3. In business logic goes any middle-ware code that does not belong to any of the two categories.

Now, notice how I said 'This goes to separate dll' in the first case. I don't go crazy in creating many dlls. The rule of thumb I use is, if the code can be reused somewhere else, then I create it in its logical dll, so I can easily take it to another project and reused. That means the other layers may have multiple dlls as well.

Again, there are projects I have worked which they have only 2 layer or more than 3 layers. It does not have to be only 3 layers. The scope of the project will decide how you want to break your logical designs. In some cases you may be able to get away with single layer.

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 3:18
jboyd1119-Apr-09 3:18 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 5:32
Yusuf9-Apr-09 5:32 
GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 5:53
jboyd1119-Apr-09 5:53 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 6:12
Yusuf9-Apr-09 6:12 
GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 6:19
jboyd1119-Apr-09 6:19 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 6:25
Yusuf9-Apr-09 6:25 
QuestionCitrix and IE Pin
Jamie Nordmeyer8-Apr-09 9:44
Jamie Nordmeyer8-Apr-09 9:44 
AnswerRe: Citrix and IE Pin
Yusuf8-Apr-09 14:34
Yusuf8-Apr-09 14:34 
GeneralRe: Citrix and IE Pin
Jamie Nordmeyer8-Apr-09 15:44
Jamie Nordmeyer8-Apr-09 15:44 
QuestionButton Press Simulation... [modified] Pin
KEL38-Apr-09 9:36
KEL38-Apr-09 9:36 
GeneralRe: Button Press Simulation... Pin
KEL38-Apr-09 10:40
KEL38-Apr-09 10:40 
GeneralRe: Button Press Simulation... Pin
Yusuf8-Apr-09 14:37
Yusuf8-Apr-09 14:37 
GeneralRe: Button Press Simulation... Pin
KEL38-Apr-09 17:31
KEL38-Apr-09 17:31 
QuestionCalling a batch file from web application Pin
alchong8-Apr-09 9:20
alchong8-Apr-09 9:20 
AnswerRe: Calling a batch file from web application Pin
Yusuf8-Apr-09 14:45
Yusuf8-Apr-09 14:45 
GeneralRe: Calling a batch file from web application [modified] Pin
alchong9-Apr-09 5:35
alchong9-Apr-09 5:35 
GeneralRe: Calling a batch file from web application Pin
Yusuf9-Apr-09 6:00
Yusuf9-Apr-09 6:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.