TypeScript 1.0 is nearing reality.
Developers can search for incompatibilities between their own code and .NET more easily than ever.
Nick Randolph takes MvvmCross for a spin and shows how quickly you can build an application for Windows Phone and other mobile platforms.
- By Nick Randolph
- 02/25/2014
Portable Class Libraries create a single DLL that can be used across platforms, making code sharing easier. Learn how to use them by building a weather app with a portable core.
- By Greg Shackles
- 02/21/2014
The enhancements include integration with the ASP.NET Web API.
Visual Studio 2013, with the latest version of TypeScript, gives you the same kind of support you've come to expect when writing code in C# and Visual Basic.
Why user requests shouldn't always be granted.
Evolutionary optimization (EO) is a type of genetic algorithm that can help minimize the error between computed output values and training data target output values. Use this demo program to learn to the method.
- By James McCaffrey
- 02/18/2014
With Bing Code Search, Visual Studio developers get context-aware search capabilities from within IntelliSense.
Visual Studio 2013 has many new features; which ones are the most important? Here are the first six that promise to improve your productivity the greatest (more coming next month!)
- By Deborah Kurata
- 02/14/2014
Sometimes you can improve your application's response time by shunting some activities to offline processing -- sending an e-mail response, for instance. Here's how to use Microsoft Message Queue (available on both your development and production computers) to simplify the process.
A new version of the extension adds support to Visual Studio 2012; it originally supported only Visual Studio 2013.
Microsoft needs fixing. Here's a list of the first things the new CEO should consider taking on.
- By Andrew J. Brust
- 02/11/2014
The developer service has had a number of outages since its introduction last November.
The add-in checks a Windows Store app's performance and health.
It allows devs to debug JSON without leaving Visual Studio.
ASP.NET MVC filters can be defined once and used in multiple places. Because ASP.NET MVC also provides the ability to create custom filters, it's good practice to learn how to make them and use them in your own projects.
The update is supposed to be out this spring.
The update comes close on the heels of Update 1, which came out just over two weeks ago.
Like riding a bike, knowledge of regular expressions will stay with you forever, allowing you to manipulate text quickly and easily. In this part of the series, Ondrej focuses in on groups, positioning and tools.
- By Ondrej Balas
- 02/05/2014