What are the WCF Service Reference .datasource files?

后端 未结 4 1897
你的背包
你的背包 2020-12-02 21:34

What are the .datasource files that are automatically generated by \"Create Service Reference\" in Visual Studio? The comment in the file is this:

Th

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 22:14

    The .datasource files are optional, but they can be used in your client app to easily bind a data contract to a ui control. Here is an article explaining how to use them:

    http://msdn.microsoft.com/en-us/library/ee373840.aspx

提交回复
热议问题