Many developers are unhappy that future releases won't be supported on Visual Studio 2012 and earlier.
Dropout training is a relatively new algorithm which appears to be highly effective for improving the quality of neural network predictions. It's not yet widely implemented in neural network API libraries. Learn how to use dropout training if it's available in an existing system, or add dropout training to systems where it's not yet available.
- By James McCaffrey
- 05/13/2014
The API integrates many third-party tools and cloud-based services using standard Web technologies.
Data from TFS versions as far back as 2010 can be transferred.
ASP.NET vNEXT, Apache Cordova tooling also announced.
Giving a keynote presentation at the VSLive! conference this week, noted speaker Billy Hollis decried the "fixation" on unit testing, among other topics.
Microsoft's Craig Kitterman demonstrated cloud-based load testing and monitoring for applications.
Better debugging, support for Async are among the highlights.
Peter Vogel moves a Windows Form to a modern design pattern, which forces him to think about how his code should be divided up among his classes. In the end, he comes up with some rules for making those decisions.
It may look like a simple point upgrade, but it isn't. Examine more closely, and you'll see why the latest iteration of Windows Phone is a big deal.
- By Nick Randolph
- 05/02/2014
The problem appears to be related to the location of the setup executable.
Soon, devs will even be able to build a Windows Phone app on OS X.
Knockout custom binding handlers can help simplify integration with third-party JavaScript libraries. Here's how.
- By Patrick Steele
- 04/30/2014
Even in a Code First environment, you can call a stored procedure from a DbContext object. But it's a lot easier if you use the visual designer.
Previous versions only covered up to .NET Framework 3.5.
Connect to Twitter from a mobile application using OAuth with the Xamarin.Auth library, along with Joe Mayo's LINQ To Twitter library.
- By Wallace McClure
- 04/25/2014
Resources for using the popular distributed source code control and collaboration tools Git and Mercurial on Windows.
- By Terrence Dorsey
- 04/23/2014
To train a neural network you need some measure of error between computed outputs and the desired target outputs of the training data. The most common measure of error is called mean squared error. However, there are some research results that suggest using a different measure, called cross entropy error, is sometimes preferable to using mean squared error.
- By James McCaffrey
- 04/22/2014
Complex Types let you reuse structures in your database design. But unless you've been very lucky around the names in your database, you probably couldn't use Complex Types -- until Entity Framework 6, that is.
The installer was removed after Visual Studio 2010, and led to an outcry among developers.