It's more complex than back propagation, but Rprop has advantages in training speed and efficiency.
- By James McCaffrey
- 03/09/2015
Now in beta testing, the new framework offering takes an open source JavaScript-based approach to cross-platform coding across iOS, Android and Windows with one code base.
Microsoft and Google to collaborate on building the second coming of the open source Web application framework, and TypeScript will be the tool of choice.
- By Michael Domingo
- 03/05/2015
Microsoft's Kevin Gallo shows off Windows 10 and the Universal Apps platform at Barcelona mobile event.
Xamarin.Forms gives you the gift of XAML if you're looking to take the short route to building mobile interfaces.
- By Wallace McClure
- 03/05/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
The Windows Workflow Foundation alternative gets an incremental update.
- By Michael Domingo
- 03/03/2015
You don't need to worry about keeping your current job -- it will be gone, eventually. What you want to worry about is keeping your next job. That means developing the right skills to the right level for the package you intend to provide to employers.
If there's one life lesson to be learned here, it's that just because a manager knows how to write code, it doesn't mean that they should be allowed to write code.
Window Phone continues to have growing pains, and future success hinges on Windows 10's success, suggests IDC report.
Get a reprieve on a failed exam toward your MCSD -- popular Second Shot exam retake program runs to end of May.
- By Michael Domingo
- 02/26/2015
In this three-part series, we'll build an ASP.NET MVC application for managing a simple list of contacts, and in the process we'll show some of the direct benefits of test-driven development.
Microsoft released an SDK for developers who want to extend their Android and Windows Phone apps to support its Microsoft Band and Microsoft Health apps.
- By Michael Domingo
- 02/24/2015
Visual Studio 2015 CTP 6 comes with more efficient cloud services single sign-on, improvements in ASP.NET and Xamarin integration, and an update to Visual Studio Tools for Apache Cordova.
- By Michael Domingo
- 02/23/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 {…}.
In this sprint, Kanban boards get a spartan look to allow for customizing them in the future. Also, more testers can be added to Visual Studio Online test suites.
- By Michael Domingo
- 02/19/2015
New versions of OData and ODataLib were released late last month on NuGet.
- By Michael Domingo
- 02/19/2015
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.