Showing archive results for 2016

May 2, 2016
Post comments count0
Post likes count0

Introduction to .NET Framework Compatibility

Bertrand Le Roy

This post was written by Mike Rousos, a software engineer on the .NET team. Introduction Beginning with the .NET Framework 4.0, all versions of the .NET Framework with a major version number of 4 (called ‘4.x’ versions) install as in-place updates. This means that only one 4.x .NET Framework is installed on a computer at a time. Installing the .NET...

.NET
May 2, 2016
Post comments count0
Post likes count0

Building accessible websites just got a lot easier

Mads Kristensen

When building websites it is important that it is accessible for everyone that needs to use it. Implementing web accessibility features greatly helps to achieve that. Here’s what the W3C has to say about that: Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilit...

ASP.NET
May 2, 2016
Post comments count0
Post likes count0

Introducing The NuGet Beta Channel

Harikrishna Menon

Today, we would like to introduce you to the NuGet Beta Channel for the Visual Studio 2015 NuGet Package Manager. In the last 2 months, we have been focusing on improving the quality of the package management experience in Visual Studio 2015 and we have released over 3 consecutive versions of the package manager with added features, improved qualit...

NuGetVisual Studio
Apr 29, 2016
Post comments count0
Post likes count0

WebForms can Gulp too – Using Node Tools with ASP.NET WebForms

Jeffrey Fritz

Visual Studio 2015 brought a set of tools into the IDE from the Node environment that are great for web developers to use.  Many folks who build JavaScript applications or single-page-applications were eager to see the introduction of these tools to Visual Studio.  Can the tried and true ASP.NET Web Forms framework use Gulp, npm, bower, and the Tas...

ASP.NET
Apr 28, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – April 26, 2016

Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Within 30 minutes, Scot...

ASP.NETASP.NET Core
Apr 26, 2016
Post comments count0
Post likes count0

The week in .NET – 4/27/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 4/19/2016. Xamarin Evolve Tomorrow, April 27th, the Xamarin Evolve conference keynote will be streamed live at 9AM EST. Watch it here: https://evolve.xamarin.com/live. On.NET Last week on the show, we had Burke Holland and Sam Basu from Telerik. This week, we'll speak with Benjamin Fistein and ...

.NET
Apr 22, 2016
Post comments count0
Post likes count0

Announcing NuGet 3.4.3

Harikrishna Menon

Today, we are releasing the 3.4.3 RTM version of the NuGet Visual Studio 2015 extension and the Windows x86 commandline executable. We continue to heavily invest in improving the quality of NuGet scenarios in Visual Studio and commandline. The complete list of issues fixed in this version is available on GitHub. In this post, we will review the imp...

NuGetRelease announcement
Apr 21, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – April 19, 2016

Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Within 30 minutes, Scot...

ASP.NETASP.NET Core
Apr 19, 2016
Post comments count0
Post likes count0

The week in .NET – 4/19/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 4/12/2016. On.NET Last week on the show, we looked at what PlayFab is doing to help game developers take advantage of the cloud. This week, we'll be speaking with Telerik. Package of the week: NUglify NUglify is a library that can minify JavaScript and CSS. It has no dependencies, and can run on ...

.NET
Apr 19, 2016
Post comments count0
Post likes count0

Introducing the Microsoft .NET Framework Repair Tool Version 1.3

Stacey Haffner [MSFT]

This post was written by Rakesh Ranjan Singh, Senior Software Engineer on the .NET Setup team. We are happy to announce the latest version of the .NET Framework Repair Tool that supports all versions of the .NET Framework from 3.5 SP1 to 4.6.1. This version of the tool adds support for .NET Framework 4.5.2, 4.6 and 4.6.1. The .NET Setup team ha...

.NET