Click here to Skip to main content
15,891,703 members
Home / Discussions / C#
   

C#

 
AnswerRe: ajax refersh Pin
JP_Rocks20-Oct-11 3:27
JP_Rocks20-Oct-11 3:27 
QuestionUdpClient access denied exception Pin
David Knechtges13-Oct-11 8:48
David Knechtges13-Oct-11 8:48 
AnswerRe: UdpClient access denied exception Pin
Richard Andrew x6413-Oct-11 11:15
professionalRichard Andrew x6413-Oct-11 11:15 
AnswerRe: UdpClient access denied exception Pin
BobJanova13-Oct-11 22:15
BobJanova13-Oct-11 22:15 
QuestionC# ASP.NET Architecture .. Which one should we use ? Pin
UBX13-Oct-11 4:44
UBX13-Oct-11 4:44 
AnswerRe: C# ASP.NET Architecture .. Which one should we use ? Pin
BobJanova13-Oct-11 5:28
BobJanova13-Oct-11 5:28 
GeneralRe: C# ASP.NET Architecture .. Which one should we use ? Pin
UBX13-Oct-11 6:30
UBX13-Oct-11 6:30 
AnswerRe: C# ASP.NET Architecture .. Which one should we use ? Pin
Eddy Vluggen13-Oct-11 8:10
professionalEddy Vluggen13-Oct-11 8:10 
UBX wrote:
I came from two different organizations that used this architecture however, I'm not at all sure which is the best between this one and another one.

You shouldn't be looking for the best (there is no such thing, or we would all be using what's best), but what's most appropriate.

I wouldn't implement three tiers for a simple tool; the DataGridView can easily bind to a DataTable, and I don't add that tier unless it's adding value in one way or another. It's a simple consideration on whether the overhead of transforming the table to a list has any value in that particular project.

With a larger project, the layers help in keeping it structured and help avoid spaghetti-code. How you organize your tiers is up to you; some people put 'em in folders, others in a separate assembly.
Bastard Programmer from Hell Suspicious | :suss:

QuestionXPath expression Pin
NarVish13-Oct-11 2:31
NarVish13-Oct-11 2:31 
AnswerRe: XPath expression Pin
PIEBALDconsult13-Oct-11 3:18
mvePIEBALDconsult13-Oct-11 3:18 
GeneralRe: XPath expression Pin
NarVish13-Oct-11 3:26
NarVish13-Oct-11 3:26 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 1:41
NarVish18-Oct-11 1:41 
GeneralRe: XPath expression Pin
PIEBALDconsult18-Oct-11 2:44
mvePIEBALDconsult18-Oct-11 2:44 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 2:47
NarVish18-Oct-11 2:47 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 3:22
NarVish18-Oct-11 3:22 
GeneralRe: XPath expression Pin
PIEBALDconsult18-Oct-11 14:35
mvePIEBALDconsult18-Oct-11 14:35 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 18:30
NarVish18-Oct-11 18:30 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 21:46
NarVish18-Oct-11 21:46 
GeneralRe: XPath expression Pin
NarVish18-Oct-11 22:36
NarVish18-Oct-11 22:36 
GeneralRe: XPath expression Pin
PIEBALDconsult19-Oct-11 2:41
mvePIEBALDconsult19-Oct-11 2:41 
GeneralRe: XPath expression Pin
NarVish20-Oct-11 3:47
NarVish20-Oct-11 3:47 
GeneralRe: XPath expression Pin
PIEBALDconsult20-Oct-11 14:47
mvePIEBALDconsult20-Oct-11 14:47 
Questiondynamically create table row and bind database value to it Pin
reogeo200813-Oct-11 1:13
reogeo200813-Oct-11 1:13 
AnswerRe: dynamically create table row and bind database value to it Pin
Not Active13-Oct-11 1:25
mentorNot Active13-Oct-11 1:25 
GeneralRe: dynamically create table row and bind database value to it Pin
reogeo200813-Oct-11 19:04
reogeo200813-Oct-11 19:04 

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.