Click here to Skip to main content
15,906,296 members
Home / Discussions / C#
   

C#

 
QuestionIs the line terminator one or two characters? Pin
Jun Du5-Jul-10 7:52
Jun Du5-Jul-10 7:52 
AnswerRe: Is the line terminator one or two characters? Pin
DaveyM695-Jul-10 8:05
professionalDaveyM695-Jul-10 8:05 
AnswerRe: Is the line terminator one or two characters? Pin
Dr.Walt Fair, PE5-Jul-10 9:50
professionalDr.Walt Fair, PE5-Jul-10 9:50 
QuestionNeed to initiate seperate background processes using .NET Remoting for Interprocess Communication Pin
glitteringsound5-Jul-10 6:39
glitteringsound5-Jul-10 6:39 
QuestionSharpSVN committing and updating problems - urgent Pin
WebMaster5-Jul-10 1:40
WebMaster5-Jul-10 1:40 
AnswerRe: SharpSVN committing and updating problems - urgent Pin
Richard MacCutchan5-Jul-10 2:20
mveRichard MacCutchan5-Jul-10 2:20 
GeneralRe: SharpSVN committing and updating problems - urgent Pin
WebMaster5-Jul-10 2:22
WebMaster5-Jul-10 2:22 
AnswerRe: SharpSVN committing and updating problems - urgent Pin
Pete O'Hanlon5-Jul-10 3:22
mvePete O'Hanlon5-Jul-10 3:22 
GeneralRe: SharpSVN committing and updating problems - urgent Pin
WebMaster5-Jul-10 3:51
WebMaster5-Jul-10 3:51 
GeneralRe: SharpSVN committing and updating problems - urgent Pin
Pete O'Hanlon5-Jul-10 7:20
mvePete O'Hanlon5-Jul-10 7:20 
Questionsend and receive message in C#.Net Pin
ShafiqA5-Jul-10 1:02
ShafiqA5-Jul-10 1:02 
AnswerRe: send and receive message in C#.Net Pin
Abhinav S5-Jul-10 1:04
Abhinav S5-Jul-10 1:04 
AnswerRe: send and receive message in C#.Net Pin
V.5-Jul-10 1:43
professionalV.5-Jul-10 1:43 
Questionvideo & audio manipulation Pin
yftah19894-Jul-10 23:51
yftah19894-Jul-10 23:51 
GeneralRe: video & audio manipulation Pin
Łukasz Nowakowski5-Jul-10 0:03
Łukasz Nowakowski5-Jul-10 0:03 
AnswerRe: video & audio manipulation Pin
Abhinav S5-Jul-10 0:05
Abhinav S5-Jul-10 0:05 
GeneralRe: video & audio manipulation Pin
yftah19895-Jul-10 1:49
yftah19895-Jul-10 1:49 
GeneralRe: video & audio manipulation Pin
Abhinav S5-Jul-10 3:49
Abhinav S5-Jul-10 3:49 
QuestionC# Check a Column in a Table is a AutoIncriment Column Pin
thanushkag4-Jul-10 18:51
thanushkag4-Jul-10 18:51 
AnswerRe: C# Check a Column in a Table is a AutoIncriment Column Pin
Mycroft Holmes4-Jul-10 21:33
professionalMycroft Holmes4-Jul-10 21:33 
QuestionUse a database like a resource Pin
Steven Solberg4-Jul-10 8:49
Steven Solberg4-Jul-10 8:49 
AnswerRe: Use a database like a resource Pin
Mycroft Holmes4-Jul-10 12:47
professionalMycroft Holmes4-Jul-10 12:47 
Some suggestion - I don't use single shot databases.

The database should be included in your deployment and placed in either your application folder or the users application data folder, the one that turns up as a special folder.

Now you have a relative or stable path to the database and can use that instead of the registry.

2 reasons not to use the registry.
User requires admin rights which may not be available
Registry is sooo 90s
Never underestimate the power of human stupidity
RAH

GeneralRe: Use a database like a resource Pin
Steven Solberg4-Jul-10 21:08
Steven Solberg4-Jul-10 21:08 
GeneralRe: Use a database like a resource Pin
Mycroft Holmes4-Jul-10 21:28
professionalMycroft Holmes4-Jul-10 21:28 
GeneralRe: Use a database like a resource Pin
Steven Solberg4-Jul-10 21:47
Steven Solberg4-Jul-10 21:47 

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.