No trial. No credit card required. Just your GitHub account.
.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Featured posts

Aspire 9.4 is here with a CLI and interactive dashboard features

Aspire 9.4 is packed with new features, integrations, and improvements
Latest posts

New Developer and Debugging Features for Azure WebJobs in Visual Studio
With Visual Studio Update 3, the Web Tools Extensions team added a number of great features to make it easier for ASP.NET developers publishing web applications to Azure Websites to enable background processing using Azure WebJobs. Since the Update 3 release, Azure WebJobs has reached general availability, and to coincide with the release of Azure WebJobs we've added more features to Visual Studio to make it easier than ever to build, deploy, and debug WebJobs. This blog post will introduce you to some of the new features for developers who want to create, deploy, and debug Azure WebJobs. Through a simple walk-th...

NuGet 3.0 Preview
On November 12, 2014, as part of the Visual Studio 2015 Preview release, we released NuGet 3.0 Preview. This is a big release for us (albeit a preview), and we're excited to start getting feedback on our changes. Visual Studio 2012+ This NuGet 3.0 Preview is included in Visual Studio 2015 Preview. We are working to get preview drops out for Visual Studio 2012 and Visual Studio 2013 very soon. We previously shared our intent to discontinue updates for Visual Studio 2010, and we did make that difficult decision. Brand New UI The first thing you'll notice about NuGet 3.0 Preview is our brand new UI. It's no long...

Dialog box may be displayed to users when opening projects in Microsoft Visual Studio after installation of Microsoft .NET Framework 4.6
After the installation of the Microsoft .NET Framework 4.6, users may experience the following dialog box displayed in Microsoft Visual Studio when either creating new Web Site or Windows Azure project or when opening existing projects.Configuring Web http://localhost:64886/ for ASP.NET 4.5 failed. You must manually configure this site for ASP.NET 4.5 in order for the site to run correctly. ASP.NET 4.0 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.0 in order for your site to run correctly.NOTE: Microsoft .NET Framework 4.6 may also be referred to as Micros...

November 2014 .NET Security Updates
The .NET team released a security bulletin today as part of the monthly “patch Tuesday” cycle. Microsoft Security Bulletin MS14-072 - Important, Vulnerability in .NET Framework Could Allow Elevation of Privilege (3005210) This security update resolves a privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow elevation of privilege if an attacker sends specially crafted data to an affected workstation or server that uses .NET Remoting. Only custom applications that have been specifically designed to use .NET Remoting would expose a system to the vulnerability...

November 2014 .NET Security Updates
The .NET team released a security bulletin today as part of the monthly “patch Tuesday” cycle. Microsoft Security Bulletin MS14-072 - Important, Vulnerability in .NET Framework Could Allow Elevation of Privilege (3005210) This security update resolves a privately reported vulnerability in Microsoft .NET Framework. The vulnerability could allow elevation of privilege if an attacker sends specially crafted data to an affected workstation or server that uses .NET Remoting. Only custom applications that have been specifically designed to use .NET Remoting would expose a system to the vulnerability...

Where can you meet the team? November 2014 at AngleBrackets and Connect();
We’ve got two big events coming up next week. AngleBracketsNov 10th-13th in Vegas is an exciting open-source web conference that’s collocated with DevIntersections. That means you can register for one and attend both! Come see Scotts Hanselman and Scott Guthrie, along with web tooling PM Mads Kristensen and Mohit Srivastava , and industry luminaries like Kathleen Dollard and K. Scott Allen!Connect();Starting on Wednesday, November 12, join industry leaders Scott Guthrie, S. "Soma" Somasegar, Brian Harry, and Scott Hanselman live from New York as they share insights about new technologies and...

Using System.Numerics.Vector for Graphics Programming

We've just released a major update to the SIMD vector types we've blogged about earlier (first announcement, second update). We've now made the vector library a lot more more useful for typical graphics operations. We added matrix types, a plane type, and a quaternion type. We've also added many methods that are often used on fixed size vectors, such as , , , and . We also completed our SIMD support for primitive types by adding support for and . Getting the new bits In order to try out the update, you'll need the following components: Changes in this release The first thing you'll notice is that w...

ASP.NET MVC Security Bulletin MS14-059 ships to help secure .NET NuGet Libraries
Microsoft Security Bulletin MS14-059 – Important: Vulnerability in ASP.NET MVC Could Allow Security Feature Bypass (2990942) This is the first release from Microsoft that uses Security Updates for .NET NuGet Libraries Support. This feature enables Microsoft to update app-deployed .NET NuGet libraries, for machines with the .NET Framework 4.5.1 or later version installed. This security bulletin was released on 10/14/2014 as part of the monthly “patch Tuesday”. This security update is rated “Important” for the ASP.NET MVC 2.0, ASP.NET MVC 3.0, ASP.NET MVC 4.0, ASP.NET MVC 5.0, and AS...

ASP.NET Identity 2.2.0-alpha1
We are releasing a preview of ASP.NET Identity 2.2.0-alpha1. The main focus in this release was to fix bugs and address performance issues.Download this releaseYou can download ASP.NET Identity from the NuGet gallery. You can install or update these packages using the NuGet Package Manager Console, like this:Install-Package Microsoft.AspNet.Identity.EntityFramework –Version 2.2.0-alpha1 -pre Install-Package Microsoft.AspNet.Identity.Core -Version 2.2.0-alpha1 -preInstall-Package Microsoft.AspNet.Identity.OWIN -Version 2.2.0-alpha1 –preWhat’s in this release?Following query has the list of ...