Code
The following articles come with code downloads. To get the code downloads, click on the article titles, then click on the Code Download button.
Recurrent neural networks can solve some types of problems that regular feed-forward networks cannot handle.
- By James McCaffrey
- 10/12/2015
The open source library RestSharp is designed to make consuming APIs from .NET easy and work across platforms.
- By Ondrej Balas
- 10/08/2015
SharePoint is versatile, in that developers can interact with its data via other programming languages besides what's in Visual Studio. Here's how AngularJS fits into the development mix.
- By Malin De Silva
- 09/29/2015
Command pattern helps to encapsulate a request as an object and lets you parameterize clients with queues, all while supporting undoable operations. I'll explain how to use command pattern using an example in which we create a list in SharePoint with Visual Studio.
- By Malin De Silva
- 09/11/2015
Neural network models can be created, saved and reused. Here's how.
- By James McCaffrey
- 09/10/2015
The Open Data Protocol allows for creation and consumption of REST APIs. Sam Nasr demonstrates OData 4 in a sample app that demonstrates containment, a new feature for facilitating data access.
It's now easier than ever to create polished Android experiences. Greg Shackles shows how using Google's new Material Design style.
- By Greg Shackles
- 08/20/2015
The differences between neural network binary classification and multinomial classification are surprisingly tricky. McCaffrey looks at two approaches to implement neural network binary classification.
- By James McCaffrey
- 08/18/2015
Office 365 platforms keep getting better with every update, and now the Office 365 API for Visual Studio provides a great way to interact with Office 365 resources.
- By Malin De Silva
- 08/11/2015
Clean up your Razor views with the new tag helpers in ASP.NET MVC 6.
Let's explore mini-batch training, the third among a variety of back-propagation algorithms you can use for training a neural network.
- By James McCaffrey
- 07/21/2015
Now that Visual Studio 2015 is upon us, here's a brief overview of the capabilities of the .NET Compiler Platform.
Let's wrap up this series on TDD for ASP.NET MVC and talk about the view layer via JavaScript.
The newest version of C# 6.0 that you'll see in Visual Studio 2015 improves and streamlines the way you'll code for a "mobile first, cloud first" world.
Xamarin Forms makes the hard work of navigation in apps from device to device a much simpler developer proposition. Here's what I've learned so far.
- By Wallace McClure
- 06/24/2015