Showing results for CSS - Visual Studio Blog

Apr 26, 2016
0
0

The Latest of Microsoft Office Developer Tools: Office Add-in Commands and SharePoint 2016 Support

Visual Studio Blog
Visual Studio Blog

Office’s message at Build was loud and clear: Office is an open market for developers who want to reinvent productivity, backed by a consumer base of 1.2 billion users. Qi Lu welcomed developers to the Office ecosystem in his Build keynote, and showcased new robust extensibility features that enable you to create custom experiences in Office that l...

.NETDebugging and DiagnosticsJava
Apr 4, 2016
0
0

Visual Studio TACO Update 8 and new Ionic templates

Visual Studio Blog
Visual Studio Blog

Last week we announced many new Visual Studio updates, including Ionic support in the Cordova Extension for Visual Studio Code, and Visual Studio Tools for Apache Cordova (TACO) Update 8. In this post, I’ll highlight the main changes included in the Visual Studio TACO Update 8 release – which you already have If you installed Visual Studio 2015 Upd...

.NETJavaJavaScript
Mar 30, 2016
0
0

Build Ionic Apps in Minutes with VS Code

Visual Studio Blog
Visual Studio Blog

With our Cordova Tools Extension for Visual Studio Code, you can use your existing web skills to build cross-platform hybrid mobile applications for iOS, Android, and other platforms. This means that you can create and maintain one project to target millions of potential customers using various mobile devices. One of the most popular JavaScript hy...

Debugging and DiagnosticsJavaJavaScript
Feb 25, 2016
0
0

Top news from January 2016

Visual Studio Blog
Visual Studio Blog

The year has gotten off to a great start and it seems that .NET, the web, and TypeScript get the prize for the most popular topics! ASP.NET 5 is dead: Did we get your attention with that heading? Well, it’s not dead at all, it just has a new moniker as Scott Hanselman explains in Introducing ASP.NET Core 1.0 and .NET Core 1.0. I love the quote fro...

.NETVisual StudioDebugging and Diagnostics
Feb 22, 2016
0
0

Develop ReactNative apps in Visual Studio Code

Visual Studio Blog
Visual Studio Blog

ReactNative is a great way to build native, cross platform app for iOS and Android using JavaScript. We recently announced the launch of a Visual Studio Code Extension that enables you to build, debug and preview Apache Cordova apps. And today we’re pleased to announce the availability a similar extension for ReactNative! ReactNative vs. Apache Cor...

.NETVisual StudioDebugging and Diagnostics
Jan 28, 2016
0
0

Apache Cordova development lands on Visual Studio Code

Visual Studio Blog
Visual Studio Blog

Thousands of developers already use Visual Studio’s Tools for Apache Cordova—affectionately abbreviated as “TACO”—to build mobile apps for iOS, Android and Windows using a shared JavaScript codebase. Within the IDE, TACO provides everything you need to install and configure the native SDKs, preview your app, debug on emulators and devices, and even...

Visual StudioDebugging and DiagnosticsJava
Jan 27, 2016
0
1

Top News from October-December 2015, Part 2

Visual Studio Blog
Visual Studio Blog

In Part 1 of this post I shared news from the fall on Visual Studio, .NET, ASP.NET, and languages. Here I’ll conclude the roll-up with news around Connect(); //2015, cross-platform development,. Visual Studio Code, Windows 10, and a little more. Connect(); //2015: Our second Connect(); event was, to my mind, even more impressive than the first. I ...

.NETVisual StudioDebugging and Diagnostics
Jan 26, 2016
0
0

Top News from October-December 2015, Part 1

Visual Studio Blog
Visual Studio Blog

It’s been a few months since our last roll-up of top developer stories, so I’ll be catching up with the news from last fall in two posts. We’ll start here in Part 1 with Visual Studio, .NET, ASP.NET, languages, and a few other tools for good measure. Part 2 will cover a variety of topics including Connect(); //2015, Windows 10, cr...

.NETVisual StudioDebugging and Diagnostics
Jan 13, 2016
0
0

Unit Testing Apache Cordova Apps with Visual Studio, Part 2

Visual Studio Blog
Visual Studio Blog

Part 1 of this post provided some background on unit testing with a basic example in Visual Studio for an app written with Apache Cordova. In this post we’ll make many improvements to that example using the process of test-driven development, which helps you separate the process of thinking about how to challenge a unit of code to fail f...

Debugging and DiagnosticsJavaJavaScript
Jan 11, 2016
0
0

Unit Testing Apache Cordova Apps with Visual Studio, Part 1

Visual Studio Blog
Visual Studio Blog

See Part 2 of this series. Great apps—like great artists, actors, and athletes—are great performers. Human beings validate and continually improve their performances through extensive training, practice, rehearsals, and after-the-fact reviews. We achieve these same ends in software development through many levels of rigorous testing&md...

Debugging and DiagnosticsJavaJavaScript