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

.NET (Core and Framework)

 
AnswerRe: Unit Testing in VSTS 2008 Pin
John_Adams7-Oct-08 11:43
John_Adams7-Oct-08 11:43 
QuestionBackup help Pin
akshayshirke111-Oct-08 21:47
akshayshirke111-Oct-08 21:47 
Question.Net Help Pin
akshayshirke111-Oct-08 21:43
akshayshirke111-Oct-08 21:43 
AnswerRe: .Net Help Pin
Pete O'Hanlon1-Oct-08 22:59
mvePete O'Hanlon1-Oct-08 22:59 
AnswerRe: .Net Help Pin
Brij2-Oct-08 18:21
mentorBrij2-Oct-08 18:21 
AnswerRe: .Net Help Pin
Paul Conrad3-Oct-08 6:40
professionalPaul Conrad3-Oct-08 6:40 
QuestionAppDomain - Exchanging data between host and child processes Pin
Daniel Jansson1-Oct-08 4:20
Daniel Jansson1-Oct-08 4:20 
AnswerRe: AppDomain - Exchanging data between host and child processes Pin
Wendelius1-Oct-08 4:47
mentorWendelius1-Oct-08 4:47 
Don't know about BizTalk, but normally sql connections are pooled so they are not actually closed, but only reset and returned to connection pool.

However, the connection must be closed (in code) before the connection goes out of scope. Without closing the connection properly in .Net you may encounter odd behaviour (especialy with transactions).

After closing the connection in .Net, if you take a look at database server, you can still see the connection (since it's open and in the pool). The connection is actually closed when it ages out of the pool.

Mika

The need to optimize rises from a bad design

GeneralRe: AppDomain - Exchanging data between host and child processes Pin
Daniel Jansson1-Oct-08 5:29
Daniel Jansson1-Oct-08 5:29 
GeneralRe: AppDomain - Exchanging data between host and child processes Pin
Wendelius2-Oct-08 4:44
mentorWendelius2-Oct-08 4:44 
AnswerRe: AppDomain - Exchanging data between host and child processes Pin
Mark Churchill2-Oct-08 5:23
Mark Churchill2-Oct-08 5:23 
QuestionMMC Snap-In Pin
sedrik_k30-Sep-08 4:09
sedrik_k30-Sep-08 4:09 
AnswerRe: MMC Snap-In Pin
led mike30-Sep-08 5:03
led mike30-Sep-08 5:03 
GeneralRe: MMC Snap-In Pin
sedrik_k2-Oct-08 22:52
sedrik_k2-Oct-08 22:52 
GeneralRe: MMC Snap-In Pin
Pete O'Hanlon2-Oct-08 23:10
mvePete O'Hanlon2-Oct-08 23:10 
GeneralRe: MMC Snap-In Pin
led mike3-Oct-08 5:48
led mike3-Oct-08 5:48 
QuestionRe: MMC Snap-In Pin
Mark Salsbery3-Oct-08 5:53
Mark Salsbery3-Oct-08 5:53 
QuestionHow can I send Outlook Email with vote using .NET ? Pin
Zyraph29-Sep-08 23:28
Zyraph29-Sep-08 23:28 
GeneralRe: How can I send Outlook Email with vote using .NET ? Pin
led mike30-Sep-08 4:56
led mike30-Sep-08 4:56 
QuestionClickOnce Deploy Dependency Issue Pin
Tristan Rhodes29-Sep-08 6:04
Tristan Rhodes29-Sep-08 6:04 
AnswerRe: ClickOnce Deploy Dependency Issue Pin
Wendelius29-Sep-08 17:59
mentorWendelius29-Sep-08 17:59 
GeneralRe: ClickOnce Deploy Dependency Issue [modified] Pin
Tristan Rhodes29-Sep-08 22:03
Tristan Rhodes29-Sep-08 22:03 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Wendelius30-Sep-08 3:02
mentorWendelius30-Sep-08 3:02 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Tristan Rhodes30-Sep-08 6:09
Tristan Rhodes30-Sep-08 6:09 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Wendelius30-Sep-08 6:25
mentorWendelius30-Sep-08 6:25 

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.