Web Development


VS Live! Keynote: Optimization and Deployment After Coding an Angular Web App

After coding an Angular JavaScript app, there's still a lot of work to be done to move it to the cloud, and Microsoft's John Papa explained how to use various tools to ease that process at the Visual Studio Live! conference in Orlando.

Edge Browser Switches WebAssembly to 'On'

For the first time, the Microsoft Edge Web browser provides default support for WebAssembly, the experimental technology that lets developers write Web code in non-JavaScript languages like C, C++ and even -- with a little work -- .NET languages like C#.

Integrating Angular 2 Directives

It’s easy to integrate your own attribute directives into Angular 2 templates to pass data from your component to your directive, have it respond to events on your page or even have your directive fire events to be processed by the component using it.

Report: Use of Swift Falls, Signaling Change to Multiplatform Mobile Coding

Cumbersome mobile app development using individual languages for each platform is giving way to multiplatform coding -- at which Visual Studio tooling is adept -- according to TIOBE, which tracks language popularity.

Build Your DOM Additions with Angular and TypeScript

Here’s how, in Angular, you can use directives to dynamically modify HTML in Views without polluting your business logic.

Encrypting Integer Values in ASP.NET MVC

If you want to encrypt integer values, then you're going to need to store the result as a string. If you're also going to roundtrip those values from the server to the browser, you'll need this code.

Leveraging the HTTP Header Location

There's more to RESTful services than just using the HTTP verbs. You should also be leveraging the Location header and status code, for example.

Visual Studio Code 1.16 Eases Code Refactoring, Picking Colors, More

Visual Studio Code's monthly release cadence continues to stream a new supply of goodies in each iteration, with the latest one featuring better code refactoring, a more versatile color picker, automatic tag closing and much more.

New Open Source TypeScript 2.5 Improves Code Refactoring, More

Microsoft said new code refactorings highlight the latest open source TypeScript 2.5 release, along with a host of other improvements.

Angular Q&A: Components, Getting-Started Tips (and that 'Total Rewrite' Thing)

Noted database expert and author Ted Neward discusses his favorite features of Angular and explains how to get started with the popular platform for building Web, mobile Web, mobile native and desktop apps.

Your First Angular App: Events and Updating

Peter completes his walk-through of creating a simple Angular app with TypeScript by responding to events, accepting data from the user and updating data back at the server with an AJAX call.

Exploiting the Validation Tools in ASP.NET MVC

Your users will make mistakes ... but it would be a mistake to treat all their errors the same way. You can get more out of ASP.NET MVC's validation infrastructure just by paying attention to how you name your errors.

Syncfusion Updates Components for Xamarin, ASP.NET Core, More

Syncfusion, which has been serving up prebuilt controls and components for Microsoft-centric development tools for some 16 years, released new goodies for Xamarin, ASP.NET Core., Universal Windows Platform, JavaScript and more in a new release.

Keeping the Dev Door Open

After numerous attempts, Microsoft has at last achieved success in kicking the door open and keeping it open on its dev tools.

Visual Studio Team Addresses No. 1 User Request: Expanded Config File Transforms

Posted more than six years ago and seconded by more than 8,800 developers, that request received an update response from Microsoft just this week.

Subscribe on YouTube