Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 6:54
rachel_m14-Sep-12 6:54 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 8:09
rachel_m14-Sep-12 8:09 
AnswerRe: C# process question Pin
PIEBALDconsult13-Sep-12 14:08
mvePIEBALDconsult13-Sep-12 14:08 
QuestionHas anyone built a wrapper for PSexec? Pin
turbosupramk313-Sep-12 7:05
turbosupramk313-Sep-12 7:05 
AnswerRe: Has anyone built a wrapper for PSexec? Pin
Ravi Bhavnani14-Sep-12 2:29
professionalRavi Bhavnani14-Sep-12 2:29 
GeneralRe: Has anyone built a wrapper for PSexec? Pin
turbosupramk314-Sep-12 5:29
turbosupramk314-Sep-12 5:29 
Questionentity framework connection objects Pin
George Nistor13-Sep-12 4:33
George Nistor13-Sep-12 4:33 
AnswerRe: entity framework connection objects Pin
Ingo13-Sep-12 6:00
Ingo13-Sep-12 6:00 
George Nistor wrote:
How should be used these objects,

Which objects?


George Nistor wrote:
Will the server close this connection


Are you talking about an SqlConnection? It will keep open a while, but I close the connection after the operations are done. I open it for the next time again.


George Nistor wrote:
Should be this object(context) thread safe?

They are not thread-safe automatically. You have to use delegates to call them from different threads if you are talking about an sqlconnection.

It would be more helpful if you say what you are talking about as concrete as possible. Otherwise I may have answered your questions but I think I don't have...
------------------------------
Author of Primary ROleplaying SysTem

How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

GeneralRe: entity framework connection objects Pin
George Nistor14-Sep-12 1:15
George Nistor14-Sep-12 1:15 
GeneralRe: entity framework connection objects Pin
Ingo14-Sep-12 1:23
Ingo14-Sep-12 1:23 
QuestionMDI Parent in C# Pin
Zeyad Jalil12-Sep-12 22:41
professionalZeyad Jalil12-Sep-12 22:41 
AnswerRe: MDI Parent in C# Pin
Ingo12-Sep-12 22:49
Ingo12-Sep-12 22:49 
GeneralRe: MDI Parent in C# Pin
Zeyad Jalil12-Sep-12 22:58
professionalZeyad Jalil12-Sep-12 22:58 
AnswerRe: MDI Parent in C# Pin
Ingo13-Sep-12 1:04
Ingo13-Sep-12 1:04 
GeneralRe: MDI Parent in C# Pin
BobJanova13-Sep-12 4:31
BobJanova13-Sep-12 4:31 
AnswerMessage Closed Pin
13-Sep-12 3:09
Albarhami13-Sep-12 3:09 
AnswerRe: MDI Parent in C# Pin
Ingo13-Sep-12 4:15
Ingo13-Sep-12 4:15 
AnswerRe: MDI Parent in C# Pin
Pete O'Hanlon13-Sep-12 4:31
mvePete O'Hanlon13-Sep-12 4:31 
AnswerRe: MDI Parent in C# Pin
BillWoodruff17-Sep-12 6:27
professionalBillWoodruff17-Sep-12 6:27 
QuestionBackUp And Restore of SqlServer 2005 using C# Windows Application Pin
NABIN SEN12-Sep-12 19:14
NABIN SEN12-Sep-12 19:14 
AnswerRe: BackUp And Restore of SqlServer 2005 using C# Windows Application Pin
Roger Wright12-Sep-12 20:28
professionalRoger Wright12-Sep-12 20:28 
QuestionFirst real C# program by C++ developer Pin
PapaGeek12-Sep-12 16:27
PapaGeek12-Sep-12 16:27 
AnswerRe: First real C# program by C++ developer Pin
Roger Wright12-Sep-12 20:21
professionalRoger Wright12-Sep-12 20:21 
GeneralRe: First real C# program by C++ developer Pin
BobJanova12-Sep-12 23:07
BobJanova12-Sep-12 23:07 
GeneralRe: First real C# program by C++ developer Pin
jschell13-Sep-12 8:28
jschell13-Sep-12 8:28 

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.