Reliability and performance improvements rule on this release candidate, and there are a bevy of new features being tested out with Team Foundation Server 2015 U2 RC as well.
- By Michael Domingo
- 03/04/2016
It's iOS and Android, then all others, along with Windows Phone. But some reports believe Windows Phone is the real growth market, and developers should take heed since there's money to be made there.
Just in time for Build in San Francisco, Microsoft will make available a kit for developing for yet another extension of the Windows platform that will have you going all Johnny Mnemonic on your Visual Studio apps. You'll need to be a Windows Insider, though, before you can get your hand -- and face -- on one.
- By Michael Domingo
- 03/03/2016
R is the perfect language for creating a variety of chi-square tests, which are used to perform statistical analyses of counts of data. Here's how, with some sample code.
- By James McCaffrey
- 03/02/2016
Xamarin this, Xamarin that. But not all cross-platform is Xamarin. Have you heard of one other option, like React Native?
- By Michael Domingo
- 03/01/2016
The Microsoft Band is one of the most sophisticated fitness and health trackers available today. In this article, Nick walks through building a Windows Phone app that can communicate with it.
- By Nick Randolph
- 03/01/2016
Predictably, Microsoft has pulled the plug on the Windows Bridge for Android, now that the company is absorbing Xamarin. Xamarin's cross-platform development capabilities can already be used to port Windows apps to the Android marketplace.
- By Michael Domingo
- 02/29/2016
Jason Roberts' e-book on C# 6 gets to a rolling start. And it's free, so you can't argue about the price at all.
- By Michael Domingo
- 02/25/2016
Web and application accessibility isn't just a nice thing to do. It makes your work available to a bigger world of customers ... and may be a legal requirement for some projects.
- By Terrence Dorsey
- 02/25/2016
The retirement of the Insider Program means -- voila! -- the Insiders Build for Visual Studio Code developers.
- By Michael Domingo
- 02/23/2016
When classes are more structure than you need, tuples let you specify simple type-safe aggregates of other data types. They'll also let you create a dictionary collection…but it won't be type-safe.
There's an extra day this year. What you do as a .NET developer in just that one day can shape the future of your development for many years to come.
- By Michael Domingo
- 02/22/2016
Developers working toward SharePoint 2013 and Windows Store-related exams and certifications might need to step up exam-taking efforts, as exams are set to retire in September.
- By Michael Domingo
- 02/18/2016
Pictures are worth a thousand words, and some can be storage-hungry, which can be bad for mobile apps and sites. Here's a trick for slimming them down.
- By Wallace McClure
- 02/18/2016
The basic functionality of the BlockingCollection makes creating asynchronous applications easy to do. But you need to use some of the BlockingCollection's other tools to create applications that handle typical real-world problems.