Sign in
Carlos Figueira MSDN blog
General thoughts and usage examples about WCF, ASP.NET Web API, Windows Azure Mobile Services, testing and programming in general.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
ASP.NET
AspNetWebAPI
Authentication
Azure
Azure Mobile Services
Channels
code generation
Codeplex
Cross-Domain
Duplex
Extensibility
HTTP
iOS
JSON
learning
Metadata
Mobile Service
Mobile Services
Mobile Services SDK
Model Binding
MTOM
MVC
NuGet
pdc10
Proxy
Runtime
samples
SDK
Serialization
Silverlight
testing
tips
tracing
WAMS
WCF
WCF Bindings
WCF forum
WCF RIA Services
WCF Web HTTP
Web
Web API
Windows Azure
XML
Browse by Tags
MSDN Blogs
>
Carlos Figueira MSDN blog
>
All Tags
>
asp.net
Tagged Content List
Blog Post:
Creating ASP.NET Web APIs on Azure Web Sites
CarlosFigueira
Last month the new Windows Azure features were released , and one of them which I found quite interesting was the “ Web Sites ”. Currently I have an account at GoDaddy.com where I host my “pet projects”, and now that Windows Azure has a similar feature at a similar pricing plan (for the preview we can...
on
12 Jul 2012
Blog Post:
CORS support in ASP.NET Web API – RC version
CarlosFigueira
The code for this post is published in the MSDN Code Gallery . A few months back I had posted some code to enable support for CORS (Cross-Origin Resource Sharing) in the ASP.NET Web API. At that point, that product was in its Beta version, and with the Release Candidate (RC) released last month, some...
on
1 Jul 2012
Blog Post:
Lightweight webhosted services with ASP.NET Web API
CarlosFigueira
The code for this post can be downloaded in the MSDN Code Gallery . A couple of weeks back, Youssef Moussaoui posted about a way to create a lightweight service using the ASP.NET Web APIs . His code was built using the self-hosted support for the APIs, and with that we could write a service as simple...
on
12 Mar 2012
Blog Post:
Implementing [RequireHttps] with ASP.NET Web API
CarlosFigueira
Quick post today. MVC developers are used to the [RequireHttps] attribute, which is an authorization filter which doesn’t allow any requests to be made over "plain” HTTP. This attribute doesn’t exist in Web API, but it’s fairly simple to replicate the same behavior using an authorization filter...
on
9 Mar 2012
Blog Post:
Writing FormUrlEncoded data with ASP.NET Web APIs
CarlosFigueira
The code for this post can be downloaded in the MSDN Code Gallery . The FormUrlEncodedMediaTypeFormatter class shipped with the ASP.NET Web APIs beta is one of the default formatters in the Web APIs and can be used to support incoming data from the application/x-www-form-urlencoded media type. This is...
on
5 Mar 2012
Blog Post:
Supporting different controller names in ASP.NET Web APIs
CarlosFigueira
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 ApiController class) End with the “ Controller ”...
on
28 Feb 2012
Blog Post:
Disabling model binding on ASP.NET Web APIs Beta
CarlosFigueira
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 the inputs to the actions (formerly known as operations...
on
27 Feb 2012
Blog Post:
Implementing CORS support in ASP.NET Web APIs – take 2
CarlosFigueira
This post was written for the Beta version of the ASP.NET MVC 4. The updates needed to make them run in the latest bits (Release Candidate) are listed in this new post . 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...
on
20 Feb 2012
Blog Post:
Implementing CORS support in ASP.NET Web APIs
CarlosFigueira
This post was written for the Beta version of the ASP.NET MVC 4. The updates needed to make them run in the latest bits (Release Candidate) are listed in this new post . 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...
on
19 Feb 2012
Blog Post:
Introducing ASP.NET MVC 4 Beta with Web APIs
CarlosFigueira
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+, .NET Remoting, MSMQ and one more which I don’t...
on
16 Feb 2012
Page 1 of 1 (10 items)