Sign in
Yao's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ApiExplorer
ASP.NET MVC
Azure Blob Storage
CORS
Documentation
Facebook Application
File Upload
Help Page
Test Client
WebAPI
Windows Azure
Archive
Archives
April 2013
(1)
January 2013
(1)
December 2012
(3)
October 2012
(3)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(1)
May 2012
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yao's blog
Try out ASP.NET Web API CORS support using the nightly builds
Posted
1 month ago
by
Yao - MSFT
21
Comments
Recently we just added the support for CORS in Web API. You can find more information on this from our Channel 9 video . Although the feature is checked in, it’s not officially released yet. Nevertheless, you can try it out using our signed nightly builds...
Yao's blog
Design-time generation of help page (or client) for ASP.NET Web API
Posted
3 months ago
by
Yao - MSFT
19
Comments
All the help page samples I’ve shown you so far are pretty much generated at runtime, meaning the help page is generated after you start the application. Today, I’m going to show you that it doesn’t always need to be generated at runtime. In fact, it...
Yao's blog
Making ASP.NET Web API Help Page work on self-hosted services
Posted
4 months ago
by
Yao - MSFT
2
Comments
Even though ASP.NET Web API Help Page is implemented using ASP.NET MVC, which won’t work on self-hosted services, most of the code in the package however can be reused to support the generation of Help Page on self host. I’ve created a sample to illustrate...
Yao's blog
ASP.NET Web API Help Page Part 3: Advanced Help Page customizations
Posted
5 months ago
by
Yao - MSFT
24
Comments
In this post, I’ll go over some advanced customization scenarios for ASP.NET Web API Help Page . First, I’ll demonstrate how you can enable new functionalities such as displaying the documentation in the <returns> tag by adding a new property to...
Yao's blog
Adding a simple Test Client to ASP.NET Web API Help Page
Posted
5 months ago
by
Yao - MSFT
23
Comments
ASP.NET Web API Help Page is a useful extension that automatically generates a web-based documentation for you Web APIs. It makes debugging easier because you can copy/paste the information from Help Page to tools like Fiddler, to call your Web API service...
Yao's blog
Deploying your first Facebook App on Azure using ASP.NET MVC Facebook Template
Posted
6 months ago
by
Yao - MSFT
0
Comments
Today we announced the preview for ASP.NET Fall 2012 Update and one of the cool features we added to the update is the Facebook Application Template . This template includes a new library that makes it easier to develop Facebook applications using ASP...
Yao's blog
ASP.NET Web API Help Page is now part of the Web API project template
Posted
6 months ago
by
Yao - MSFT
0
Comments
I’m pleased to announce that with the ASP.NET Fall 2012 Update (preview), ASP.NET Web API Help Page is now included by default in the Web API project template. Check it out by downloading the installer available at http://www.asp.net/vnext . To see this...
Yao's blog
ASP.NET Web API Help Page Part 2: Providing custom samples on the Help Page
Posted
7 months ago
by
Yao - MSFT
16
Comments
Samples in ASP.NET Web API Help Page are automatically generated based on your action parameters and return types. They represent the kind of contents that could go into the request or response body. For instance, if you have the Delete action inside...
Yao's blog
ASP.NET Web API Help Page Part 1: Basic Help Page customizations
Posted
7 months ago
by
Yao - MSFT
16
Comments
Now that you have installed the ASP.NET Web API Help Page , I’m going to walk you through some of the basic customizations that you can do to make the help page more personalized. Changing the help page URI By default, the help page is available at /help...
Yao's blog
Introducing the ASP.NET Web API Help Page (Preview)
Posted
9 months ago
by
Yao - MSFT
50
Comments
Today, following the announcement of the official release for ASP.NET Web API , we also released a preview for the ASP.NET Web API Help Page , which is available as a NuGet package. This package automatically generates help page content for Web APIs on...
Yao's blog
ASP.NET Web API and Azure Blob Storage
Posted
10 months ago
by
Yao - MSFT
14
Comments
When you create a Web API service that needs to store large amount of unstructured data (pictures, videos, documents, etc.), one of the options you can consider is to use Windows Azure Blob Storage. It provides a fairly straightforward way of storing...
Yao's blog
Using ApiExplorer to export API information to PostMan, a Chrome extension for testing Web APIs
Posted
11 months ago
by
Yao - MSFT
0
Comments
Couple days ago, Henrik brought this post into my attention - It’s a nice article that describes how you can use a chrome extension, PostMan , to debug and test an ASP.NET Web API service. I played around with the extension and liked the fact that it...
Yao's blog
ASP.NET Web API: Generating a Web API help page using ApiExplorer
Posted
11 months ago
by
Yao - MSFT
30
Comments
In the previous post , I briefly introduced you to the IApiExplorer which can be used to generate documentation, machine-readable metadata, or a test client. In this blog post, we’re going to take a closer look at the ApiExplorer, which is the default...
Yao's blog
ASP.NET Web API: Introducing IApiExplorer/ApiExplorer
Posted
over 1 year ago
by
Yao - MSFT
4
Comments
IApiExplorer is an abstraction layer that allows you to obtain a description of the structure of your Web APIs. This information can be used to produce documentation, machine-readable metadata, or a test client. ApiExplorer is the default implementation...
Page 1 of 1 (14 items)