Web Development


Adding Blazor to Existing HTML+JavaScript Pages

Not only can you integrate JavaScript with Blazor, that integration provides a strategy for moving your existing pages to Blazor without having to rewrite your existing JavaScript code.

Blazor: Working with Events

Blazor expert Chris Sainty provides hands-on code samples to explain how to handle DOM and user-defined events in Microsoft's experimental project for writing browser-based apps with C# instead of JavaScript.

Adding Custom Processing to Requests in ASP.NET

ASP.NET Web API and ASP.NET MVC have similar (but not identical) mechanisms that allow you to customize how your requests and responses are processed. Not surprisingly, ASP.NET Web API's implementation is both easier and more flexible than ASP.NET MVC.

ASP.NET Core Ditching .NET Framework, Will Be 'Part of .NET Core' Going Forward

Microsoft said that going forward, ASP.NET Core will only run on the NET Core 3.0 platform, not the traditional 16-year-old .NET Framework.

Processing Every Request and Response in ASP.NET

You have at least two options for adding processing to multiple controllers without duplicating code in each of the Controllers.

Telerik Dev Tools Adds UI Components for .NET Coding

Progress announced a new release of Telerik UI components for Web, mobile and desktop development in the .NET ecosystem.

ASP.NET Core: Learning the Ropes, Part 1

Eric Vogel shows how to create a new ASP.NET Core Web application using Visual Studio 2017.

Microsoft Claims 2 of Top 5 Open Source Projects in GitHub

GitHub released its huge yearly Octoverse report on activity in the open source community, revealing that Microsoft claimed two of the top five projects, ranked by the number of contributors.

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.

Subscribe on YouTube