Showing results for Tag : C#

Dec 10, 2015
0
0

The .NET Journey: Recapping the last year

Visual Studio Blog
Visual Studio Blog

Having just completed Connect(); // 2015, we thought to take a moment to review everything that’s happened with .NET over the last year, between last year's and this year's Connect();. And what a year it’s been! We’ve seen significant developments in the .NET Framework, including the release of new versions, and also the release ...

.NETVisual StudioDebugging and Diagnostics
Nov 30, 2015
0
0

Improving your build times with IncrediBuild and Visual Studio 2015

Visual Studio Blog
Visual Studio Blog

IncrediBuild is a software acceleration technology that allows builds, tests, and other development processes to execute in parallel over a distributed network. It works locally on your development box and over a build server, and can also make use of idle CPU cycles in other computers over the entire network. In addition, developers with Visual ...

Visual StudioJavaC#
Nov 30, 2015
0
0

Visual Studio Update 1 RTM

Visual Studio Blog
Visual Studio Blog

Today we’re releasing Visual Studio 2015 Update 1. Let me be the first to thank everyone who installed these earlier releases, provided feedback, and helped us iron out the kinks. [The final release of Team Foundation Server Update 1 is also available today, which you can read about on Brian Harry's blog.] I’ve already shared many...

.NETVisual StudioJava
Nov 23, 2015
0
0

Latest Microsoft Office Developer Tools for Visual Studio 2015

Visual Studio Blog
Visual Studio Blog

We’re pleased to announce that Update 1 for the Microsoft Office Developer Tools for Visual Studio 2015 is ready for you to install! This update includes a vocabulary change in our tools, Apps for Office and SharePoint are now known as Office and SharePoint Add-ins, and bug fixes, such as the Office/SharePoint node not appearing under Visual C# ...

Visual StudioJavaC#
Nov 18, 2015
0
1

News and Announcements at Connect(); //2015

Visual Studio Blog
Visual Studio Blog

Today we held the Connect(); //2015 event in New York, where we introduced many new products and features that we’ve been working on. In this post I’ll share the highlights with you, and you can watch the Connect(); event along with many additional on-demand videos on http://www.visualstudio.com/connect2015. Visual Studio Code beta ...

.NETVisual StudioDebugging and Diagnostics
Oct 29, 2015
0
0

Visual Studio Update 1 RC

Visual Studio Blog
Visual Studio Blog

Today we released Visual Studio 2015 Update 1 RC, which builds on the Update 1 CTP we released three weeks ago. In addition to the features introduced in the CTP as described here, the Release Candidate includes the following:   For a complete list of features in Update 1 RC and information on bug fixes ...

.NETVisual StudioDebugging and Diagnostics
Oct 28, 2015
0
0

Writing and Using Custom Code in U-SQL – User-Defined Functions

Visual Studio Blog
Visual Studio Blog

In my last blog post, I introduced U-SQL as the new Big Data query language for the Azure Data Lake that unifies the benefits of SQL with the expressive power of your own code. Today we are announcing the availability of the Azure Data Lake in public preview. You can now try U-SQL in Visual Studio and run it over massive amounts of data in the ...

.NETVisual StudioC#
Oct 27, 2015
0
0

Top News for September 2015

Visual Studio Blog
Visual Studio Blog

Hello everyone! Every month we share some top stories from the previous month, and here’s our round-up for September. Open-source, cross-platform MSBuild: Continuing the open-source, cross-platform .NET story that is already well underway with .NET Core and the .NET Compiler Platform (“Roslyn”), MSBuild is joining the fun as ...

.NETVisual StudioJava
Oct 8, 2015
0
0

Visual Studio 2015 Update 1 CTP

Visual Studio Blog
Visual Studio Blog

Today we released Visual Studio 2015 Update 1 CTP. Included, you’ll find: For a complete description of the improvements, bug fixes, and known issues in this release, see Description of Visual Studio 2015 Update 1 CTP. As always, we welcome your feedback. Share your feedback, suggestions, thoughts, and ideas on...

.NETVisual StudioDebugging and Diagnostics
Oct 5, 2015
0
0

How Visual Studio gives Halfbrick ninja powers

Visual Studio Blog
Visual Studio Blog

For this post we welcome Nicholas Cornelius and Miguel Pastor from Halfbrick as guest authors on the Visual Studio Blog. Halfbrick games, including Fruit Ninja and Jetpack Joyride, are released on multi platforms. To minimize per-platform overhead, our games are written primarily in C++ with only small portions of platform-specific code written in...

Visual StudioDebugging and DiagnosticsJava