About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (167)
Most used tags
Tag Archives: Security
SDN event september 2014
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Posted in Conference
Tagged asp.net, azure, csharp, CTP, mono, NuGet, Roslyn, Security, Visual Studio 2014, vnext, Windows Azure
Leave a comment
Hacking Silverlight part 3
This post should be called Hacking WCF as I will show some configuration hacks in WCF. Read part 2 here where I discussed the clientaccesspolicy.xml and crossdomain.xml files. The Csla WcfPortal I discovered in part 1 (here) is my next … Continue reading
Posted in Security
Tagged csla, proxy, risk, Security, security settings, WCF, WcfPortal, web.config, wsdl
Leave a comment
Salted Hashed Passwords
Saving passwords for your application must be done with caution. Especialy when securing websites. Leaked databases have been exposed all over the internet. In the event your database is exposed you want to make it as hard as possible to … Continue reading