Web Development


Visual Studio 2017 v15.9 Preview 3 Improves Xamarin, TypeScript, More

Microsoft announced the third preview of Visual Studio 2017 v15.9, improving Xamarin and TypeScript functionality along with a bevy of other improvements.

Progress JavaScript UI Toolkit Bakes In Accessibility

Progress released an update of its Kendo UI JavaScript component toolset for building Web UI, adding new functionality while meeting the latest WCAG Web accessibility standard.

Server-Side Blazor to Ship in .NET Core 3.0

Blazor is heading for the big time, to be packaged with the next major release of .NET Core, ready for production use.

Integrating JavaScript and C# in the Browser: Beyond the Basics with Blazor

If you want to call Blazor .NET code from JavaScript (or vice versa) with instantiated objects, or while passing multiple parameters, or while catching the results produced by that code, here's how to do it.

Firms Team Up to Migrate Windows Desktop Apps to Web in Azure Cloud

.NET dev specialists Syncfusion and Mobilize.Net have entered a partnership to help customers migrate legacy desktop applications to to the Azure cloud, where they're reborn as Web apps.

Defining Web API Services and Clients with NSwag

The OpenAPI (Swagger) technology suite includes a file that describes your Web API service. Peter thinks it's the slickest tool available to ensure that clients can access your services.

Q&A with Philip Japikse: Top Tips for Moving to ASP.NET Core 2 for Web Apps and RESTful Services

Moving your apps is not going to be a "port" -- find out why and what other advice Japikse has for tranisitioning your apps to the revolutionary new ASP.NET Core 2.

How to Consume Web APIs in Blazor

Chris Sainty provides hands-on code samples on how to use Web APIs to interact with Blazor, an experimental framework from the ASP.NET team that allows developers to write C# and Razor code and have it run in the browser via WebAssembly.

Babel 7 JavaScript Compiler Adds TypeScript Support

The popular open source Babel compiler that makes modern JavaScript compatible with older environments has shipped in version 7 and, with help from Microsoft, now supports TypeScript.

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.

New ReSharper Ultimate 2018.2 Supports C# 7.3, Adds Initial Blazor Support

.NET development tool specialist JetBrains has launched ReSharper Ultimate 2018.2, with performance improvements, support for C# 7.3 and initial support for the hot new Blazor project, which aims to allow for C#-based Web development.

ASP.NET Core: New Preview Out as Survey Says It's Going Mainstream

Things are happening fast for ASP.NET Core, as Microsoft just released a new Version 2.2.0 preview while a recent developer survey indicates the Web dev framework is quickly becoming a mainstream option.

Visual Studio Update Boosts Web Dev

The recent release of Visual Studio 2017 15.8 featured a bevy of improvements for Web developers, ranging from new Docker container to Azure Functions functionality.

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.

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.

Subscribe on YouTube