Tagged: Development

Get and Set Reflected Property Value 0

Get and Set Reflected Property Value

Here are a couple of handy C# extension methods I’ve created at work to get and set reflected property values. Required Namespaces: 1 2 using System; using System.Reflection;using System; using System.Reflection; 1 2 3...

iPhone Development 0

iPhone Development

So, I’ve slowly been taking some time to watch and learn from the Stanford iPhone Development class that is being podcasted through iTunes.  I haven’t had much time to watch them all yet, I’ve...