かずきのBlog@hatena

すきな言語は C# + XAML の組み合わせ。Azure Functions も好き。最近は Go 言語勉強中。日本マイクロソフトで働いていますが、ここに書いていることは個人的なメモなので会社の公式見解ではありません。

WCF RIA Services Toolkit

ずっと何のためにあるのかわからなかったWCF RIA ServicesのToolkitですが、見てみるとこんな機能が・・・。

  1. LinqToSql DomainService
  2. Soap endpoint - This enables you to expose a soap endpoint for your DomainService
  3. JSON endpoint - This enables you to expose a JSON endpoint for your DomainService
  4. ASP.net DomainDataSource - This control will enable you to create an ASP.net application that can talk to your DomainService
  5. WCF client proxy auto generation/updating for WCF Core Service – This enables you to get up-to-date WCF proxy and configuration each time you build your solution, when you add Silverlight-enable WCF service in your Silverlight application.

何だか、Soap endpointも提供してくれる機能があるらしい・・・。ということは、コンソールアプリケーションからもRIA Servicesが使えるのかも!?
ちょっとアツイ。後でちぇくするためにメモ。

http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=7b43bab5-a8ff-40ed-9c84-11abb9cda559