Showing results for July 2013 - Page 2 of 2 - .NET Blog

Jul 10, 2013
0
0

HttpClient 2.2 is now RC

Immo Landwerth
Immo Landwerth

Today we are happy to announce the next step in providing a portable HttpClient with automatic decompression: we just pushed the RC version to NuGet. From Beta to RTM We haven’t changed much since the beta we shipped three weeks ago – simply because we didn’t have to. In general we follow these steps when shipping functionality...

.NET
Jul 10, 2013
0
0

How does VS determine which version of Razor engine to use when editing razor webpage files

Xinyang Qiu
Xinyang Qiu

In VS2013 Preview, we released new Razor V3 runtime and design time Engine to support MVC5 and Razor V3 website’s runtime and design time behavior. Unlike Razor V2 runtime and design time, VS2013 did not GAC these binaries. Instead, the binaries are installed in the project bin folder when corresponding NuGet package is installed, and in &ldq...

ASP.NET
Jul 5, 2013
0
0

Introducing $select and $expand support in Web API OData

Javier Calvarro Nelson
Javier Calvarro Nelson

Last week Microsoft released the preview of Visual Studio 2013, and along with it came the ASP.NET and Web Tools for Visual Studio 2013 Preview. In this new release, we are expanding the OData support in Web API to include support for $select and $expand, two of the most popular OData query operators. In this blog post we&r...

ASP.NET
Jul 3, 2013
0
0

Understanding OWIN Forms authentication in MVC 5

Hongye Sun - MSFT
Hongye Sun - MSFT

Overview The new security feature design for MVC 5 is based on OWIN authentication middleware. The benefit for it is that security feature can be shared by other components that can be hosted on OWIN. Since the Katana team did a great effort to support the OWIN integrated pipeline in ASP.NET, it can also secure apps hosted on IIS, including ASP.NE...

ASP.NET
Jul 2, 2013
0
0

Manage CORS policy dynamically

Xueyuan Dai
Xueyuan Dai

Brief We introduced CORS support in ASP.NET Web API a few months ago. Out of the box it supports configuring CORS policy by attributes. It is a very intuitive and powerful way but lacks flexibility at runtime. Imaging your service allows a 3rd party to consume your service. You need the capability of updating the allowing origins list without comp...

ASP.NET