Showing results for Java - Visual Studio Blog

Mar 21, 2018
0
0

Visual Studio for Mac version 7.5 Preview 1

Visual Studio Team
Visual Studio Team

Earlier this month, we released version 7.4 of Visual Studio for Mac, our IDE for developers on macOS who are building mobile, web, and cloud apps. Today, we’re announcing the first preview of Visual Studio for Mac version 7.5, which you can get by changing the updater channel in Visual Studio for Mac to use the Beta channel. In this release, the t...

.NETVisual StudioJava
Mar 19, 2018
0
0

Supporting JUnit 5 in Visual Studio Code

Xiaokai He
Xiaokai He

After supporting the widely adopted JUnit 4 with the Java Test Runner extension for Visual Studio Code, we’ve received suggestions to add additional test frameworks, like JUnit 5 and TestNG. We’ve added initial support for JUnit 5, including running, debugging test cases as well as test report. Please give us a try and let us know your feedback. ...

.NETDebugging and DiagnosticsJava
Feb 2, 2018
0
0

Hot Code Replacement for Java comes to Visual Studio Code

Xiaokai He
Xiaokai He

Hot code replacement (HCR), which doesn't require a restart, is a fast debugging technique in which the Java debugger transmits new class files over the debugging channel to another JVM. With this new feature in Visual Studio Code (VS Code), you can start a debugging session and change a Java file in your development environment, and the debugger w...

.NETDebugging and DiagnosticsJava
Jan 15, 2018
0
0

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

Visual Studio Team
Visual Studio 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...

.NETJavaVisual Studio 2017
Jan 11, 2018
0
0

New Visual Studio Code Extensions for Java Developers: Maven, Tomcat, and Checkstyle

Xiaokai He
Xiaokai He

Alongside the release of Debugger for Java and Java Test Runner this week, we're welcoming a few new members to our Visual Studio Code Java Extension family. We think you'll find them helpful for your Java development when you’re dealing with maven, Tomcat or making sure your Java code to follow the standard styles. Maven Project Explorer Maven i...

.NETJavaUnity
Jan 8, 2018
0
0

Visual Studio Code Java Debugger Adding Step Filter and Expression Evaluation

Xiaokai He
Xiaokai He

Happy new year! We’d like to thank you all for using Visual Studio Code for your Java development as well as for sharing your feedback. Within just three months, we’ve published 5 releases for our Debugger for Java extension for Visual Studio Code and received 400K+ downloads. With our new 0.5.0 release, we’re adding two new exciting features: Expr...

.NETDebugging and DiagnosticsJava
Dec 13, 2017
0
2

Connect(); 2017: SmartHotel360 Demo Apps and Architecture

Visual Studio Team
Visual Studio Team

Last month we hosted Microsoft Connect(); in New York City. Connect(); is a three-day, in-person and online developer event. If you missed it, no worries! You can watch our keynotes, sessions, and on-demand videos on Channel 9. For the past five months our keynote demo team worked on a new set of reference apps. We used most of these apps and Az...

.NETVisual StudioJava
Dec 12, 2017
0
0

Easily Create IoT Edge custom modules with Visual Studio Code

Visual Studio Team
Visual Studio Team

At the recent Connect(); 2017 in November, we announced public preview of Azure IoT Edge. Now you can bring the intelligence of the Cloud right to the IoT Edge as well as easily create and manage business logic for your devices. The new Azure IoT Edge extension for Visual Studio Code along with the updated Azure IoT Toolkit extension will make your...

.NETDebugging and DiagnosticsJava
Dec 11, 2017
1
1

Share UI Code in any iOS and Android App with .NET Embedding

James Montemagno
James Montemagno

One of the most exciting announcements during this year’s Connect(); event was the ability to embed .NET libraries into existing iOS (Objective-C/Swift) and Android (Java) applications with .NET Embedding. This is great because you can start to share code between your iOS and Android applications, and you can also share the user interface between y...

.NETJavaVisual Studio 2017
Dec 7, 2017
0
0

Post-Connect(); 2017 Visual Studio Partner Webinar Series

Visual Studio Team
Visual Studio Team

[Hello, we are looking to improve your experience on the Visual Studio Blog. It will be very helpful if you could share your feedback via this short survey that should take less than 2 minutes to fill out. Thanks!] Earlier this week, we released 13 Visual Studio partner webinars that build off of some of the major announcement areas of Connect()...

.NETDebugging and DiagnosticsJava