Click here to Skip to main content
16,005,222 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: help me. Pin
Richard MacCutchan10-Sep-09 7:32
mveRichard MacCutchan10-Sep-09 7:32 
AnswerRe: help me. Pin
Dave Kreskowiak10-Sep-09 4:45
mveDave Kreskowiak10-Sep-09 4:45 
AnswerRe: help me. Pin
Not Active10-Sep-09 8:30
mentorNot Active10-Sep-09 8:30 
QuestionClickOnce/MageUI Deployment Error - Using MageUI to add other assemblies to the install. Pin
Jake Slack9-Sep-09 10:23
Jake Slack9-Sep-09 10:23 
Questionproblem with ling Pin
Ebube9-Sep-09 5:43
Ebube9-Sep-09 5:43 
Questionproblem with ling Pin
Ebube9-Sep-09 5:43
Ebube9-Sep-09 5:43 
QuestionUnderstanding using statement Pin
Vipul Mehta9-Sep-09 0:56
Vipul Mehta9-Sep-09 0:56 
AnswerRe: Understanding using statement Pin
Eddy Vluggen9-Sep-09 1:24
professionalEddy Vluggen9-Sep-09 1:24 
The Using statement usually cleans up[^], that is, if your object is disposable.

Alas, the documentation [^]for SqlConnection states;

MSDN wrote:
If the SqlConnection goes out of scope, it won't be closed. Therefore, you must explicitly close the connection by calling Close or Dispose. Close and Dispose are functionally equivalent. If the connection pooling value Pooling is set to true or yes, the underlying connection is returned back to the connection pool. On the other hand, if Pooling is set to false or no, the underlying connection to the server is actually closed.


I are Troll Smile | :)

AnswerRe: Understanding using statement Pin
Jaime Olivares9-Sep-09 3:13
Jaime Olivares9-Sep-09 3:13 
AnswerRe: Understanding using statement Pin
DaveyM699-Sep-09 3:49
professionalDaveyM699-Sep-09 3:49 
AnswerRe: Understanding using statement Pin
supercat911-Sep-09 8:02
supercat911-Sep-09 8:02 
AnswerRe: Understanding using statement Pin
muktaa15-Sep-09 1:12
muktaa15-Sep-09 1:12 
AnswerRe: Understanding using statement Pin
Shameel22-Oct-09 5:37
professionalShameel22-Oct-09 5:37 
QuestionConfigurationManager: ConfigurationErrorsException after removing config attribute? [RESOLVED] Pin
Homncruse8-Sep-09 13:17
Homncruse8-Sep-09 13:17 
AnswerRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel22-Oct-09 5:41
professionalShameel22-Oct-09 5:41 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Homncruse22-Oct-09 6:36
Homncruse22-Oct-09 6:36 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel22-Oct-09 8:56
professionalShameel22-Oct-09 8:56 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Homncruse22-Oct-09 9:34
Homncruse22-Oct-09 9:34 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel23-Oct-09 8:23
professionalShameel23-Oct-09 8:23 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel23-Oct-09 8:25
professionalShameel23-Oct-09 8:25 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Homncruse23-Oct-09 8:41
Homncruse23-Oct-09 8:41 
QuestionPartial loading of .net assemblies Pin
Jaime Olivares7-Sep-09 20:53
Jaime Olivares7-Sep-09 20:53 
AnswerRe: Partial loading of .net assemblies [modified] Pin
Eddy Vluggen7-Sep-09 21:12
professionalEddy Vluggen7-Sep-09 21:12 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares7-Sep-09 21:21
Jaime Olivares7-Sep-09 21:21 
GeneralRe: Partial loading of .net assemblies Pin
Eddy Vluggen7-Sep-09 21:45
professionalEddy Vluggen7-Sep-09 21:45 

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.