Showing tag results for visual studio

Oct 31, 2017
Post comments count0
Post likes count0

Welcome to C# 7.1

Mads Torgersen
Mads Torgersen

With C# we have always tended towards major releases: bundle a lot of features up, and release less frequently. We even went so far as routinely omitting the traditional ".0" when we talked about C# 6.0! In the C# 7.0 "wave" we are trying something new. Tools such as Visual Studio upgrade on a frequent cadence, and there's no longer a technical ...

.NET
Oct 30, 2017
Post comments count0
Post likes count0

Moving to real time test discovery in Test Explorer

KendraHavens
KendraHavens

Real time test discovery is a new Visual Studio feature that uses a Roslyn analyzer to discover tests and populate the test explorer in real time without requiring you to build your project. This feature has been introduced in Visual Studio 2017 15.5 Preview 2 behind a feature flag. You can try it out by using the instructions in the next section. ...

.NET
Jun 12, 2017
Post comments count0
Post likes count0

.NET Core 2 and Visual Studio 2017 (15.3) Preview 2

Lee Coward
Lee Coward

Visual Studio 2017 (15.3) Preview 2 was recently released which includes .NET Core 1.0 and 1.1, our latest production releases of .NET Core. You will need to install the .NET Core 2.0 Preview 1 SDK to develop .NET Core 2.0 applications using Visual Studio 2017 (15.3) Preview 2 . We are working on .NET Core 2.0 Preview 2 which will be available soo...

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

The week in .NET – .NET Core, ASP.NET Core, EF Core 1.1 – Docker – Xenko

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Mitch Muenster – Stateless. .NET Core, ASP.NET Core, EF Core 1.1, VS for Mac Preview, VS 2017 RC, SQL Server on Linux, Tizen, Google joins .NET Foundation, and Microsoft becomes a Linux Foundation platinum member This week, at the Connect(); // 2016 event, we made a number of announcements, includi...

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

.NET Core Tooling in Visual Studio “15”

.NET Team
.NET Team

This post was co-authored by David Carmona, a Principal Program Manager Lead in .NET Team and Joe Morris, a Senior Program Manager in .NET Team. Couple of weeks back, we dedicated a blog post introducing .NET Standard 2.0, which will significantly extend your ability to share code by unifying .NET APIs across all application types and platforms....

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

Changes to Project.json

Bertrand Le Roy
Bertrand Le Roy

This post was written by Scott Hunter. Last week we announced the schedule for RC2 / RTM of .NET Core and ASP.NET. Now that we have shipped RC2 I want to give more details on the .NET Core tooling moving from .xproj / project.json to .csproj / MSBuild. MSBuild When the ASP.NET team started building ASP.NET 5 (now ASP.NET Core) one of the key goals ...

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

Building accessible websites just got a lot easier

Mads Kristensen
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
Mar 31, 2016
Post comments count0
Post likes count0

Azure App Service Tools Updates in the Azure SDK for .NET 2.9

Brady Gaster
Brady Gaster

In the Azure SDK 2.9 we’ve made it significantly more convenient for developers who use Azure App Service to host their Web, Mobile, API, and background-processing WebJob apps. We’ve heard from customers who use Azure Resource Manager (ARM) templates to create their Azure topologies that they’re rarely creating one web app or one API app. Applicati...

ASP.NETAzure
Mar 9, 2016
Post comments count0
Post likes count0

Web Extension Pack for Visual Studio 2015

Mads Kristensen
Mads Kristensen

The Visual Studio extensibility ecosystem has been steadily growing in the past years and the community has built some really great extensions. Some of these extensions are specific to web development scenarios and are useful to almost all web developers using Visual Studio. The only problem is to find all these relevant extensions. That’s exactl...

ASP.NET