DCSIMG
WCF - Amir Shevat's Blog

Amir Shevat's Blog

Some rules can be bend while other can be broken…

Browse by Tags

All Tags » WCF (RSS)
OpenUp - Transfer gigantic DataTables over WCF / .Net Remoting
Guy Eden has released a new project to OpenUp : This solution deals with transferring huge DataTables over WCF and .NET Remoting. When transporting large DataTables between a Server and a remote Client, there are several issues; that stem from .NET serialization. Serialization of a large DataTable is memory thirsty. A large enough DataTable will cause the client to get System.OutOfMemoryException, or System.InsufficientMemoryException. Those exceptions cannot be caught at the server side, as they...
OpenUp - WCF Extras
Eyal Post has released an open source project to OpenUp called WCF Extras . WCF Extras is a collection of useful WCF extensions including Soap Header support, WSDL documentation etc. The WCF platform is very extensible and allows you to easily add features that are not part of the core product. This project contains some extensions needed in a WCF based project: SOAP Header support for WCF Adding WSDL Documentation from Source Code XML Comments Override SOAP Address Location URL Single WSDL file...
OpenUp - WCF Visualizers, WPF Recursion Controls and CAB WorkItem Visualization
Eyal Vardi has submitted three new open source projects to OpenUp: CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items. CAB WorkItem Visualizations contains 3 main windows: 1. CAB WorkItem Visualizations hierarchy tree. 2. Properties Windows. 3. Control Visualizer, show the Workspace and SmartPart. WPF Recursion Controls presents a simple language for drawing pictures that illustrates...