Showing tag results for C#

Jul 21, 2015
Post comments count0
Post likes count1

Visual Studio 2015 RTM: What’s New in the IDE

Visual Studio Team
Visual Studio Team

Visual Studio 2015 was released yesterday. Throughout the prereleases, you've seen some major announcements, from the new VS 2015 product lineup introducing Visual Studio Enterprise and Visual Studio Code, to the release of a free Visual Studio Community Edition with support for VS extensions. We've listened to your feedback on these products and h...

.NETJavaC#
Jul 20, 2015
Post comments count0
Post likes count0

Visual Studio 2015 and Visual Studio 2013 Update 5 Released

Visual Studio Team
Visual Studio Team

[UPDATED 8/7] The final release of TFS 2015 is now available. Brian Harry's post highlights some key capabilities like Agile Project Management, Continuous Delivery, Git improvements, and Extensibility. He also has links for download and release notes.  [UPDATED 7/29] Windows 10, Tools for Windows 10, and Windows 10 support in Apache Cor...

.NETVisual StudioDebugging and Diagnostics
Jul 15, 2015
Post comments count0
Post likes count0

Microsoft Band and Health developer platform

Visual Studio Team
Visual Studio Team

New to Microsoft Band and Health? Let’s start with a short summary. Microsoft Band is Microsoft’s first wearable device that helps you live healthier and be more productive. Powered by Microsoft Health Service and supported by Microsoft Health apps on all mobile platforms, it is a complete solution for fitness and connectivity. At its ...

C#XamarinMicrosoft Band
Jun 30, 2015
Post comments count0
Post likes count0

Top News from May 2015

Visual Studio Team
Visual Studio Team

Hello everyone! Every month I share some top stories from the previous month. Here’s an overview of some top posts in May. Top Trending Content for May 2015 .NET at Build 2015. On the .NET blog, Richard Lander shared 2 interesting posts. .NET Announcements at Build 2015 is an excellent one-stop shop for everything you need to know about the...

.NETVisual StudioDebugging and Diagnostics
Jun 10, 2015
Post comments count0
Post likes count0

JavaScript Editor Improvements in Visual Studio 2015

Visual Studio Team
Visual Studio Team

JavaScript is an important technology for development on many different platforms, including web, mobile app, and server programming. In Visual Studio 2013 we already support IntelliSense, Go to Definition, colorization, and formatting of JavaScript source, along with several other features. We’ve carried these forward into Visual Studio 2015...

.NETJavaC#
Jun 5, 2015
Post comments count0
Post likes count0

Developing for iOS using the Tools for Apache Cordova

Visual Studio Team
Visual Studio Team

Most developers are already familiar with Xamarin and C++ for iOS development, but Visual Studio 2015 also delivers a quick and easy way for developers to build iOS, Android, and Windows apps using JavaScript. The Tools for Apache Cordova are ideal for projects where speed-to-market, maintainability, and code re-use are paramount. Apache Cordova’s ...

JavaC#JavaScript
Jun 2, 2015
Post comments count0
Post likes count0

Introducing the Project System Extensibility Preview

Visual Studio Team
Visual Studio Team

[Update 6/4: We've updated this post to clarify the roadmap of this project to become part of the Visual Studio SDK, once it moves past the Preview phase.] We are very pleased and excited to announce the availability of the Project System Extensibility Preview. With it, you can define a new project type and begin writing extensions to customize th...

.NETVisual StudioJava
Apr 30, 2015
Post comments count0
Post likes count0

Playing with VS Extensibility

Visual Studio Team
Visual Studio Team

[Updated] In a presentation to developers in the //build keynote on Thursday, April 30, we demonstrated a Minecraft mod as an example of Visual Studio’s extensibility and ecosystem. With a gift for understatement, that demo caused a little bit of confusion. We should clarify our intent: this was not an announcement about Minecraft, or an of...

.NETVisual StudioJava
Apr 29, 2015
Post comments count0
Post likes count0

BUILD 2015 News: Visual Studio Code, Visual Studio 2015 RC, Team Foundation Server 2015 RC, Visual Studio 2013 Update 5

Visual Studio Team
Visual Studio Team

[UPDATED 8/5] Visual Studio 2015, Visual Studio 2013 Update 5, and .NET 4.6 were released on 7/20/2015. Check out this post announcing VS 2015 and VS 2013 Update 5 and this one announcing .NET framework 4.6. [Original Post] The Microsoft BUILD conference is typically a time when we release a lot of developer tools. This year we may hav...

.NETDebugging and DiagnosticsJava
Apr 20, 2015
Post comments count0
Post likes count0

Using RequireJS with Visual Studio

Visual Studio Team
Visual Studio Team

As applications become richer and more complex, it becomes important to structure code so that it’s easy to refactor components independently. To understand how one piece of code depends upon another, developers turn to the best practices of modularity and encapsulation to structure code as a collection of small, reusable parts. RequireJS is ...

.NETVisual StudioJava