Sign in
HongmeiG
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
May 2013
(1)
April 2013
(1)
September 2012
(1)
August 2012
(1)
July 2012
(2)
May 2012
(3)
February 2012
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
HongmeiG
ASPNET WebAPI Beta has released
Posted
over 1 year ago
by
Hongmei Ge
2
Comments
Watch Dan's talk on the newly released WebAPI Beta. It is very cool! http://channel9.msdn.com/Shows/Web+Camps+TV/Dan-Roth-on-the-new-ASPNET-Web-API The aspnet web api project can be found at http://aspnetwebstack.codeplex.com/. A lot of new features...
HongmeiG
Supporting Multiple Authentication with Web API in the web hosted case
Posted
over 1 year ago
by
Hongmei Ge
0
Comments
With the newly released Web API Beta bits ( http://www.asp.net/web-api) , you can support multiple authentication from client. Say you want the client send both the username/password as well as Client Certificate for SSL. For the web hosted scenario...
HongmeiG
How to access HTTPContext from within your Web API action
Posted
over 1 year ago
by
Hongmei Ge
0
Comments
Within a Web API action, you can easily access the HttpContext via the HttpContext.Current thread static. Alternatively, you can also retrieve the context from one of the properties in the Request message. Code Snippet HttpContext context;...
Page 1 of 1 (3 items)