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

C#

 
AnswerRe: OleDb Exception Displays Only Table Name Pin
AnnieMacD15-Jun-11 13:30
AnnieMacD15-Jun-11 13:30 
GeneralRe: OleDb Exception Displays Only Table Name Pin
Matt U.15-Jun-11 15:47
Matt U.15-Jun-11 15:47 
QuestionIs it possible to query a unix server (SAN) with c sharp? [modified] Pin
turbosupramk315-Jun-11 10:09
turbosupramk315-Jun-11 10:09 
AnswerRe: Is it possible to query a unix server (SAN) with c sharp? Pin
Not Active15-Jun-11 10:16
mentorNot Active15-Jun-11 10:16 
GeneralRe: Is it possible to query a unix server (SAN) with c sharp? Pin
turbosupramk316-Jun-11 2:46
turbosupramk316-Jun-11 2:46 
AnswerRe: Is it possible to query a unix server (SAN) with c sharp? Pin
BobJanova16-Jun-11 2:55
BobJanova16-Jun-11 2:55 
GeneralRe: Is it possible to query a unix server (SAN) with c sharp? Pin
turbosupramk316-Jun-11 3:16
turbosupramk316-Jun-11 3:16 
GeneralRe: Is it possible to query a unix server (SAN) with c sharp? Pin
BobJanova16-Jun-11 8:59
BobJanova16-Jun-11 8:59 
If it is a tool which takes a command line, executes and closes, then for each 'command' you should start a new process, with the command line you want to send, and capture the output. You can do that with Process.Start (set the ProcessStartInfo up to redirect the console streams). The fact it's on Unix shouldn't matter as long as Mono supports that part of the framework, and I'd be astonished if it doesn't.
AnswerRe: Is it possible to query a unix server (SAN) with c sharp? Pin
PIEBALDconsult16-Jun-11 16:07
mvePIEBALDconsult16-Jun-11 16:07 
GeneralRe: Is it possible to query a unix server (SAN) with c sharp? Pin
turbosupramk316-Jun-11 16:54
turbosupramk316-Jun-11 16:54 
QuestionConvert string to datetime Pin
treuveni15-Jun-11 9:16
treuveni15-Jun-11 9:16 
AnswerRe: Convert string to datetime PinPopular
Ennis Ray Lynch, Jr.15-Jun-11 9:23
Ennis Ray Lynch, Jr.15-Jun-11 9:23 
GeneralRe: Convert string to datetime [modified] Pin
treuveni15-Jun-11 9:30
treuveni15-Jun-11 9:30 
AnswerRe: Convert string to datetime PinPopular
AspDotNetDev15-Jun-11 9:41
protectorAspDotNetDev15-Jun-11 9:41 
GeneralRe: Convert string to datetime Pin
treuveni15-Jun-11 9:43
treuveni15-Jun-11 9:43 
AnswerRe: Convert string to datetime Pin
GenJerDan15-Jun-11 11:30
GenJerDan15-Jun-11 11:30 
GeneralRe: Convert string to datetime Pin
AspDotNetDev15-Jun-11 11:40
protectorAspDotNetDev15-Jun-11 11:40 
GeneralRe: Convert string to datetime Pin
GenJerDan16-Jun-11 3:18
GenJerDan16-Jun-11 3:18 
AnswerRe: Convert string to datetime Pin
V.15-Jun-11 20:04
professionalV.15-Jun-11 20:04 
QuestionUndo changes to context when using EntityFramework 4.0/4.1 Pin
MaWeRic15-Jun-11 5:59
MaWeRic15-Jun-11 5:59 
AnswerRe: Undo changes to context when using EntityFramework 4.0/4.1 Pin
dasblinkenlight15-Jun-11 8:33
dasblinkenlight15-Jun-11 8:33 
AnswerRe: Undo changes to context when using EntityFramework 4.0/4.1 Pin
AspDotNetDev15-Jun-11 9:45
protectorAspDotNetDev15-Jun-11 9:45 
Question[Solved] PropertyGrid with multiple SelectedObjects [modified] Pin
lukeer15-Jun-11 4:31
lukeer15-Jun-11 4:31 
QuestionC# webservice Pin
Member 401661615-Jun-11 4:09
Member 401661615-Jun-11 4:09 
AnswerRe: C# webservice Pin
Not Active15-Jun-11 4:15
mentorNot Active15-Jun-11 4:15 

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.