Posts by this author

Sep 28, 2021
16
1

Custom deployment layout for Blazor WebAssembly apps

.NET 6 adds support for custom packaging of Blazor WebAssembly apps. In this post we'll try out the new JavaScript initializers and publishing extensibility to package Blazor WebAssembly apps as multipart bundles.

ASP.NETASP.NET CoreBlazor
Mar 13, 2014
0
0

Getting started with ASP.NET Web API 2.2 for OData v4.0

A few weeks ago we started publishing nightly builds for our initial support in ASP.NET Web API for the OData v4.0 protocol. Our OData v4.0 support is based on the OData Library for OData v4.0 that has been released in the past few months. The OData v4.0 protocol introduces a lot of changes and new features that allow more flexibility in the way to...

ASP.NET
Nov 1, 2013
0
0

Introducing batch support in Web API and Web API OData

With the release of Microsoft ASP.NET Web API 2 OData, we have introduced support for batching requests. Batching is a web API feature that allows a customer to pack several API requests and send them to the web API service in one HTTP request and receive a single HTTP response with the response to all their requests. This way, the client can optim...

ASP.NET
Jul 5, 2013
0
0

Introducing $select and $expand support in Web API OData

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