.net - Contract First SOA and WCF Contracts -
i have simple question. using wcf create web services. have created services without filling operation bodies. have wsdl files auto-generated service contracts. approach "contract first", if coding operation implementations later?
yes, because you're defining contract between , consuming api first. (but not always) contract/api defined via interface.
edit: namphibian said in comments, if you're building web services contract first, want define wsdl first , generate code there. answer assumed wanted develop .net api contract first , going expose web service after fact.
second edit: wanted add soa principles have nothing web services. can build services exposed via codified api.
Comments
Post a Comment