Showing archive results for 2018

Feb 2, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.7

App Center Team

Today we’re proud to announce the release of TypeScript 2.7! If you’re not familiar with TypeScript, it’s a language that brings optional static types to JavaScript by building on JavaScript itself. Running TypeScript code through its compiler emits clean readable JavaScript that runs on any browser, and can also make bleeding-edge ECMAScript feat...

Feb 2, 2018
Post comments count0
Post likes count0

MSTest V2: in-assembly parallel test execution

App Center Team

MSTest V2 v1.3.0 Beta2 now supports in-assembly parallel execution of tests – the top most requested/commented issue on the testfx repo. The feature can dramatically reduce the total time taken to execute a suite of tests. To get started, install the framework and adapter from NuGet. If you are already using MSTest V2, then upgrade to this version...

Feb 2, 2018
Post comments count0
Post likes count0

Last week in Azure: New visual tools for Data Factory, and more

App Center Team

If you were too busy writing code, attending meetings, or enjoying some time away from work, here's an overview of what you may have missed in Azure last week: Headlines: ADF v2: Visual Tools enabled in public preview - Be more productive with Azure Data Factory by getting pipelines up & running quickly without requiring to write a single line...

Feb 2, 2018
Post comments count0
Post likes count0

The Ship List: App Center January Update

App Center Team

The New Year represents an exciting time for those of us on the App Center team, after our launch last November at Connect(); and seeing your initial reactions over the past few months. We haven't rested after the launch, however. We have been hard at work improving App Center, listening to your feedback, and looking at how we want the product to e...

Jan 31, 2018
Post comments count0
Post likes count0

Azure Storage for Serverless .NET Apps in MinutesAzure Storage for Serverless .NET Apps in Minutes

App Center Team

Azure Storage is a quick and effortless way to store data for applications that has high availability, is secure, scales and is redundant. This blog post walks through a simple application that creates a short code for a long URL to easily reference it. It uses Table Storage to map codes to URLs and a Queue to process redirect counts. Everything is...

Jan 31, 2018
Post comments count0
Post likes count0

We added a new type of IntelliSense squiggle to C++ Open Folder and CMake to streamline cross-platform development

App Center Team

Today’s preview of Visual Studio 2017 version 15.6 Preview 2 includes two IntelliSense improvements to streamline code editing for C++ Open Folder and CMake. We added a new type of IntelliSense squiggle to C++ Open Folder and CMake to streamline cross-platform development. We also now support a new heuristic and wildcard syntax to the include path...

Jan 26, 2018
Post comments count0
Post likes count0

64-bit ASP.NET Core on Azure App Service

App Center Team

When creating an Azure App Service .NET Core is already pre-installed. However, only the 32 bit .NET runtime is installed. In this post we will look at a few ways that you can get a 64 bit runtime on Azure App Service. During the 2.1 timeframe we are hoping to have both 32 and 64 bit runtimes installed as well as enabling the portal experience to...

Jan 26, 2018
Post comments count0
Post likes count0

Xamarin University Presents: Ship better apps with Visual Studio App Center

App Center Team

At Microsoft Connect(); last November, we announced the general availability of Visual Studio App Center to help (Obj-C, Swift, Java, React Native, and Xamarin) developers quickly build, test, deploy, monitor, and improve their phone, tablet, desktop, and connected device apps with powerful, automated lifecycle services. As a .NET developer, you ma...

Jan 26, 2018
Post comments count0
Post likes count0

Azure Functions: Less-Server and More Code [video]

App Center Team

In this episode, Dmitry is joined by Jeremy Likness for a discussion of Azure Functions, which provide the powerful capability to merge events and code to quickly deploy micro services directly from Visual Studio or as part of a DevOps pipeline. With a variety of triggers that call the code and bindings that connect code with resources like storage...