.NET Blog

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

Featured posts

Announcing .NET 10
Nov 11, 2025
Post comments count 15
Post likes count 43

Announcing .NET 10

.NET Team
.NET Team

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14...

.NETASP.NET CoreNuGet

Latest posts

Announcing the 0.6.0-beta preview of Microsoft Azure WebJobs SDK
Sep 12, 2014
Post comments count 0
Post likes count 0

Announcing the 0.6.0-beta preview of Microsoft Azure WebJobs SDK

pranav rastogi
pranav rastogi

We are releasing another preview of the Microsoft Azure WebJobs SDK, which was introduced by Scott Hanselman. To read more about the previous preview, read this announcement post. This release has the same general feature set as 0.5.0-beta as well as a few new exciting ones. Download this release You can download the WebJobs SDK from the NuGet gallery. You can install or update these packages from the NuGet gallery using the NuGet Package Manager Console, like this: If you want to use Microsoft Azure Service Bus triggers, install the following package: What is the WebJobs SDK? The WebJo...

Announcing the Release of Web API OData 5.3
Sep 11, 2014
Post comments count 0
Post likes count 0

Announcing the Release of Web API OData 5.3

Andrew Zhou from Microsoft
Andrew Zhou from Microsoft

The 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 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 features for Web API OData v4 as summarized below:ASP.NET Web API OData 5.3 Additional DocumentationTutorials and other information about Web API OData are available from the ASP.NET web site (http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api).Questions and feedbackYou can submit quest...

Announcing Microsoft.AspNet.Facebook 1.1 beta
Sep 9, 2014
Post comments count 0
Post likes count 0

Announcing Microsoft.AspNet.Facebook 1.1 beta

Kirthi [MSFT]
Kirthi [MSFT]

This past June we released the first version of the Microsoft.AspNet.Facebook NuGet package and the corresponding Visual Studio template. Today we released an update to this package: Microsoft.AspNet.Facebook 1.1 beta. In this release, we enabled better support for the Safari browser and added a new feature that gives developers the ability to add custom logic for browsers that do not have cookies enabled. The Visual Studio template that uses this updated package will be released soon. To read more about the features in the 1.0 package, please see the blog post from the initial announcement. The Visual Studio 1.0...

September 2014 .NET Security Updates
Sep 9, 2014
Post comments count 0
Post likes count 0

September 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

The .NET team released a security bulletin and a security advisory today as part of the monthly “patch Tuesday” cycle.   Microsoft Security Bulletin MS14-053 - Important, Vulnerabilities in .NET Framework Could Allow Denial of Service (2990931)  This security update resolves one privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow denial of service if an attacker sends a small number of specially crafted requests to an affected .NET-enabled website. By default, ASP.NET is not installed when Microsoft .NET Framework is installed on any supported editi...

September 2014 .NET Security Updates
Sep 9, 2014
Post comments count 0
Post likes count 0

September 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

The .NET team released a security bulletin and a security advisory today as part of the monthly “patch Tuesday” cycle.   Microsoft Security Bulletin MS14-053 - Important, Vulnerabilities in .NET Framework Could Allow Denial of Service (2990931)  This security update resolves one privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow denial of service if an attacker sends a small number of specially crafted requests to an affected .NET-enabled website. By default, ASP.NET is not installed when Microsoft .NET Framework is installed on any supported editi...

September 2014 .NET Security Updates
Sep 9, 2014
Post comments count 0
Post likes count 0

September 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

The .NET team released a security bulletin and a security advisory today as part of the monthly “patch Tuesday” cycle.   Microsoft Security Bulletin MS14-053 - Important, Vulnerabilities in .NET Framework Could Allow Denial of Service (2990931)  This security update resolves one privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow denial of service if an attacker sends a small number of specially crafted requests to an affected .NET-enabled website. By default, ASP.NET is not installed when Microsoft .NET Framework is installed on any supported editi...

Farewell, EnableViewStateMac!
Sep 9, 2014
Post comments count 0
Post likes count 0

Farewell, EnableViewStateMac!

levibroderick
levibroderick

The ASP.NET team is making an important announcement regarding the September 2014 security updates. All versions of the ASP.NET runtime 1.1 - 4.5.2 now forbid setting <%@ Page EnableViewStateMac="false" %> and <pages enableViewStateMac="false" />. If you have set EnableViewStateMac="false" anywhere in your application, your application will be affected by this change and you should read on. Otherwise there is no action you must take, and the behavior of your application will not be affected. In December 2013, we released a security advisory warning that the configuration setting EnableViewStateMa...

September 2014 .NET Security Updates
Sep 9, 2014
Post comments count 0
Post likes count 0

September 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

The .NET team released a security bulletin and a security advisory today as part of the monthly “patch Tuesday” cycle.   Microsoft Security Bulletin MS14-053 - Important, Vulnerabilities in .NET Framework Could Allow Denial of Service (2990931)  This security update resolves one privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow denial of service if an attacker sends a small number of specially crafted requests to an affected .NET-enabled website. By default, ASP.NET is not installed when Microsoft .NET Framework is installed on any supported editi...

Using WCF in .NET Native
Aug 28, 2014
Post comments count 0
Post likes count 0

Using WCF in .NET Native

Immo Landwerth
Immo Landwerth

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 Windows Store App using CTP3 and make it run using the .NET Native compiler. Note that most of this walk-through is not unique to .NET Native and applies equally well to a conventional Windows Store App. The final section of the walk- through describes the extra couple steps to...