www.cryer.co.uk
Brian Cryer's Web Resources

.svc file extension

.svc
WCF web service definition file.

A .svc file is a text file, which contains the information required to allow a WCF service to run. The contents of the file indicate:

  1. The development language used to create the web service. This is typically C# or VB.
  2. The name of the service.
  3. Where the code for the service resides.

.svc files are widely regarded as the successor to .asmx (web services source) files.

For more information see:

Can you add to this? Do you know of any applications not already listed which will work with .svc files, view .svc files or open .svc files? Are you able to contribute any additional reference information or file format information about .svc files or have you spotted any errors or omissions? If so please let us know by emailing us at feedback@cryer.co.uk - Thank you.