摘要:
阅读全文
posted @ 2012-02-21 21:15 如是如是 阅读(144) 评论(0) 推荐(0) 编辑
|
|||
摘要:
namespace RestExample.Model{#if SILVERLIGHT using System.ComponentModel; public class Customer : INotifyPropertyChanged #else public class Customer #en... 阅读全文
posted @ 2012-02-21 21:13 如是如是 阅读(160) 评论(0) 推荐(0) 编辑
摘要:
using System.Windows;using System.Windows.Controls;using RestClient.ViewModels;namespace RestClient{ public partial class MainPage : UserControl { MainViewModel _vm; public MainPa... 阅读全文
posted @ 2012-02-21 21:09 如是如是 阅读(146) 评论(0) 推荐(0) 编辑
摘要:
using System.ComponentModel;using RestExample.Model;using System.Collections.ObjectModel;using System;using System.Net;using System.Diagnostics;using System.Xml;using System.Xml.Linq;using System.Linq... 阅读全文
posted @ 2012-02-21 21:07 如是如是 阅读(203) 评论(0) 推荐(0) 编辑
摘要:
using System.Collections.Generic;using System.ServiceModel;using System.ServiceModel.Web;using RestExample.Model;using RestExample.Web.Resources;namespace RestExample.Web.Api{ [ServiceContract] ... 阅读全文
posted @ 2012-02-21 21:05 如是如是 阅读(134) 评论(0) 推荐(0) 编辑
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;using RestExample.Web.Api;using Microsoft.ApplicationServer.Http;namespa... 阅读全文
posted @ 2012-02-21 21:02 如是如是 阅读(264) 评论(0) 推荐(0) 编辑
摘要:
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]The configuration class for Http Services Inheritance HierarchySystem..... 阅读全文
posted @ 2012-02-21 20:58 如是如是 阅读(432) 评论(0) 推荐(0) 编辑 |
|||