Sign In
Carlos' blog
General thoughts and usage examples about WCF, ASP.NET Web API, testing and programming in general.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
ASP.NET
AspNetWebAPI
Channels
code generation
Codeplex
Cross-Domain
Duplex
Extensibility
HTTP
JSON
Metadata
MTOM
MVC
samples
Serialization
Silverlight
testing
tips
tracing
WCF
WCF Web HTTP
Web
Web API
XML
Archive
Archives
May 2012
(1)
April 2012
(2)
March 2012
(7)
February 2012
(8)
January 2012
(4)
December 2011
(4)
November 2011
(1)
October 2011
(3)
September 2011
(4)
August 2011
(4)
July 2011
(3)
June 2011
(4)
May 2011
(5)
April 2011
(5)
March 2011
(5)
February 2011
(1)
January 2011
(2)
December 2010
(3)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(2)
August 2009
(1)
July 2009
(1)
April 2008
(2)
March 2008
(1)
January 2008
(1)
December 2007
(2)
February, 2012
MSDN Blogs
>
Carlos' blog
>
February, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carlos' blog
Supporting different controller names in ASP.NET Web APIs
Posted
2 months ago
by
CarlosFigueira
0
Comments
The code for this post can be found in the MSDN Code Gallery . For a controller type in the ASP.NET Web API to be accessible, it needs to follow some rules : Be a class Be public Be non-abstract Implement the IHttpController interface (usually via the...
Carlos' blog
Disabling model binding on ASP.NET Web APIs Beta
Posted
3 months ago
by
CarlosFigueira
2
Comments
The code for this post can be found in the MSDN Code Gallery . As I mentioned in my first post about the ASP.NET Web APIs, people used to WCF services may get a little confused at first with the concept of model binding , which is the process by which...
Carlos' blog
Implementing CORS support in ASP.NET Web APIs – take 2
Posted
3 months ago
by
CarlosFigueira
12
Comments
The code for this post is published in the MSDN Code Gallery . Last post I showed one way to implement CORS support in the ASP.NET Web APIs. It was somewhat simple, and enabled requests from CORS-aware browsers to all resources exposed by the APIs. This...
Carlos' blog
Implementing CORS support in ASP.NET Web APIs
Posted
3 months ago
by
CarlosFigueira
7
Comments
The code in this post is published on the MSDN Code Gallery . By default, a web page cannot make calls to services (APIs) on a domain other than the one where the page came from. This is a security measure against a group of cross-site forgery attacks...
Carlos' blog
Introducing ASP.NET MVC 4 Beta with Web APIs
Posted
3 months ago
by
CarlosFigueira
3
Comments
There has historically been in Microsoft many ways of doing the same thing. That’s one of the original goals of WCF when it was created: unify the 5 or so different ways of creating distributed applications using the Microsoft stack (ASMX services, COM...
Carlos' blog
WCF Extensibility – Wrapping up
Posted
3 months ago
by
CarlosFigueira
1
Comments
This post is the last one in the series about WCF extensibility points. For a list of all posts, go to the index page . And that’s the end of the series about extensibility points in WCF. I hope that the previous 40-some posts were useful for...
Carlos' blog
WCF Extensibility – Initializers (instance context, channel, call context)
Posted
3 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’re reaching the end of this series. To close it, I’ll cover some of the lesser used extensibility...
Carlos' blog
WCF Extensibility – IInstanceContextProvider
Posted
3 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’re now back in the middle of the WCF runtime, and at the last few posts for this series. This time we...
Page 1 of 1 (8 items)