.NET Blog

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

Updates for ASP.NET 4.6 – Web Forms/ MVC 5/ Web API 2

We released Visual Studio 2015 RC which included ASP.NET 5 Preview. Along with ASP.NET 5 Preview we have also been working on improving ASP.NET 4.6 which includes Web Forms, MVC 5 and Web API 2. This post highlights updates in this area. What is ASP.NET 4.6? ASP.NET 4.6 is an umbrella term used to describe updates existing Frameworks such as...

New ASP.NET Features and Fixes in Visual Studio 2015 RC

Today Scott Hanselman announced the Release Candidate of Visual Studio 2015, Team Foundation Server 2015 and Visual Studio 2013 Update 5. We hope that all //build attendees are enjoying the show, and we are following up on the news of the Visual Studio 2015 Release Candidate to show you some of the cool new features delivered in this version ...

Rounding out Visual F# 4.0 in VS 2015 RC

Today marks the release of Visual Studio 2015 RC, which includes the latest updates to the Visual F# 4.0 language and tools.  Download the RC here, and review the VS release notes here. Back in November, we described the F# 4.0 features that were completed in time for the Visual Studio 2015 Preview build. New features like constructors ...
Comments are closed.0 0
.NET

.NET Announcements at Build 2015

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the final version of the .NET Framework 4.6. At the Build conference today, Scott Guthrie announced the .NET Framework 4.6 RC and Visual Studio 2015 RC. He also announced important updates ...
Comments are closed.0 0
.NET

Making It Better: ASP.NET with Visual Basic 14

(image) BASIC is part of the DNA of Microsoft, and we have continued to evolve the language for most of the 40 years of the company’s existence.  In the next evolution of the language, Visual Basic 14, there are a number of great features that are being added and we want to make sure that you know we are fully supporting them with ASP...

April 2015 .NET Security Updates

The .NET team released a security bulletin today as part of the monthly “patch Tuesday” cycle. Microsoft Security Bulletin MS15-041 - Important, Vulnerability in .NET Framework Could Allow Information Disclosure (3048010)  This update resolves a vulnerability in the Microsoft .NET Framework that could allow information ...
Comments are closed.0 0
.NET

ASP.NET Identity 2.2.1

We are releasing ASP.NET Identity 2.2.1. The main focus in this release was to fix issues reported in 2.2.0 release. Download this release You 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....

A Journey Through Open Source: The Trials & Triumphs in Roslyn’s First Year of Open Source

This post is written by Kasey Uhlenhuth a Program Manager on the Managed Languages Team. "I am looking for someone to share in an adventure." — Gandalf, The Hobbit, J.R.R. Tolkien (image) On April 3, 2014, Anders Hejlsberg set us on our open source journey when he made the .NET Compiler Platform (aka “Roslyn”) source ...
Comments are closed.0 0
.NET