Showing results for April 2015 - .NET Blog

Apr 30, 2015
0

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

pranav rastogi
pranav rastogi

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

ASP.NET
Apr 29, 2015
0

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

Jeffrey Fritz
Jeffrey Fritz

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

ASP.NET
Apr 29, 2015
0
0

Rounding out Visual F# 4.0 in VS 2015 RC

Visual FSharp Team [MSFT]
Visual FSharp Team [MSFT]

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

.NET
Apr 29, 2015
0
0

.NET Announcements at Build 2015

Rich Lander [MSFT]
Rich Lander [MSFT]

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

.NET
Apr 24, 2015
0
0

Making It Better: ASP.NET with Visual Basic 14

Jeffrey Fritz
Jeffrey Fritz

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

ASP.NET
Apr 14, 2015
0
0

April 2015 .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 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 disclosure...

.NET
Apr 7, 2015
0
0

ASP.NET Identity 2.2.1

pranav rastogi
pranav rastogi

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

ASP.NET
Apr 6, 2015
0
0

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

Immo Landwerth
Immo Landwerth

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 On April 3, 2014, Anders Hejlsberg set us on our open source journey when he made the .NET Compiler Platform (aka “Roslyn”) source code public ...

.NET