Columns


Making Testing Worthwhile

That understanding should drive how you deal with testing, including how to turn it into a value-added task.

Integrating Blazor and JavaScript Code

Downloading compiled C# code to the browser using Blazor is all very good -- but it would be so much better if you can integrate your Blazor code with JavaScript. Here’s how to do that.

Generate Useful Documentation for Your Web API Project

If you want to impress your boss (or client) with your diligence in generating documentation for your Web Service, then you need Swagger. That it will also make it easier for you to run tests on your service and check for typical errors is just icing on the cake.

The Case Against Zero-Defect Software

Testing is a necessary but not a value-added task. To put it another way, while testing is something we have to do, our users would be just as happy if we could produce quality software without it. Understanding that leads to a realistic approach to testing.

Your First Blazor App

Blazor is the Microsoft toolset that exploits the WebAssembly standard to let you write C# code that will run in your browser. Here's how to set up Visual Studio 2017 and create your first app.

Neural Regression Using Keras

Data scientist Dr. James McCaffrey provides code, screenshots and step-by-step instructions on how to perform regression using a deep neural network with the Keras code library.

Maximizing Your Paycheck

An economic model design to explain profit margins may seem like an odd place to look for career advice, but here are five forces that you can harness to increase how much you get paid.

18 New Tools and Extensions for Visual Studio

We've got a new round-up of tools covering security code analysis, code generators, console apps and command-line arguments.

DNN Image Classification Using Keras

The Data Science Doctor provides a hands-on tutorial, complete with code samples, to explain one of the most common methods for image classification, deep neural network, used, for example, to identify a photograph of an animal as a "dog" or "cat" or "monkey."

Top Visual Studio Code Extensions from Individual Contributors

While the most popular extensions in the Visual Studio Code Marketplace are naturally dominated by Microsoft and some other big corporate names like Red Hat, many individual contributors are also making waves with useful tools.

'Hello World' for Your Smartphone: Your First Xamarin Application

Here's a step-by-step guide to creating a Xamarin project in Visual Studio 2017.

Choosing a Xamarin Strategy

Here's what you need to know before you create your first Xamarin application to run on a smartphone or a tablet.

Dealing with Unsafe DELETEs in RESTful Services

Your DELETE request to the service just timed out. Surely, it's safe to send it again. Actually, it may not be.

Type Flexibility with Conditional Types

TypeScript applies type safety to JavaScript but, with conditional types, adds some flexibility in how consistent your types are.

Styling Xamarin.Forms Apps with CSS

New support for styling Xamarin.Forms apps with CSS may be controversial, but Greg Shackles thinks CSS is a powerful (and frequently maligned) solution to the problem of styling native mobile applications. See what he means in this hands-on tutorial.

Dealing with Unsafe Methods in RESTful Services

Your update request to the service just timed out. Is it safe to send it again? Maybe. Here's how to ensure that all your update, delete and add requests are safe plus some advice on what you should really be calling them and handling concurrency.

Really Rest: Eliminating Documentation by Implementing HATEOAS

If you want to implement a fully "REST-compliant" application you should address a critical question: How do consumers know what URLs to use? What if all the consumer needed to know was how to use the HTTP protocol and a little common sense?

16 New Code Analysis, Testing and Debugging Tools For Visual Studio 2017

Back in the day, we'd write some code, compile, execute, see what happened and repeat. That was testing. (Sometimes that's still what testing looks like, for better or worse.) Today, we can do a lot better.

Build a Xamarin.Forms Application with MvvmCross

Building cross-platforms applications has never been easier using Microsoft's Xamarin.Forms. In this article Nick introduces v6 of MvvmCross and shows how it can be leveraged to accelerate development and improve the architecture of a Xamarin.Forms application.

Introduction to Keras with TensorFlow

Our data science doctor provides a hands-on neural networking tutorial to explain how to get started with the popular Keras library, a high-level wrapper over TensorFlow.

Subscribe on YouTube