Tuesday, May 1, 2018

WPF Data Binding With ICustomTypeProvider

Doing a search for ICustomTypeProvider, you can find plenty of examples on how to use this handy interface to perform dynamic data binding between your business objects and WPF. However, almost all these examples assume you’re ready, willing and able to “adjust” your classes to either implement ICustomTypeProvider or use a base class that does. In this article, I’ll show the benefits of the interface, how you might use it out-of-the-box, and I’ll give an example of how you can take advantage of this interface without changing any code in your business objects.

source https://www.c-sharpcorner.com/article/wpf-data-binding-with-icustomtypeprovider/

No comments:

Post a Comment