Click here to Skip to main content
15,899,935 members
Home / Discussions / C#
   

C#

 
Generaldifference between delegate and obsever pattern Pin
netJP12L1-Jan-08 16:46
netJP12L1-Jan-08 16:46 
GeneralRe: difference between delegate and obsever pattern Pin
Ravi Bhavnani1-Jan-08 18:24
professionalRavi Bhavnani1-Jan-08 18:24 
GeneralUpload file using FtpWebRequest Pin
Yulianto.1-Jan-08 15:28
Yulianto.1-Jan-08 15:28 
GeneralGet Stream File Location Pin
sabrown1001-Jan-08 11:47
sabrown1001-Jan-08 11:47 
GeneralRe: Get Stream File Location Pin
J. Dunlap1-Jan-08 12:12
J. Dunlap1-Jan-08 12:12 
QuestionHow To Determine Paint.NET version Pin
sabrown1001-Jan-08 7:56
sabrown1001-Jan-08 7:56 
AnswerRe: How To Determine Paint.NET version Pin
Judah Gabriel Himango1-Jan-08 9:18
sponsorJudah Gabriel Himango1-Jan-08 9:18 
GeneralInherited User Control [modified] Pin
beatles16921-Jan-08 4:57
beatles16921-Jan-08 4:57 
GeneralRe: Urgent!!!! Inherited User Control Pin
Muammar©1-Jan-08 6:26
Muammar©1-Jan-08 6:26 
GeneralRe: Urgent!!!! Inherited User Control Pin
beatles16921-Jan-08 6:32
beatles16921-Jan-08 6:32 
GeneralRe: Urgent!!!! Inherited User Control Pin
Richard Andrew x641-Jan-08 10:37
professionalRichard Andrew x641-Jan-08 10:37 
GeneralWorking with LicenseProviderAttribute Pin
Itay Sagui1-Jan-08 4:36
Itay Sagui1-Jan-08 4:36 
GeneralRe: Working with LicenseProviderAttribute Pin
Mark Churchill2-Jan-08 3:00
Mark Churchill2-Jan-08 3:00 
GeneralGetting all text in word document Pin
Tarek Jabri1-Jan-08 4:20
Tarek Jabri1-Jan-08 4:20 
GeneralRe: Getting all text in word document Pin
beatles16921-Jan-08 5:47
beatles16921-Jan-08 5:47 
GeneralRe: Getting all text in word document Pin
Giorgi Dalakishvili1-Jan-08 9:15
mentorGiorgi Dalakishvili1-Jan-08 9:15 
Generalproblem in object splitting Pin
chanzeb1-Jan-08 2:43
chanzeb1-Jan-08 2:43 
GeneralRe: problem in object splitting Pin
beatles16921-Jan-08 6:01
beatles16921-Jan-08 6:01 
QuestionExchanging varibles between forms? Pin
DSdragondude1-Jan-08 1:58
DSdragondude1-Jan-08 1:58 
AnswerRe: Exchanging varibles between forms? Pin
beatles16921-Jan-08 6:11
beatles16921-Jan-08 6:11 
AnswerRe: Exchanging varibles between forms? Pin
Giorgi Dalakishvili1-Jan-08 9:08
mentorGiorgi Dalakishvili1-Jan-08 9:08 
GeneralPrinting Problem Pin
alimohammed1-Jan-08 0:59
alimohammed1-Jan-08 0:59 
GeneralWriting BLOB from Database to WordFile using C# Pin
Dev Motiramani31-Dec-07 23:22
Dev Motiramani31-Dec-07 23:22 
GeneralRe: Writing BLOB from Database to WordFile using C# Pin
beatles16921-Jan-08 5:39
beatles16921-Jan-08 5:39 
GeneralDatabase connections Pin
Martin Marvinski31-Dec-07 17:13
Martin Marvinski31-Dec-07 17:13 
I'm using Npgsql to connect to postgresql in my dot net app. I create a new connection every time I need to perform a database operation. I store the username and password and if the user goes to another windows form, I pass the username and password to the constructor and then create another connection. This seems wrong to me. Is there a better way to do this? Smile | :)

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.