Showing category results for Web

Jul 20, 2015
Post comments count0
Post likes count0

Visual Studio 2015 and Visual Studio 2013 Update 5 Released

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

The Glimpse Team Joins Microsoft

Visual Studio Team

Today, when building applications, web developers need to consider more browsers, platforms, devices, and form factors than ever before. Recent hardware advances, from mobile computing, touch interfaces and high resolution displays, to the ever shifting landscape of browser API’s and JavaScript libraries, have elevated the level of discipline...

.NETDebugging and DiagnosticsJava
Jun 30, 2015
Post comments count0
Post likes count0

Top News from May 2015

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

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

Introducing the Project System Extensibility Preview

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

Top News from April 2015

Visual Studio Team

This top trending post is a collection of what we think are some of the top stories in April. This is our third such post (top news from February 2015, top news from March 2015) and we would love to hear your feedback. Are these posts interesting and informational? Do you have other blogs or articles to share with us? Let us know by leaving a comme...

.NETVisual StudioDebugging and Diagnostics
May 1, 2015
Post comments count0
Post likes count0

Tools for Apache Cordova in Visual Studio 2015 RC

Visual Studio Team

We are excited to announce that Visual Studio 2015 RC will include the Tools for Apache Cordova. Starting today, you can build production quality mobile apps for iOS, Android and Windows using web technologies and nearly 100% shared code across platforms. With support for native device capabilities (e.g. camera, accelerometer, contact), offline sce...

.NETJavaJavaScript
Apr 30, 2015
Post comments count0
Post likes count0

Introducing the Windows 10 Apache Cordova platform

Visual Studio Team

NOTE: This blogpost is outdated. Build your Cordova project into a Windows 10 (UWP) app by following the instructions here: http://taco.visualstudio.com/en-us/docs/run-app-windows/ Apache Cordova allows developers to write apps targeting iOS, Android, Windows, and Windows Phone with a single codebase using HTML, JavaScript, and CSS. Today, Apache ...

Visual StudioJavaJavaScript
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

[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

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