BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage IDEs Content on InfoQ

  • Npgsql Gets Visual Studio Data Designer Integration, JSONB Support

    Npgsql 2.2.0 comes as a feature packed release. The release adds VS Data Designer support, several Entity Framework-specific improvements and support for the Postgres 9.4 feature, the JSONB datatype.

  • Using Bing to Boost C# Development

    The Bing Developer Assistant is a new plugin for C# developers to enable effective searches for code samples from within Visual Studio. Rather than requiring a context switch to a web browser, the plugin lets developers make code searches while they work.

  • Inherent Complexity of the Cloud: VS Online Outage Postmortem

    Running cloud-based always-on systems is inherently complex. Microsoft recently experienced a 5 hour outage with Visual Studio Online, rendering their service unusable to developers. Microsoft's Brian Harry has provided a candid retrospective on what went wrong and how his team his correcting the failure.

  • Visual Studio “14” CTP3: PerfTips and the IDE

    The third preview of Visual Studio "14" has been released, combing some evolutionary improvements to the IDE with a insightful new debugging tool called PerfTips. PerfTips increases the accessibility of debugging program performance right in the editor.

  • ASP.NET vNext Projects Get Simpler

    ASP.NET vNext alpha3 was released along with the Visual Studio "14" CTP3. Several interesting changes are around ASP.NET projects - simpler project files, ability to specify build event handlers, cleaner source folders and more.

  • Python Tools for Visual Studio 2.1 RC Released

    Microsoft continues to polish their powerful (and open source) Python Tools for Visual Studio package, which turns their famous IDE into a powerful Python development environment. This plugin does support the Web and Desktop Express editions of VS2013.

  • ASP.NET Two-Factor Authentication, Web And Mobile Tooling Improvements

    Visual Studio Update 3 was released last week and includes some framework and tooling improvements relevant to web and mobile developers. We go through some of these, including the ASP.NET identity update supporting two-factor authentication, new Visual Studio-Azure integrations as well as several updates to the Apache Cordova Tooling preview.

  • VS2013 Update 3 Continues Refinements

    The 3rd Update to Visual Studio 2013 continues Microsoft's steady application of refinements to their flagship IDE. This update increases the usefulness of diagnostic tools, adds deployment options, and updates some key features in VS2013 Ultimate.

  • Microsoft Releases Tools for Unity

    As promised, Microsoft has released newly acquired Visual Studio plugin UnityVS for free to developers using any recent paid edition of Visual Studio. This plugin greatly improves developers working with the Unity game development system.

  • Visual Studio "14" CTP2 Adds ASP.NET and IDE Features

    Visual Studio "14" continues to display new features, with the latest CTP providing a look at productivity enhancements to the editor that benefit all languages as well as providing access to ASP.NET vNext.

  • Visual Studio “14” Is Changing the C Runtime

    As new details on Visual Studio "14" emerge, Microsoft's James McNellis describes how changes are being made to the infamous MSVCR DLL. Additional work being done to implement C99 support will also be changing how the default behavior of familiar functions.

  • Visual Studio "14" Sharpens Focus on Modern C++

    Visual Studio "14" Plans Improved C++11/C++14 compliance. As part of the this effort big changes are being made to the Standard Template Library bundled with "14".

  • JetBrains 0xDBE: A Tool for DBAs and SQL Developers

    Up until now, JetBrains’ IDEs have included plug-ins for dealing with database administration and development tasks. JetBrains has decided to extract the respective functionality and place it in an IDE of its own, namely 0xDBE.

  • Big Features Pack Visual Studio "14" Preview

    The first preview of the successor to VS2013 has been released, unifying several recent projects into a single package. Nearly all technology platforms are affected, with ASP.NET, C++, and VB/C# developers all receiving large updates.

  • What changes brought by C++14 could break a C++11 program?

    C++14, the new C++ standard, will bring a host of changes to the language. Although it is planned to be a small extension over its predecessor, featuring mainly bug fixes and small improvements, it is inevitable that a few changes could make a correct C++11 program break under a C++14-compliant compiler. With the new standard approaching a mature status, it is now worth asking where the risk lies.

BT