About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: Tooling
Usefull unittest links
While updating my unittest I found two challenges: 1. Start the development fabric from my unittest solution 2. Compare byte arrays solution
Posted in Test
Tagged .NET, .NET 4.0, Test, Tooling, unittest, Visual Studio 2010, Windows Azure
Leave a comment
SOAP UI
Another must have tool for WCF / SOA development is SOAP UI http://www.soapui.org/. With this java tool it’s possible te send messages to the service only by pointing it to the WSDL of the service. This simulates a real client. … Continue reading