Click here to Skip to main content
16,016,345 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in connection string Pin
Shuaib wasif khan27-May-08 9:24
Shuaib wasif khan27-May-08 9:24 
QuestionPicturebox problem Pin
Joplinazz27-May-08 8:10
Joplinazz27-May-08 8:10 
AnswerRe: Picturebox problem Pin
led mike27-May-08 8:39
led mike27-May-08 8:39 
AnswerRe: Picturebox problem Pin
Anthony Mushrow27-May-08 8:41
professionalAnthony Mushrow27-May-08 8:41 
GeneralRe: Picturebox problem Pin
Joplinazz27-May-08 8:47
Joplinazz27-May-08 8:47 
AnswerRe: Picturebox problem Pin
MarkB77727-May-08 14:07
MarkB77727-May-08 14:07 
QuestionUsing static ADO methods in the Data Layer ADO class. Pin
Steve Holdorf27-May-08 6:01
Steve Holdorf27-May-08 6:01 
AnswerRe: Using static ADO methods in the Data Layer ADO class. Pin
N a v a n e e t h27-May-08 6:23
N a v a n e e t h27-May-08 6:23 
Business layer shouldn't know anything about the data layer internals. I mean data layer might be using database or some other data store. Business layer should be isolated. You are returning IDataReader instance and it tells your business layer knows about the data store. You should take a look at DTO (Data transfer object) for passing values between layers. (Information got from colin Smile | :) )

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

Generalecommerce -pay pal Pin
uniqueanurag27-May-08 4:44
uniqueanurag27-May-08 4:44 
GeneralRe: ecommerce -pay pal Pin
Judah Gabriel Himango27-May-08 6:37
sponsorJudah Gabriel Himango27-May-08 6:37 
GeneralRe: ecommerce -pay pal Pin
Krazy Programmer27-May-08 7:36
Krazy Programmer27-May-08 7:36 
GeneralRe: ecommerce -pay pal Pin
Ennis Ray Lynch, Jr.27-May-08 9:10
Ennis Ray Lynch, Jr.27-May-08 9:10 
QuestionDispose off Notify Icon in Console Application.. Pin
ptr2void27-May-08 4:07
ptr2void27-May-08 4:07 
AnswerRe: Dispose off Notify Icon in Console Application.. Pin
Anthony Mushrow27-May-08 4:32
professionalAnthony Mushrow27-May-08 4:32 
GeneralRe: Dispose off Notify Icon in Console Application.. Pin
leppie27-May-08 5:48
leppie27-May-08 5:48 
GeneralRe: Dispose off Notify Icon in Console Application.. Pin
Anthony Mushrow27-May-08 5:56
professionalAnthony Mushrow27-May-08 5:56 
AnswerRe: Dispose off Notify Icon in Console Application.. Pin
leppie27-May-08 5:46
leppie27-May-08 5:46 
JokeRe: Dispose off Notify Icon in Console Application.. Pin
Anthony Mushrow27-May-08 5:57
professionalAnthony Mushrow27-May-08 5:57 
GeneralRe: Dispose off Notify Icon in Console Application.. Pin
leppie27-May-08 6:26
leppie27-May-08 6:26 
Questionforeach Dictionary Pin
George_George27-May-08 3:56
George_George27-May-08 3:56 
AnswerRe: foreach Dictionary Pin
buchstaben27-May-08 4:01
buchstaben27-May-08 4:01 
GeneralRe: foreach Dictionary Pin
George_George27-May-08 23:45
George_George27-May-08 23:45 
AnswerRe: foreach Dictionary Pin
Guffa27-May-08 4:24
Guffa27-May-08 4:24 
GeneralRe: foreach Dictionary Pin
George_George27-May-08 23:44
George_George27-May-08 23:44 
AnswerRe: foreach Dictionary Pin
J4amieC27-May-08 4:30
J4amieC27-May-08 4:30 

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.