.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Using WCF in .NET Native

This post was authored by Ron Cain, a Software Development Engineer on the WCF team. In our previous post, we mentioned that some of the client components of Windows Communication Foundation (WCF) had been made available for .NET Native Windows Store apps in Visual Studio "14" CTP3. In this post, I will describe how to build a sample WCF ...
Comments are closed.0 0
.NET

Announcing the Release Candidates for Web API OData 5.3

The release candidate NuGet packages for ASP.NET Web API OData 5.3 are now live on the NuGet gallery!Download this releaseYou can install or update the release candidate NuGet packages for ASP.NET Web API OData 5.3 using the NuGet Package Manager Console, like this: What’s in this release?This release primarily includes great new ...

Being an intern on the .NET Team

This summer we had six amazing interns that joined the team to work on .NET. Their projects ranged from internal tools, over shipping components to designing forward looking aspects: If you're interested in interning with Microsoft, visit our recruiting web site. Now let's dive right in and see what cool stuff they helped us building. ...
Comments are closed.0 0
.NET

Customizing Web API controller selector

In the last few weeks we have encountered a customer reports of performance issues with their Web API applications. When the 4th report exhibited the same phenomenon I figured it’s time to blog about it. Why would you customize a controller selector? (hint – try not to) It gives you a chance to control how the request gets routed. ...

Command line scaffolding for ASP.NET vNext

In previous releases we have added support for scaffolding controllers/views based on project artifacts in both MVC and Web Forms projects. The technology used for those previous releases was tied to Visual Studio. With ASP.NET vNext one of our high level goals is to enable Visual Studio customers to work with non-Visual Studio users. So the ...

Announcing RTM of Katana 3

Dear all,Today I have the honor and privilege of announcing the general availability of Katana 3!This is an important update to Microsoft’s OWIN implementation, which offers you powerful new functionality. In a nutshell: You can find the new packages in the stable feed of NuGet.org. For a complete list please see this page. The ...

Upgrading to jQuery.UI.Combined 1.11.0

The jQueryUI team released a new version of their library recently. This release has some changes which will impact your apps as you migrate to 1.11.0. This post will highlight the changes you need to do to use jQuery.UI.Combined NuGet package.ChangesI am going to highlight the change that is relevant to this post. For a full list of changes/ ...

Try out the new releases: .NET Framework vNext, ASP.NET vNext, .NET Native and RyuJIT

Update (2017): See .NET Framework Releases to learn about newer releases. Today, we are announcing updated versions of .NET Framework vNext, ASP.NET vNext, .NET Native and RyuJIT. You can try out these new releases by installing Visual Studio “14” CTP3. Please tell us what you think. The .NET Framework vNext We are releasing an early ...
Comments are closed.0 0
.NET

ASP.NET vNext in Visual Studio “14” CTP 3

Today we released various runtime and tooling updates for ASP.NET vNext in Visual Studio “14” CTP 3. We included all the features that were included in Visual Studio 2013 Update 3 in this release. This release also has ASP.NET vNext runtime and tooling improvements as outlined below. ASP.NET vNext Runtime This CTP includes our ...

August 2014 Security Updates

The .NET team released a security bulletin today as part of the monthly “patch Tuesday” cycle.Microsoft Security Bulletin MS14-046 - Important, Vulnerabilities in .NET Framework could allow Security Feature Bypass (2984625).This update resolves a vulnerability in the Microsoft .NET Framework that could bypass the Address Space...
Comments are closed.0 0
.NET