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

.NET (Core and Framework)

 
Generalwfc in J# Pin
ashwathi1-Mar-03 18:26
ashwathi1-Mar-03 18:26 
General.NET Serialization Pin
LindaK28-Feb-03 9:54
LindaK28-Feb-03 9:54 
QuestionHow to remove assembly at runtime Pin
nguyentuancuong27-Feb-03 15:06
nguyentuancuong27-Feb-03 15:06 
AnswerRe: How to remove assembly at runtime Pin
leppie28-Feb-03 6:13
leppie28-Feb-03 6:13 
QuestionWhere is SourceSafe 6.0 in .NET located?? Pin
IrishSonic27-Feb-03 12:24
IrishSonic27-Feb-03 12:24 
AnswerRe: Where is SourceSafe 6.0 in .NET located?? Pin
leppie28-Feb-03 6:15
leppie28-Feb-03 6:15 
GeneralExtensive API Library Pin
Poolbeer27-Feb-03 3:18
Poolbeer27-Feb-03 3:18 
GeneralRe: Extensive API Library Pin
leppie27-Feb-03 9:43
leppie27-Feb-03 9:43 
Have a look at the beta implementation of Win32 security by MS on GotDotNet. Lotsa interop. But it will give you an idea.

On the other hand, you want to make you classes as OO as possible. Have a look at my nBASS library where I have to deal with static and "instance" objects. I say "instance" as the interop is on a library written in C hence no OO structure at all and only give me a pointer to work with. It took several (4/5) drafts to get the final OO model in place. Even with to soon to be released version, I have incorporated designer support, which is quite a task when your object is a singleton.

You can find the latest source on SourceForge: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nbass/nBASS/[^]
It might be of some interest. All I can say is plan, plan, plan, then action.Smile | :)

I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02
GeneralRe: Extensive API Library Pin
Poolbeer27-Feb-03 21:46
Poolbeer27-Feb-03 21:46 
GeneralIf 2 people are working on the exact same project, how do we get each others new parts of the project... Pin
IrishSonic26-Feb-03 9:41
IrishSonic26-Feb-03 9:41 
GeneralRe: If 2 people are working on the exact same project, how do we get each others new parts of the project... Pin
Ray Cassick26-Feb-03 9:47
Ray Cassick26-Feb-03 9:47 
GeneralRe: If 2 people are working on the exact same project, how do we get each others new parts of the project... Pin
leppie26-Feb-03 11:25
leppie26-Feb-03 11:25 
Questionexception handling broken is vs2k3 final beta? Pin
Domster26-Feb-03 1:34
Domster26-Feb-03 1:34 
AnswerRe: exception handling broken is vs2k3 final beta? Pin
Richard Deeming27-Feb-03 6:45
mveRichard Deeming27-Feb-03 6:45 
GeneralRe: exception handling broken is vs2k3 final beta? Pin
Domster27-Feb-03 6:54
Domster27-Feb-03 6:54 
GeneralInteroperability of Remoting Pin
mafia14425-Feb-03 18:17
mafia14425-Feb-03 18:17 
GeneralDraw3dRect Equivelent Pin
Jamie Nordmeyer25-Feb-03 7:26
Jamie Nordmeyer25-Feb-03 7:26 
GeneralRe: Draw3dRect Equivelent Pin
Gumaro26-Feb-03 8:05
Gumaro26-Feb-03 8:05 
GeneralRe: Draw3dRect Equivelent Pin
Brian Olej28-Feb-03 17:54
Brian Olej28-Feb-03 17:54 
GeneralAdding to "Add Reference" Pin
Chris Coote25-Feb-03 7:16
Chris Coote25-Feb-03 7:16 
GeneralRe: Adding to "Add Reference" Pin
Jeff J25-Feb-03 21:11
Jeff J25-Feb-03 21:11 
GeneralRe: Adding to "Add Reference" Pin
leppie26-Feb-03 6:46
leppie26-Feb-03 6:46 
GeneralRe: Adding to "Add Reference" Pin
Chris Coote26-Feb-03 8:33
Chris Coote26-Feb-03 8:33 
GeneralRe: Adding to "Add Reference" Pin
Chris Coote26-Feb-03 8:44
Chris Coote26-Feb-03 8:44 
GeneralReferences Pin
Ranjan Banerji24-Feb-03 12:52
Ranjan Banerji24-Feb-03 12:52 

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.