Convert SOAP Web Services .asmx to WCF Services .svc

I’ve converted an .asmx server to .svc services.
Here a list of witch code I’ve changed from .asmx to .svc infrastructure:

SOAP (.asmx) WCF (.svc)
this.Context.Cache MemoryCache.Default (include System.Runtime.Caching.dll)
Server.MapPath HostingEnvironment.MapPath
Server.HtmlEncode HttpUtility.HtmlEncode

Informazioni su Andrea Regoli

Project Manager .Net Developer WPF WP7 Asp.Net c# javascript ajax SQL sharepoint
Questa voce è stata pubblicata in .Net, Asp.Net, c#, WCF e contrassegnata con , , , , . Contrassegna il permalink.

Lascia un commento

Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati derivati dai commenti.