in

CodePrairie .NET

South Dakota .NET User Group

chrisortman

Browse by Tags

All Tags » WCF (RSS)
  • Mocking server objects from unit tests

    So heres the problem statement: I'd like to be able to use WatiN tests to test my MonoRail views. But the controllers that render these views depend heavily on calling an external webservice that is large (in terms of number of methods and amount...
    Posted Aug 17 2007, 03:49 PM by chrisortman with | with no comments
    Filed under: ,
  • WCF Lessons

    Consider a datacontract like this: [DataContract] public class CreateAccountRequest { private string _accountNumber; private string _accountGroupCode; private AccountProfile _profile; private Contact _billingContact; [DataMember] public string AccountNumber...
    Posted May 11 2007, 01:49 PM by chrisortman with | with no comments
    Filed under: ,
Powered by Community Server (Commercial Edition), by Telligent Systems