Tag Archives: SOA

File Transfer with WCF: Part III

Tweet This is the third post on a small series about transferring large files with WCF using streaming : File Transfer With WCF File Transfer With WCF: Part II File Transfer With WCF: Part III I am closing this series … Continue reading

Posted in .NET, C#, WCF | Tagged , , | 29 Comments

Making WCF Serializer Work with Circular References

Tweet The Problem of Circular References Recently I had to model a tree-like structure using a variation of the GoF composite design pattern and to pass this class to a WCF service for further processing. The class has circular reference … Continue reading

Posted in WCF | Tagged , , , | 4 Comments

File Transfer with WCF: Part II

Tweet This is the second post on a small series about transferring large files with WCF using streaming : File Transfer With WCF File Transfer With WCF: Part II File Transfer With WCF: Part III A few readers of my … Continue reading

Posted in WCF | Tagged , , | 6 Comments