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

.NET (Core and Framework)

 
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 
GeneralRe: AppDomain - Exchanging data between host and child processes Pin
Daniel Jansson1-Oct-08 5:29
Daniel Jansson1-Oct-08 5:29 
Yeah, I know. The problem is that the connections is never re-used. If I retrieve 1000 biz talk messages, I get 1000 connections, if I wait a couple of seconds and retrieves the messages again, another 1000 connections will be created and this brings down the performance on the entire server. (vital in a production environment)

and there is no way to close or reuse the connections in my code since they are created and used purely within Microsoft's own assemblies.

I've tried to use a appdomain to read messages and this works great. The problem is how to return the data.
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 
GeneralRe: ClickOnce Deploy Dependency Issue Pin
Sujit Mandal1-Oct-08 0:25
Sujit Mandal1-Oct-08 0: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.