Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionServer Running Out of Memory Pin
ikorenbl31-Jul-06 11:08
ikorenbl31-Jul-06 11:08 
AnswerRe: Server Running Out of Memory Pin
minhpc_bk31-Jul-06 15:23
minhpc_bk31-Jul-06 15:23 
QuestionMasked TextBox in VS.NET 2005 Pin
User 289802231-Jul-06 11:02
User 289802231-Jul-06 11:02 
AnswerRe: Masked TextBox in VS.NET 2005 Pin
Christian Graus31-Jul-06 11:22
protectorChristian Graus31-Jul-06 11:22 
AnswerRe: Masked TextBox in VS.NET 2005 Pin
minhpc_bk31-Jul-06 15:26
minhpc_bk31-Jul-06 15:26 
QuestionFunction Names in the Presentation Layer Pin
ikorenbl31-Jul-06 11:02
ikorenbl31-Jul-06 11:02 
AnswerRe: Function Names in the Presentation Layer Pin
Christian Graus31-Jul-06 11:36
protectorChristian Graus31-Jul-06 11:36 
AnswerRe: Function Names in the Presentation Layer Pin
Guffa31-Jul-06 13:49
Guffa31-Jul-06 13:49 
Name the methods after what they do, not after what stored procedure they use at the moment. If you decide later that a method should use a different stored procedure, you would have to rename the method and change every call to it to match.

Some methods will correspond directly to a stored procedure, if they are named well you should easily be able to see the similarities in the names.

The fundamental idea of layering applications is that the presentation layer should be independent of the data layer. If your team isn't prepared to separate them, you shouldn't be building a layered application at all.


---
b { font-weight: normal; }

QuestionHow to run an asp.net website using a web browser directly? Pin
KaKa'31-Jul-06 8:07
KaKa'31-Jul-06 8:07 
AnswerRe: How to run an asp.net website using a web browser directly? Pin
ToddHileHoffer31-Jul-06 8:32
ToddHileHoffer31-Jul-06 8:32 
AnswerRe: How to run an asp.net website using a web browser directly? Pin
Member 9631-Jul-06 8:35
Member 9631-Jul-06 8:35 
AnswerRe: How to run an asp.net website using a web browser directly? Pin
minhpc_bk31-Jul-06 15:33
minhpc_bk31-Jul-06 15:33 
AnswerRe: How to run an asp.net website using a web browser directly? [modified] Pin
sudharsong31-Jul-06 19:08
sudharsong31-Jul-06 19:08 
AnswerRe: How to run an asp.net website using a web browser directly? Pin
KaKa'1-Aug-06 6:15
KaKa'1-Aug-06 6:15 
Questionimport database on the web site Pin
netDeveloper31-Jul-06 6:21
netDeveloper31-Jul-06 6:21 
AnswerRe: import database on the web site Pin
netDeveloper31-Jul-06 7:30
netDeveloper31-Jul-06 7:30 
QuestionImag WebControl and some Problems...! Pin
amin_behzadi31-Jul-06 5:28
professionalamin_behzadi31-Jul-06 5:28 
AnswerRe: Imag WebControl and some Problems...! Pin
ToddHileHoffer31-Jul-06 7:40
ToddHileHoffer31-Jul-06 7:40 
Questiondoes anyone know any phone simulator Pin
Meax31-Jul-06 5:24
Meax31-Jul-06 5:24 
AnswerRe: does anyone know any phone simulator Pin
eggsovereasy31-Jul-06 9:11
eggsovereasy31-Jul-06 9:11 
GeneralRe: does anyone know any phone simulator Pin
Meax1-Aug-06 3:14
Meax1-Aug-06 3:14 
Questionfinding/comparing values in arraylists Pin
ssbelfast31-Jul-06 5:06
ssbelfast31-Jul-06 5:06 
AnswerRe: finding/comparing values in arraylists Pin
Paddy Boyd31-Jul-06 5:33
Paddy Boyd31-Jul-06 5:33 
GeneralRe: finding/comparing values in arraylists Pin
ssbelfast31-Jul-06 6:04
ssbelfast31-Jul-06 6:04 
GeneralRe: finding/comparing values in arraylists Pin
eggsovereasy31-Jul-06 9:19
eggsovereasy31-Jul-06 9:19 

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.