摘要:
This is the last post in the series about data source controls and the new data binding infrastructure. Just to sum up: In Part 1 I explained the classes involved in the new data bound controls that s... 阅读全文
摘要:
It's time to talk about the abstract class DataSourceView. The DataSourceView class exposes the capabilities of the data source control (if it can update, insert, delete, page, sort…) and has the meth... 阅读全文
摘要:
In a previous article I explained the infrastructure for a data bound control (how it gets data from a DataSourceView and when the framework calls the DataBind method). Now it's time to explain a bit ... 阅读全文
摘要:
The new data source controls and the new data binding infrastructure is a cool feature that can simplify development time (especially for simple scenarios and for people without much knowledge of the framework). However, for hardcore developers, not knowing what exactly the new data binding infrastructure does under the hood is problematic and unfortunately, it isn't very well documented anywhere... I'll try to explain some of the "magic" involved in this. 阅读全文