5
votes
6answers
2k views
How to parse a query string into a NameValueCollection in .NET
I would like to parse a string such as "p1=6&p2=7&p3=8" into a NameValueCollection.
What is the most elegant way of doing this when you don't have access to the Page.Request object …
0
votes
7answers
409 views
How do you store an Integer and Boolean key value pair in an un-ordered collection?
I need to store a list of key value pairs of (integer, boolean) in .NET
When I use a dictionary it re-orders them. Is there a built in collection that will handle this.
…
2
votes
5answers
734 views
How do I unsubscribe all handlers from an event for a particular class in C#?
Basic premise:
I have a Room which publishes an event when an Avatar "enters" to all Avatars within the Room. When an Avatar leaves the Room I want it to remove all subscriptions for that …
0
votes
How to route AMF requests though one trusted server
If you happen to be using asp.net in your web server you can use either FlourineFx (open source) or …
