Web Development


How To Consume a WebAPI with RestSharp

The open source library RestSharp is designed to make consuming APIs from .NET easy and work across platforms.

Creating a Genuine Value Object

Peter addresses reader's concerns by showing how to implement a read-only/immutable value object.

Tools for Apache Cordova Version 1.0.0 Released

The toolset that allows Visual Studio developers to work natively with the popular Cordova mobile app framework finally makes it out of development, and becomes an open source project on Github.

Deploying Microservices Architecture with C#, Part 2

Now that we've got the basics of microservices, what happens when we take into production? It's time to make sure your message reaches its intended targets.

Add-In Commands Give Office 2016 Devs More Control

A number of new tools whose capabilities will be deployable in Office client apps in the coming months include add-in command extensibility, and theming and Office.js APIs.

Foley: The New Microsoft Is Unpredictable

Renowned journalist and Microsoft watcher Mary Jo Foley says the "new" Microsoft has become much more unpredictable, and highlights the current state of the app bridges of Microsoft's Universal App Platform.

Deploying Microservices Architecture with C#, Part 1

What's all the hubbub with microservices? The benefits are in application management and delivery. Paul Mooney shows how in this sample C# app.

What Makes Microsoft Run: An Inside Look at DevOps

Microsoft's Brian Harry offers a look deep inside the evolution of the company's development operations as it transformed itself into a cloud-centric organization.

Where JavaScript and SharePoint Apps Intersect

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.

Azure Data Lake Store, Services and U-SQL Make Debut

Microsoft fills in the gaps on its Big Data offering with previews of its Azure Data Lake and Language Services, which includes the brand-new U-SQL language for crunching the incoming explosion of data.

Managing Functions in TypeScript

Functions in TypeScript aren't handled the way you'd expect, based on any other language (including JavaScript). Fortunately, because of the way TypeScript handles functions, you're protected from a common JavaScript error (in addition to getting better IntelliSense support and compile-time checking, of course).

Azure Mobile Apps Backs Up to Azure Table Storage

A September update to the .NET Server SDK include automated OWIN setup and improved middleware authentication processes.

It's Universal: Understanding the Lifecycle of a Windows 10 Application

Nick Randolph pulls apart the lifecycle of a Windows 10 application and reveals what goes on programmatically when users launch, switch between and close Windows 10 apps.

Developer Tools for Office 2016

A number of developer tools have been in the works and released in recent weeks leading up to the release of Office 2016 today.

Building a Better MVC Helper

Readers suggest ways to build a powerful HtmlHelper that simplifies creating typical application Views. Along the way, Peter uses a workaround for extending an anonymous object with additional properties and shows how to extract values from a lambda expression in a View.

Subscribe on YouTube