Site Archives Architecture

Understanding ASP.NET Dynamic Data: Filter Templates


ASP.NET Dynamic Data lets you create extensible model-driven Web applications by inferring the appearance and behavior of entities from the model at run time. This article explains design of the dynamic filtering capabilities and demonstrates how to implement a custom filter template for DateTime data type.

Simplifying WCF: Using Exceptions as Faults


This article describes an overview of error handling in WCF, discusses its advantages and drawbacks and shows how to extend WCF to marshal .NET exceptions as SOAP faults. Ready-to-use source code and examples are available for download.