Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~911 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for SimonSellick

Hi, Can anyone point me towards a working example of a plug-in architecture for C#/.Net 2? I am developing a simple task manager and I want the individual task types to have their own, separately compiled processors. These will conform to a common interface / API defined by the task …

Member Avatar for SimonSellick
0
167
Member Avatar for nsutton

I'm not a C# expert and don't know the exact function / method names, but the basic way to get a random element is to use whatever 'random' function the language provides to generate a number between 0 and 1, then multiply that by the number of elements in your …

Member Avatar for nsutton
0
744

The End.