Showing archive results for November 2014

Nov 11, 2014
Post comments count0
Post likes count0

Dialog box may be displayed to users when opening projects in Microsoft Visual Studio after installation of Microsoft .NET Framework 4.6

Xinyang Qiu
Xinyang Qiu

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 ...

ASP.NET
Nov 11, 2014
Post comments count0
Post likes count0

November 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

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 vulnerabil...

.NET
Nov 11, 2014
Post comments count0
Post likes count0

November 2014 .NET Security Updates

The .NET Fundamentals Team
The .NET Fundamentals Team

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 vulnerabil...

.NET
Nov 7, 2014
Post comments count0
Post likes count0

Where can you meet the team? November 2014 at AngleBrackets and Connect();

Xinyang Qiu
Xinyang Qiu

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 , ...

ASP.NET
Nov 5, 2014
Post comments count0
Post likes count0

Using System.Numerics.Vector for Graphics Programming

Immo Landwerth
Immo Landwerth

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, s...

.NET