As promised, here are the slides and demos for a talk I did at last weekend’s Code Camp. Good turn-out of some interested and interesting people – sorry to miss the second day but still had a great time. Thanks Ivan for getting things off the ground and showing me some new dance moves.
Here’s a list of links to some things I covered in the talk.
- SoapUI – great for interrogating and calling services and also for mocking out dependencies to products that may not be available during development
- Moq – this was the mocking framework I used to mock an implementation of the CustomerService – again, another way to eliminate dependencies on products during development and testing.
- Flow – a product that can help integrate disparate systems and manage the flow of data between them. In some ways Flow can be seen as a lighter weight alternative to BizTalk.