Showing tag results for Java

Feb 22, 2016
Post comments count0
Post likes count0

Develop ReactNative apps in Visual Studio Code

Visual Studio Team
Visual Studio Team

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
Feb 17, 2016
Post comments count0
Post likes count0

10 things you should try on the leap day

Visual Studio Team
Visual Studio Team

It’s February 2016 and so those of us on the Gregorian calendar get to enjoy an extra day in the month! What will you do in those 24 bonus hours? How about learning some new tools and technologies? Here are ten great suggestions—OK, eleven! It is a leap year, so it’s a leap list: Get your code hosted for free in Visual Studi...

.NETVisual StudioDebugging and Diagnostics
Feb 16, 2016
Post comments count0
Post likes count0

Node.js: From Zero to Bobble with Visual Studio Code

Visual Studio Team
Visual Studio Team

Node.js is a platform for building fast, scalable applications using JavaScript. It’s making its way just about everywhere – from servers, to Internet of Things devices, to desktop applications, to who knows what next? Ooh—I know what next...bobbleheads! Bobblehead Generator Of course, we don't just want one bobblehead...we want so many bobblehe...

.NETVisual StudioDebugging and Diagnostics
Feb 10, 2016
Post comments count0
Post likes count0

Visual Studio 2015 Update 2 CTP

Visual Studio Team
Visual Studio Team

Today we released Visual Studio 2015 Update 2 CTP. Our focus for this release has been stability and performance, along with responding to feedback you’ve given us on Visual Studio 2015 RTM and Update 1. Here are the biggest things you’ll find in this update: We’ve also added a number of features across a variet...

.NETVisual StudioJava
Jan 28, 2016
Post comments count0
Post likes count0

Apache Cordova development lands on Visual Studio Code

Visual Studio Team
Visual Studio Team

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

Top News from October-December 2015, Part 2

Visual Studio Team
Visual Studio Team

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

Top News from October-December 2015, Part 1

Visual Studio Team
Visual Studio Team

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

Visual Studio Tools for Apache Cordova Update 5

Visual Studio Team
Visual Studio Team

Welcome to the new year and a new Visual Studio Tools for Apache Cordova (TACO) update! We just released Update 5 of the tools for you—full details are in the release notes—and we’ve created a new developer blog that you can follow to keep up to date with tips, tricks, and articles from our development team.New in Visual Studio TA...

Visual StudioJavaJavaScript
Jan 13, 2016
Post comments count0
Post likes count0

Unit Testing Apache Cordova Apps with Visual Studio, Part 2

Visual Studio Team
Visual Studio Team

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

Unit Testing Apache Cordova Apps with Visual Studio, Part 1

Visual Studio Team
Visual Studio Team

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