Click here to Skip to main content
15,868,292 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling a dll file inside a Windows Service Pin
Dave Kreskowiak20-Sep-19 13:11
mveDave Kreskowiak20-Sep-19 13:11 
AnswerRe: Calling a dll file inside a Windows Service Pin
Shameel24-Sep-19 1:01
professionalShameel24-Sep-19 1:01 
AnswerRe: Calling a dll file inside a Windows Service Pin
Gerry Schmitz24-Sep-19 7:53
mveGerry Schmitz24-Sep-19 7:53 
QuestionDivergences with co workers about IDisposable Pin
User 1106097919-Sep-19 4:16
User 1106097919-Sep-19 4:16 
AnswerRe: Divergences with co workers about IDisposable Pin
Richard Deeming19-Sep-19 4:27
mveRichard Deeming19-Sep-19 4:27 
GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097919-Sep-19 4:32
User 1106097919-Sep-19 4:32 
GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097919-Sep-19 5:16
User 1106097919-Sep-19 5:16 
GeneralRe: Divergences with co workers about IDisposable Pin
Richard Deeming19-Sep-19 5:28
mveRichard Deeming19-Sep-19 5:28 
I generally avoid it. The Dispose method isn't supposed to throw manageable exceptions, so if you're just calling Dispose on other managed objects, you shouldn't need to worry about it.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097919-Sep-19 5:36
User 1106097919-Sep-19 5:36 
GeneralRe: Divergences with co workers about IDisposable Pin
Gerry Schmitz19-Sep-19 9:58
mveGerry Schmitz19-Sep-19 9:58 
GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097919-Sep-19 10:03
User 1106097919-Sep-19 10:03 
GeneralRe: Divergences with co workers about IDisposable Pin
Gerry Schmitz19-Sep-19 12:36
mveGerry Schmitz19-Sep-19 12:36 
GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097920-Sep-19 8:11
User 1106097920-Sep-19 8:11 
SuggestionRe: Divergences with co workers about IDisposable Pin
Maciej Los19-Sep-19 20:51
mveMaciej Los19-Sep-19 20:51 
GeneralRe: Divergences with co workers about IDisposable Pin
User 1106097920-Sep-19 5:37
User 1106097920-Sep-19 5:37 
AnswerRe: Divergences with co workers about IDisposable Pin
#realJSOP22-Sep-19 3:28
mve#realJSOP22-Sep-19 3:28 
QuestionHow to connect to a remote windows service Pin
Mahmoud EL-Shazly18-Sep-19 20:51
Mahmoud EL-Shazly18-Sep-19 20:51 
AnswerRe: How to connect to a remote windows service Pin
F-ES Sitecore19-Sep-19 0:20
professionalF-ES Sitecore19-Sep-19 0:20 
AnswerRe: How to connect to a remote windows service Pin
Afzaal Ahmad Zeeshan19-Sep-19 2:08
professionalAfzaal Ahmad Zeeshan19-Sep-19 2:08 
GeneralRe: How to connect to a remote windows service Pin
Mahmoud EL-Shazly19-Sep-19 5:22
Mahmoud EL-Shazly19-Sep-19 5:22 
GeneralRe: How to connect to a remote windows service Pin
Afzaal Ahmad Zeeshan19-Sep-19 6:34
professionalAfzaal Ahmad Zeeshan19-Sep-19 6:34 
QuestionC# Insert TextBox Text into MS Database Pin
DreyerVorster18-Sep-19 10:20
DreyerVorster18-Sep-19 10:20 
AnswerRe: C# Insert TextBox Text into MS Database Pin
Mycroft Holmes18-Sep-19 12:37
professionalMycroft Holmes18-Sep-19 12:37 
GeneralRe: C# Insert TextBox Text into MS Database Pin
DreyerVorster18-Sep-19 19:27
DreyerVorster18-Sep-19 19:27 
AnswerRe: C# Insert TextBox Text into MS Database Pin
jkirkerx18-Sep-19 12:51
professionaljkirkerx18-Sep-19 12:51 

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.