Tag Archives: Silverlight

Hacking Silverlight part 2

My trip down hackers lane continues. Read part 1 here where I discovered the Csla WcfPortal is used. Before starting my “attack” I do some recon. Silverlight has a build-in security step that requests the clientaccesspolicy.xml file before allowing a … Continue reading

Posted in Security | Tagged , , , , , | 2 Comments

Hacking Silverlight

Someone asked me to hack his Silverlight portal. The goal was to test the security and to give some recommondations for future projects. This is part one of my trip down hackers lane. As a Microsoft developer I know Silverlight … Continue reading

Posted in Security | Tagged , , , , , , , | 2 Comments

Techdays 2012 – day 2

Astrid Hackenberg – Multi-tenant applications on Windows Azure There are four models of sharing: Independent – share nothing Isolated – share infrastructure (IAAS) Isolated – share platform (PAAS) Shared – Share everything (SAAS) SAAS can be implemented on different ways … Continue reading

Posted in Conference | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 2 Comments

Custom AutomationPeer classes

When you use custom controls in your silverlight application, you should implement custom AutomationPeer classes. These AutomationPeer classes will be used in your unittests. Below some different flavours I use in my project. Inherited, when you inherit from a control … Continue reading

Posted in Test | Tagged , , , , , | 6 Comments

Silverlight unittest / automation

Reading up on silverlight unittesting from Justin Angel’s post. I ran into some startup problems like not iheriting from SilverlightTest in my test class (took me two hours ;)) and adding the right assemblies to our project. But the biggest … Continue reading

Posted in Test | Tagged , , , , , | Leave a comment