Tag Archives: WCF
Uploading Large Files To Self Hosted WCF Rest Service
There are several helpful posts regarding uploading and downloading large files from REST and SOAP based WCF services. I wanted to create my own example of uploading large files to a simple WCF 4.0 REST based service. By large, I … Continue reading
Sharing Connection Strings & Endpoints Between WCF Services
Imagine you need to maintain several interdependent web services on a web server that call each other and some other outside web services. To add to the fun, most of them retrieve data from various SQL Server databases. In this … Continue reading