Click here to Skip to main content
15,890,438 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: True OOP? Pin
Eddy Vluggen10-Feb-10 22:21
professionalEddy Vluggen10-Feb-10 22:21 
QuestionEntity framework + IDataErrorInfo Pin
Ravi Mori10-Feb-10 19:06
Ravi Mori10-Feb-10 19:06 
NewsVisual Studio 2010 Release Candidate now at general availability Pin
brucedkyle10-Feb-10 10:50
brucedkyle10-Feb-10 10:50 
QuestionWindows Service Pin
koleraba10-Feb-10 2:53
koleraba10-Feb-10 2:53 
AnswerRe: Windows Service Pin
Not Active10-Feb-10 3:03
mentorNot Active10-Feb-10 3:03 
GeneralRe: Windows Service Pin
koleraba10-Feb-10 3:17
koleraba10-Feb-10 3:17 
GeneralRe: Windows Service Pin
Not Active10-Feb-10 3:40
mentorNot Active10-Feb-10 3:40 
AnswerRe: Windows Service Pin
Covean10-Feb-10 3:16
Covean10-Feb-10 3:16 
In general you have to avoid everything that does something with the GUI.
Services that try to open a window or something in that way will hang up
(except services that can interact with the desktop, but don't use this anymore because it becomes obsolete).

But you can use the class System.Timers.Timer in a service, you can't use the System.Windows.Forms.Timer!
Greetings
Covean

GeneralRe: Windows Service Pin
koleraba10-Feb-10 3:28
koleraba10-Feb-10 3:28 
GeneralRe: Windows Service Pin
Covean10-Feb-10 3:49
Covean10-Feb-10 3:49 
GeneralRe: Windows Service Pin
koleraba10-Feb-10 3:55
koleraba10-Feb-10 3:55 
GeneralRe: Windows Service Pin
Covean10-Feb-10 4:11
Covean10-Feb-10 4:11 
NewsEnterprise Library 5.0 Beta1 and Unity 2.0 Beta1 released - evaluate now! Pin
gmelnik210-Feb-10 2:47
gmelnik210-Feb-10 2:47 
QuestionMessage Removed Pin
9-Feb-10 20:52
T21029-Feb-10 20:52 
AnswerRe: Query CSV file using Distinct & Order by Pin
Richard MacCutchan9-Feb-10 21:44
mveRichard MacCutchan9-Feb-10 21:44 
GeneralRe: Query CSV file using Distinct & Order by Pin
T21029-Feb-10 22:39
T21029-Feb-10 22:39 
Questionjavascript wtih LinkButton Confirmation box Formatting Text Pin
Zap-Man9-Feb-10 18:16
Zap-Man9-Feb-10 18:16 
AnswerRe: javascript wtih LinkButton Confirmation box Formatting Text Pin
thatraja9-Feb-10 22:11
professionalthatraja9-Feb-10 22:11 
GeneralRe: javascript wtih LinkButton Confirmation box Formatting Text Pin
Zap-Man10-Feb-10 2:54
Zap-Man10-Feb-10 2:54 
QuestionRegarding Windows Workflow Pin
bluish9-Feb-10 13:08
bluish9-Feb-10 13:08 
AnswerRe: Regarding Windows Workflow Pin
Richard MacCutchan9-Feb-10 21:43
mveRichard MacCutchan9-Feb-10 21:43 
QuestionRegarding FileSystemWatcher Pin
bluish9-Feb-10 13:07
bluish9-Feb-10 13:07 
AnswerRe: Regarding FileSystemWatcher Pin
Luc Pattyn9-Feb-10 13:35
sitebuilderLuc Pattyn9-Feb-10 13:35 
GeneralRe: Regarding FileSystemWatcher Pin
bluish9-Feb-10 19:09
bluish9-Feb-10 19:09 
GeneralRe: Regarding FileSystemWatcher Pin
Luc Pattyn10-Feb-10 1:13
sitebuilderLuc Pattyn10-Feb-10 1:13 

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.