Web Development


Blazor Steals the Show in VSLive! .NET Keynote

While Microsoft's Scott Hunter touched upon the goodies coming in the bits for .NET Core, .NET Framework, .NET Standard, ASP.NET Core and more, it was the cutting-edge Blazor technology that stole the show.

Windows Dev Center Helps Submit Progressive Web Apps to Microsoft Store

Microsoft's new acceptance of Progressive Web Apps PWAs in the Microsoft Store for Windows 10 just got easier with the ability to submit them via Windows Dev Center.

VS Code Supports Java-Based Eclipse Jetty Web Server

A new extension announced by the Visual Studio Code team provides support for Eclipse Jetty, a Java-based Web server and servlet container.

Creating New Classes from Old with Mixins

If you like the idea of creating a new class from whatever other classes you have lying around, you have two ways of doing in TypeScript ... and both are type safe (within limits).

Blazor Update Adds Reusable Component Libraries

Microsoft has updated Blazor -- for full-stack Web apps coded in C# -- with new features including the ability to create reusable component libraries.

Q&A with Ben Hoelting: Top Tips on JavaScript Patterns for the C# Developer

From variables to inheritances to what JavaScript patterns you really need to know, C# MVP Ben Hoelting offers his top tips for C# coders looking to use JavaScript to build complex client-side Web apps.

Coding WebAssembly? New IDE Offers Alternative to Visual Studio

Mozilla has unveiled an IDE for coding WebAssembly projects that could serve as an alternative to Visual Studio and the Visual Studio Code editor.

Setting Up Your TypeScript Application – 2018 Version

If you're wondering how to start integrating TypeScript into your development practices, here's both when to do it and how to do it.

Q&A: Philip Japikse on Hands-On with ASP.NET Core and EF Core

'I think ASP.NET Core is the biggest game changer in the history of Web development using the Microsoft stack.'

TypeScript 2.8 Officially Released: Hello Conditional Types

Less than two weeks after publishing the TypeScript 2.8 Release Candidate, Microsoft has officially launched it into general availability, bringing conditional types and more.

'Death to JavaScript!' Blazor, for .NET Web Apps Using WebAssembly, Goes Alpha

Blazor, an experimental technology that some believe will save .NET Web coders from "the insanity of JavaScript," has been released by Microsoft in its first public preview.

What's New in TypeScript 2.8 RC

Microsoft is seeking developer feedback for the new TypeScript 2.8 release candidate, featuring new conditional types and more.

Copying Classes in TypeScript

If you need to create a version of a class from several sources or just want to merge default values with a user's input, object spreading solves your problem. JavaScript won't let you do this (yet) but TypeScript will.

Silverlight Reborn? Check Out 'C#/XAML for HTML5'

C#/XAML for HTML5 from Userware, also called CSHTML5, allows .NET developers to write Web apps in C# and XAML by compiling the files to HTML5 and JavaScript -- or to migrate existing Silverlight apps to the Web.

Invoking and Sharing View Components in ASP.NET Core

View components let you create reusable chunks of business logic coupled with a UI in multiple places in your application ... and then let you share that logic across multiple projects. Here's how to invoke them and share them.

Subscribe on YouTube