Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: single applications with multiple forms Pin
Blake Coverett21-Sep-03 22:25
Blake Coverett21-Sep-03 22:25 
GeneralRe: single applications with multiple forms Pin
Azel Low21-Sep-03 22:57
Azel Low21-Sep-03 22:57 
GeneralRe: single applications with multiple forms Pin
Blake Coverett21-Sep-03 23:42
Blake Coverett21-Sep-03 23:42 
GeneralEnum Question Pin
Wjousts21-Sep-03 11:23
Wjousts21-Sep-03 11:23 
GeneralRe: Enum Question Pin
J. Dunlap21-Sep-03 11:31
J. Dunlap21-Sep-03 11:31 
GeneralRe: Enum Question Pin
Wjousts21-Sep-03 11:44
Wjousts21-Sep-03 11:44 
GeneralCOM+ object pooling Pin
devvvy21-Sep-03 0:27
devvvy21-Sep-03 0:27 
GeneralRe: COM+ object pooling Pin
Daniel Turini22-Sep-03 0:36
Daniel Turini22-Sep-03 0:36 
Yes, you missed: pooled components are reused. Suppose you have a limited resource or a resource that takes too much time to acquire (e.g., a mainframe connection - a real world problem I solved using COM+ pooled components). You can then use the same physical connection with two different clients and keep this connection alive effortlessly by using pooled components.
Since you are keeping state (in this example, the mainframe connection) between two different requests, it is ok to say that this component is not stateless.


You can do it on anything you choose - from .bat to .net - A customer
GeneralRe: COM+ object pooling Pin
devvvy22-Sep-03 0:48
devvvy22-Sep-03 0:48 
GeneralCustom Namespaces Pin
maraymer20-Sep-03 23:42
maraymer20-Sep-03 23:42 
GeneralRe: Custom Namespaces Pin
Paul Watson21-Sep-03 10:43
sitebuilderPaul Watson21-Sep-03 10:43 
GeneralIcon for a control Pin
CGi0320-Sep-03 22:49
CGi0320-Sep-03 22:49 
GeneralRe: Icon for a control Pin
leppie20-Sep-03 23:12
leppie20-Sep-03 23:12 
GeneralBinding multiple file collections to a form control Pin
Member 52585820-Sep-03 19:01
Member 52585820-Sep-03 19:01 
GeneralRe: Binding multiple file collections to a form control Pin
Blake Coverett20-Sep-03 20:12
Blake Coverett20-Sep-03 20:12 
Generalinterrupt mousemove or scrollbar Pin
novachen20-Sep-03 18:43
novachen20-Sep-03 18:43 
Generali want the code of to upload file with c# Pin
182720-Sep-03 14:39
182720-Sep-03 14:39 
GeneralGetting nested User Control item instance Pin
n3d3us20-Sep-03 13:15
n3d3us20-Sep-03 13:15 
GeneralRe: Getting nested User Control item instance Pin
n3d3us20-Sep-03 13:56
n3d3us20-Sep-03 13:56 
QuestionSockets: Threaded & Async? Pin
oblius20-Sep-03 12:43
oblius20-Sep-03 12:43 
AnswerRe: Sockets: Threaded & Async? Pin
Blake Coverett20-Sep-03 14:01
Blake Coverett20-Sep-03 14:01 
GeneralRe: Sockets: Threaded & Async? Pin
oblius20-Sep-03 14:11
oblius20-Sep-03 14:11 
GeneralRe: Sockets: Threaded & Async? Pin
Blake Coverett20-Sep-03 15:10
Blake Coverett20-Sep-03 15:10 
GeneralRe: Sockets: Threaded & Async? Pin
oblius20-Sep-03 16:20
oblius20-Sep-03 16:20 
GeneralMessage Queue Pin
ravfingcoder20-Sep-03 5:22
ravfingcoder20-Sep-03 5:22 

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.