Web Development


Visual Studio Code 0.10.3 Fixes Performance Snag

Users reported a number of startup and performance issues since the beta release of Visual Studio Code in mid-November.

Visual Studio 2015 Update 1, TFS 2015 Update 1 RTM

Final releases of VS 2015 Update 1, TFS Update 1 follow quickly after release candidates that were announced during Microsoft's Connect() event in November.

Overloading TypeScript Functions

TypeScript has some "interesting" limitations when it comes to overloading functions. But it also offers you some options when you need more flexibility in declaring functions, including both optional parameters and infinite parameter lists.

Microsoft Sheds Light on Open Source Developments

Microsoft's Jay Schmelzer described the current state of the developer group's open source efforts in Redmond at a Live! 360 Conference keynote.

The Easiest Way to Share Code: NuGet

You want to use a DLL in multiple projects (it's even possible that other developers at your company might find your DLL helpful). The easiest way to distribute and deploy that DLL, or any other combination of files, is with NuGet. Really.

Microsoft Showcases Visual Studio Dev Essentials, Visual Studio Code in New York

Microsoft packages a handful of developer-related services into an Essentials-style pack, and submits Visual Studio Code to beta testing. Oh yeah, and it's also being open sourced.

Xamarin 4's New Mac Agent Gives Devs More Direct Path to iOS Apps

New additions include the Mac agent for native iOS app development within the Visual Studio IDE, as well as a beta of Xamarin Insights and updates to Xamarin Forms and Xamarin Test Cloud.

Sencha Ext JS Offers .NET Devs Short Cuts for Web Apps

Preview of new plugin from the developers of the Sencha Web Application Lifecyle Management Platform allows .NET developers to write JavaScript code as if it were native to Visual Studio.

Project Oxford Gets Emotional for 'Movember'

Project Oxford team releases public beta of emotion tool that recognizes a core set of emotional states, which developers can embed into .NET apps.

Creating a True Value Object

You can dramatically simplify your code by using classes to define read-only/immutable objects … but to create classes that behave correctly requires a little bit of redirection.

Visual Studio Fares Well in IDE Report

Strategy Analytics ranks the mobile developer environments from Apple, Google, and Microsoft, with Visual Studio getting slightly outpointed by Xcode.

Parameter Sweeps, or How I Took My Neural Network for a Test Drive

The short definition of a parameter sweep is that it's the process of trying different training parameter values in order to find a good set of neural network weight values.

Updates to Visual C++ Include New Build Tool, Experimental Editor Tools

With Visual Studio 2015 Update 1 comes a few changes to the build tools as well as the addition of experimental tools in Visual C++.

Creating a Value Object that Developers Can Use

You can dramatically simplify your code by using value objects, but to create a value object that makes sense to the developer who uses it, you need to redefine what the equals sign means. Along the way, Peter points out some problems when you don't use classes to define your data.

Build-Process Insanity

Many stories aim to share a saga of how code builds are successfully integrated with each other. This is not one of those stories.

Subscribe on YouTube