Showing archive results for 2015

May 19, 2015
Post comments count0
Post likes count0

Application Insights for ASP.NET 5 – you’re in control

Sergey Kanzhelev

ASP.NET 5 apps can now be monitored for performance and usage with Visual Studio Application Insights. The composability of components in ASP.NET 5 makes it very easy to integrate telemetry modules into your app design in a flexible way. With the feedback you get about the performance and effectiveness of your app in the wild, you can make informed...

ASP.NET
May 12, 2015
Post comments count0
Post likes count0

May 2015 .NET Security Updates

The .NET Fundamentals Team

The .NET team released two security bulletins today as part of the monthly "Update Tuesday" cycle. Microsoft Security Bulletin MS15-044 - Critical, Vulnerability in .NET Framework Could Allow Remote Code Execution (3057110) This security update resolves vulnerabilities in Microsoft .NET Framework. The most severe of the vulnerabiliti...

.NET
May 8, 2015
Post comments count0
Post likes count0

Targeting the .NET Framework 4.6 RC

Rich Lander [MSFT]

Update (2017): See .NET Framework Releases to learn about newer releases. The .NET Framework 4.6 is the latest version of the .NET Framework. The .NET Framework 4.6 exposes new APIs that you can use in your app or library. You can also use it to run existing apps. Using Visual Studio 2015 You can target the .NET Framework 4.6 using Visual Stud...

.NET
Apr 30, 2015
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

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

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

ASP.NET
Apr 29, 2015
Post comments count0
Post likes count0

Rounding out Visual F# 4.0 in VS 2015 RC

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

.NET
Apr 29, 2015
Post comments count0
Post likes count0

.NET Announcements at Build 2015

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

.NET
Apr 24, 2015
Post comments count0
Post likes count0

Making It Better: ASP.NET with Visual Basic 14

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

ASP.NET
Apr 14, 2015
Post comments count0
Post likes count0

April 2015 .NET Security Updates

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
Post comments count0
Post likes count0

ASP.NET Identity 2.2.1

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