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

.NET (Core and Framework)

 
GeneralPros and Cons of using .NET Pin
Nick Blumhardt22-Jan-03 14:16
Nick Blumhardt22-Jan-03 14:16 
GeneralRe: Pros and Cons of using .NET Pin
Christian Graus22-Jan-03 14:37
protectorChristian Graus22-Jan-03 14:37 
GeneralRe: Pros and Cons of using .NET Pin
Nick Blumhardt22-Jan-03 15:04
Nick Blumhardt22-Jan-03 15:04 
GeneralRe: Pros and Cons of using .NET Pin
Stephane Rodriguez.24-Jan-03 21:36
Stephane Rodriguez.24-Jan-03 21:36 
GeneralRe: Pros and Cons of using .NET Pin
TigerNinja_5-Feb-03 5:22
TigerNinja_5-Feb-03 5:22 
QuestionIStream implementation (COM) How to release base .NET Stream ? Pin
cornelos22-Jan-03 4:41
cornelos22-Jan-03 4:41 
GeneralPlease tell me they're joking... Pin
Richard Deeming22-Jan-03 0:50
mveRichard Deeming22-Jan-03 0:50 
GeneralRe: Please tell me they're joking... Pin
Sijin22-Jan-03 3:31
Sijin22-Jan-03 3:31 
hmmmm....I think what that means is that before you could do

<br />
class A<br />
{<br />
 protected void B();<br />
}<br />
<br />
class C<br />
{<br />
 public void D()<br />
 {<br />
   A a = new A();<br />
   Delegate del = new Delegate(a.B);<br />
   //This will effectively call a.B() which shouldn't be possible<br />
   del();<br />
  }<br />
<br />
 public void E()<br />
 {<br />
   A a = new A();<br />
   //This won't work<br />
   a.B();<br />
  }<br />
}<br />
<br />


I guess what the bug fixes is that you can effictively call A.B() even though it is not accessible via delegates.

I sure hope that's what it means Smile | :) Smile | :)

May the Source be with you
Sonork ID 100.9997 sijinjoseph

GeneralRe: Please tell me they're joking... Pin
Richard Deeming22-Jan-03 3:40
mveRichard Deeming22-Jan-03 3:40 
GeneralOK, so I'm thick! Pin
Richard Deeming22-Jan-03 5:18
mveRichard Deeming22-Jan-03 5:18 
Generalplz help urgent for setup !! Pin
drmzunlimited21-Jan-03 23:21
drmzunlimited21-Jan-03 23:21 
GeneralRe: plz help urgent for setup !! Pin
Vasudevan Deepak Kumar23-Jan-03 1:16
Vasudevan Deepak Kumar23-Jan-03 1:16 
GeneralHandling events raised by a COM component in a Windows Service developed in .NET Pin
Anonymous20-Jan-03 4:21
Anonymous20-Jan-03 4:21 
GeneralRe: Handling events raised by a COM component in a Windows Service developed in .NET Pin
Stephane Rodriguez.21-Jan-03 11:02
Stephane Rodriguez.21-Jan-03 11:02 
Generalwriting a game in .net Pin
joooooooe20-Jan-03 3:00
joooooooe20-Jan-03 3:00 
GeneralRe: writing a game in .net Pin
Tomas Petricek21-Jan-03 10:28
Tomas Petricek21-Jan-03 10:28 
GeneralComparing the assembly name resulted in the mismatch: PUBLIC KEY TOKEN Pin
Ingram Leedy18-Jan-03 12:15
Ingram Leedy18-Jan-03 12:15 
GeneralDesigners/CodeDOM Pin
CAR17-Jan-03 10:03
CAR17-Jan-03 10:03 
GeneralDeploying a .NET app Pin
antoine@orchus-tech17-Jan-03 3:59
antoine@orchus-tech17-Jan-03 3:59 
GeneralRe: Deploying a .NET app Pin
Joel Matthias17-Jan-03 5:16
Joel Matthias17-Jan-03 5:16 
QuestionBug in Bitmap class? Pin
Stan Shannon17-Jan-03 2:29
Stan Shannon17-Jan-03 2:29 
AnswerRe: Bug in Bitmap class? Pin
leppie17-Jan-03 7:23
leppie17-Jan-03 7:23 
GeneralRe: Bug in Bitmap class? Pin
Stan Shannon17-Jan-03 9:03
Stan Shannon17-Jan-03 9:03 
GeneralBidirectional TCP Genuine Channels are Available. Pin
Bill200217-Jan-03 0:12
Bill200217-Jan-03 0:12 
GeneralAccessing/remoting a network PC Pin
vlusardi15-Jan-03 13:38
vlusardi15-Jan-03 13:38 

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.