Tuesday 16 April 2013

Asp.Net: Bypass local proxy

Question:
How to bypass a local proxy when doing HttpWebRequests in dot.net?

Friday 5 April 2013

CSharp: setting private field reflection

Question:
How can I set the StackTrace property of an exception in c#?
Can I set a private field of an object in dot.net?

Tuesday 2 April 2013

Silverlight: get children of a control

Question:
How to get in Silverlight all children of a given control?
Get all children of a given type from a control in Silverlight 4?