Click here to Skip to main content
15,886,055 members
Home / Discussions / C#
   

C#

 
QuestionMicrosoft Bug Reporting Tool for VS 2012 Pin
Bram van Kampen25-Jun-13 14:13
Bram van Kampen25-Jun-13 14:13 
AnswerRe: Microsoft Bug Reporting Tool for VS 2012 Pin
Ron Beyer25-Jun-13 15:06
professionalRon Beyer25-Jun-13 15:06 
QuestionWindows Service Design - connection pool Pin
nlarson1125-Jun-13 10:52
nlarson1125-Jun-13 10:52 
AnswerRe: Windows Service Design - connection pool Pin
Eddy Vluggen25-Jun-13 22:23
professionalEddy Vluggen25-Jun-13 22:23 
GeneralRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 3:40
nlarson1126-Jun-13 3:40 
QuestionRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 6:37
professionalEddy Vluggen26-Jun-13 6:37 
AnswerRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 7:48
nlarson1126-Jun-13 7:48 
GeneralRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 22:36
professionalEddy Vluggen26-Jun-13 22:36 
nlarson11 wrote:
The pool, connections, and transactions to the mainframe are all created/handled in the windows service
The Pool, Connection and Transaction are managed .NET classes? If yes, which clients will be using those classes?

The static classes in there will be unique per AppDomain. You can't a static class to share resources among different applications - there's not a static class that's "global" across applications.

A Windows-Service would only be usefull if there's an app that needs to run without user-supervision. It'd be comparable to writing a server-application, and yes, you could communicate with that.

Is there an unmanaged resource that the Pool is protecting? What kind of connection is the user expecting? It "feels" like you're trying to limit database-connections - am I right?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionTree View in List View control Pin
Jai Deo Tiwari25-Jun-13 4:22
Jai Deo Tiwari25-Jun-13 4:22 
AnswerRe: Tree View in List View control Pin
Ingo25-Jun-13 5:27
Ingo25-Jun-13 5:27 
QuestionAuthentication to IP-Cam for streaming Pin
Nick_Frenk24-Jun-13 22:36
Nick_Frenk24-Jun-13 22:36 
SuggestionRe: Authentication to IP-Cam for streaming Pin
Richard MacCutchan24-Jun-13 23:40
mveRichard MacCutchan24-Jun-13 23:40 
AnswerRe: Authentication to IP-Cam for streaming Pin
Eddy Vluggen25-Jun-13 9:56
professionalEddy Vluggen25-Jun-13 9:56 
GeneralRe: Authentication to IP-Cam for streaming Pin
Nick_Frenk26-Jun-13 0:40
Nick_Frenk26-Jun-13 0:40 
Questionsetup error Pin
User349024-Jun-13 14:03
User349024-Jun-13 14:03 
AnswerRe: setup error Pin
NotPolitcallyCorrect24-Jun-13 14:47
NotPolitcallyCorrect24-Jun-13 14:47 
AnswerRe: setup error Pin
Abhinav S24-Jun-13 20:01
Abhinav S24-Jun-13 20:01 
GeneralRe: setup error Pin
User349024-Jun-13 23:37
User349024-Jun-13 23:37 
Questionerror when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 4:14
User349024-Jun-13 4:14 
AnswerRe: error when i try to not exit with program when i press button no in messagebox Pin
OriginalGriff24-Jun-13 5:07
mveOriginalGriff24-Jun-13 5:07 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
Ron Nicholson24-Jun-13 5:18
professionalRon Nicholson24-Jun-13 5:18 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
Pete O'Hanlon24-Jun-13 5:21
mvePete O'Hanlon24-Jun-13 5:21 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 5:55
User349024-Jun-13 5:55 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
OriginalGriff24-Jun-13 6:18
mveOriginalGriff24-Jun-13 6:18 
AnswerRe: error when i try to not exit with program when i press button no in messagebox Pin
Bernhard Hiller24-Jun-13 21:58
Bernhard Hiller24-Jun-13 21:58 

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.