-
By Jason Roberts
Test, test and test again. You can automate those tests with a TestServer-based Web app that doesn't even touch the Web server.
07/27/2017
-
Playing around with Apple's Core Image imaging technology, using some simple C# code to perform facial recognition and apply filters to photos.
07/26/2017
-
By
Joseph Fultz, Darren Brust
Part 2: Now that we've nailed down the serverless compute concepts, we'll use a handful of online tools to develop Azure Functions.
07/21/2017
-
James McCaffrey uses cross entropy error via Python to train a neural network model for predicting a species of iris flower.
07/20/2017
-
By
Joseph Fultz, Darren Brust
The cloud has enabled some incredible innovation, like serverless compute, which is transforming the way we build applications for the cloud. We dive into serverless concepts and explore how they are supported by Azure Functions.
07/17/2017
-
Get Visual Studio to be more helpful when you're working with HTML.
07/07/2017
-
When something goes wrong with your Web Service the decent thing to do is to return your errors in a variety of ways.
06/30/2017
-
You like the idea of an AJAX application, but would rather not write the JavaScript yourself. You're in luck: ASP.NET MVC provides two tools that write the client-side code for you. And these tools even make sense if you’re comfortable with writing your own JavaScript.
06/28/2017
-
By Tomáš Herceg
You don't need to write tons of JavaScript code to create a JavaScript-friendly MVVM app. Let DotVVM can take over. Here's a basic tutorial for developing with it.
06/27/2017
-
C# finally gets the BASIC GOSUB feature through local functions, but local functions take that GOSUB-like capability up a few notches.
06/26/2017
-
Wally shows you how to use Xamarin.iOS to create a pedometer app for a Fitbit that employs the CoreMotion Framework.
06/20/2017
-
You don't have to resort to writing C++ to work with popular machine learning libraries such as Microsoft's CNTK and Google's TensorFlow. Instead, we'll use some Python and NumPy to tackle the task of training neural networks.
06/15/2017
-
The .NET Framework gives you three different ways to call a Web Service. However, depending on your scenario, the latest and greatest object isn’t necessarily your best choice.
06/13/2017
-
Consuming services is something every application needs to do. In this article, Nick demonstrates how to document a REST service using Swagger in order to make it easy to consume from a Universal Windows Application.
06/12/2017
-
Lots of searching through lots of data means potential app performance degradation. Hash codes can speed things up.
06/01/2017
-
By Elton Stoneman
Last time, we used Docker to modernize an ASP.NET WebForms app. In this second part, we take a feature-driven approach to extending it and improving performance.
05/31/2017
-
With Python and NumPy getting lots of exposure lately, I'll show how to use those tools to build a simple feed-forward neural network.
05/24/2017
-
Normally, you don’t care about first-chance exceptions -- it's only when something becomes a second-chance exception that you start to pay attention. But when you do care about all the exceptions, here’s how to work with them both in Visual Studio and in your code.
05/22/2017
-
By Jason Roberts
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience.
05/15/2017
-
The OutputCache attribute is a great way to improve both response time and scaleability, except there are many times when you can’t use it. Here’s how to leverage the HtmlHelper Action method to handle those exceptions.
05/11/2017
-
By Greg Shackles
Learn how Mobile Center helps you easily develop, build, test, distribute, and monitor your mobile apps.
05/09/2017
-
Here’s how to add AngularJS to an ASP.NET MVC application in Visual Studio 2015.
05/03/2017
-
Let's explore factor analysis again, this time using the R ability to tap into OOP, but we won't use the RC model.
05/02/2017
-
By Jason Roberts
It's possible to hook into document store events to monitor (and even modify) behavior.
05/01/2017
-
Here's the best performing option when you're retrieving the objects at the end of an entity class's navigation property, either when you only want some of the objects or when you only want them some of the time.
04/28/2017