If you think Bert is all talk when it comes to his decade of C# experience, you're wrong. He delivers…15 times.
Current Ultimate subscribers will notice a significant price reduction. Also: a Visual Studio 2015 timeline quick reference.
- By Michael Domingo
- 04/01/2015
Microsoft has been running full steam ahead with its "open" development process. So what does it mean to those developing across disparate platforms? Scott Hanselman explains.
- By Wallace McClure
- 03/31/2015
Promises make asynchronous processing simple, consistent and easy to use. And, with TypeScript and Promises.TypeScript providing support for generic Promises, you get both type safety and IntelliSense support.
Azure API Tools for Visual Studio 2013 gives developers a quick path to connecting to third-party REST APIs.
- By Michael Domingo
- 03/30/2015
Now that you know how to use them (see Part 1 if you don't), it's time to create custom ones.
- By Jason Roberts
- 03/26/2015
Windows Insider members can access the software development kit preview for building Universal Apps on the upcoming Windows 10 platform.
- By Michael Domingo
- 03/23/2015
Peter's convinced you're not using Shared and static members enough, but then he's also convinced that none of you know about all the ways you can use those two keywords.
Microsoft's Brian Harry offers proof that TFVC is still alive and well.
- By Michael Domingo
- 03/20/2015
Python Tools for Visual Studio adds a number of user-requested features, including a centralized comments window, and the ability to launch and configure multiple Python environments.
- By Michael Domingo
- 03/16/2015
Upcoming release will include some developer-requested features integrated into ADAL .NET and .NET Core to streamline use of OpenID and OAuth app protocols.
- By Michael Domingo
- 03/16/2015
SharePoint 2013 workflows for automating common business processes can be deployed as SharePoint apps built using Visual Studio.
- By Malin De Silva
- 03/12/2015
Testing Visual Studio 2015 CTP 6? You've got the latest tools for debugging Apache Cordova apps on Windows Phone 8.1.
- By Michael Domingo
- 03/12/2015
Adding real-time diagnostics and communication to a Windows Phone 8.1 application is no challenge for SignalR.
- By Nick Randolph
- 03/10/2015
It's more complex than back propagation, but Rprop has advantages in training speed and efficiency.
- By James McCaffrey
- 03/09/2015
You don't have to reinvent the Web site to publish some documentation for your project. Take advantage of GitHub Pages to build almost point-and-click doc sites.
- By Terrence Dorsey
- 03/04/2015
Here's the simplest possible code for creating a custom collection class in the Microsoft .NET Framework that includes support for For…Each loops, an indexer method and initializing collections with {…}.
Writing automated UI tests for your iOS and Android apps might not be as difficult as you think. Learn how to set up tests for your apps with Xamarin.UITest.
- By Greg Shackles
- 02/17/2015
It takes tenacity, persistence, and maybe a little bit of Tae Kwon Do to tackle the complexity of Web development. It's something Robert Boedigheimer knows well.
The TypeScript approach to data typing is different than what you're used to with server-side languages. This allows the language to integrate with other JavaScript libraries, but the results can surprise you.