Blazor/ASP.NET

  • .NET 11 Preview 4 Roundup: MAUI, Blazor, EF Core, SDK and Runtime Updates

    .NET 11 Preview 4 delivers a broad set of developer-facing updates across .NET MAUI, ASP.NET Core, Blazor, Entity Framework Core, the SDK, libraries and runtime performance work. 05/21/2026

  • BFF and SPAs: Best Friends Forever

    Christian Wenz explains why the Backends for Frontends (BFF) pattern is emerging as a more secure authentication model for single-page applications. 04/08/2026

  • Decision Tree Regression from Scratch Using JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of decision tree regression from scratch using JavaScript. The goal of decision tree regression is to predict a single numeric value. For simplicity and better maintenance, the demo implementation uses list storage instead of pointers. For better customization and interpretability, the implementation uses list iteration instead of recursion or a stack algorithm. 04/01/2026

  • Quadratic Regression with SGD Training Using JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of quadratic regression, with SGD training, implemented from scratch, using JavaScript. Compared to standard linear regression, quadratic regression is better able to handle data with a non-linear structure, and data with interactions between predictor variables. 03/11/2026

  • Building Real-World Web Apps with ASP.NET Core Razor Pages

    Microsoft MVP Philip Japikse discusses how ASP.NET Core Razor Pages in .NET 10 provides a streamlined, page-centric development model for building maintainable web applications, leveraging modern features like dependency injection, configuration management, and environment awareness . 02/16/2026

  • Hands-On Comparison: Building a Dynamic Web App in VS Code and Google Antigravity with Prompts Only

    A hands-on test compared Visual Studio Code and Google Antigravity on generating and refining a simple dynamic Ticket Desk web application through prompts, revealing that workflow differences became most visible during validation and refactoring rather than initial code generation. 01/28/2026

  • Hands On: Testing Cursor, Windsurf and VS Code on Text-to-Website Generation

    A hands-on comparison shows how Cursor, Windsurf, and Visual Studio Code approach text-to-website generation differently once they move beyond the basics and begin redesigning and extending their own work. One thing that stood out is that, despite their sophistication, these AI-assisted editors remain a long way from agentic AI. 01/23/2026

  • Kernel Ridge Regression with Cholesky Inverse Training Using JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of the kernel ridge regression technique to predict a single numeric value, implemented using JavaScript. The demo trains the model using kernel matrix inverse (Cholesky decomposition). There is no single best machine learning regression technique, but when kernel ridge regression prediction works, it is often highly accurate. 01/06/2026

  • Microsoft Tests Copilot-Powered Tool to Modernize JavaScript/TypeScript in VS Code

    Microsoft previews a GitHub Copilot-powered VS Code Insiders tool that modernizes JavaScript/TypeScript apps by upgrading npm dependencies and fixing breaking changes. 12/10/2025

  • Anomaly Detection Using K-Means Clustering with JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of anomaly detection using k-means data clustering, implemented with JavaScript. Compared to other anomaly detection techniques, k-means anomaly detection is simple to implement, simple to interpret, and simple to customize. 12/01/2025

  • Microsoft Pushes OData Forward with New Previews

    Once-buzzy OData continues to move forward at Microsoft, with new .NET 10-aligned tooling previews and an ODataX proposal aimed at easing adoption while preserving the protocol's enterprise-strength querying model. 12/01/2025

  • How Blazor's Unified Rendering Model Shapes Modern .NET Web Apps

    Allen Conway explained how Blazor's render tree, component lifecycle, and modern rendering modes introduced in .NET 8 and refined in .NET 9 and .NET 10 give developers flexible, efficient options for building interactive web applications. 11/19/2025

  • ANOVA Using JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of ANOVA (analysis of variance) using JavaScript. ANOVA is a classical statistics technique where the goal is to determine if the unknown means (averages) of three or more groups are likely to all be equal or not, based on the variances of samples from the groups. 11/03/2025

  • Blazor for JavaScript Developers

    At the upcoming Lived! 360 Orlando 2025 conference, Tim Purdum, Engineering Manager and Senior Software Engineer at dymaptic, will introduce JavaScript developers to the world of Blazor -- Microsoft’s modern web UI framework that lets developers build rich, interactive applications using C# and .NET instead of JavaScript. 10/16/2025

  • Linear Regression with Two-Way Interactions Using JavaScript

    Dr. James McCaffrey presents a complete end-to-end demonstration of linear regression with two-way interactions between predictor variables. Standard linear regression predicts a single numeric value based only on a linear combination of predictor values. Linear regression with interactions between predictor variables can handle more complex data while retaining a high level of model interpretability. 10/01/2025

  • ASP.NET Core and Blazor Dominate 'Relatively Small' .NET 10 Preview 6

    In what Microsoft called a “relatively small” release, .NET 10 Preview 6 delivered its biggest set of updates to ASP.NET Core and Blazor. New features include required component parameters, JavaScript interop enhancements, and support for state persistence in Blazor Server apps. Other areas like .NET MAUI and EF Core saw targeted improvements focused on UI styling, accessibility, and standardized configuration conventions. Visual Studio 2022 Preview 2 is now officially supported, enabling key tools like .NET MAUI development and C# Hot Reload. 07/15/2025

  • Microsoft Offers Visual Studio Subscriber Discounts to VSLive! Dev Conference at Redmond HQ

    Visual Studio subscribers can now score a discount to attend VSLive! at Microsoft HQ this August. The conference will showcase a wide range of Microsoft developer experts and sessions on topics like Blazor, AI, SQL, and more -- here’s a preview of what to expect. 06/10/2025

  • Infragistics Boosts App Builder and Ignite UI with AI in Ultimate 25.1 Release

    Infragistics' Ultimate 25.1 release introduces AI-powered features to its App Builder and updates across the Ignite UI suite, including enhanced Grid components and new UI elements, aiming to streamline app development and boost productivity. 06/05/2025

  • Progress Adds AI Assistants to Telerik, Kendo UI in Q2 2025 Release

    Progress Software's Q2 2025 Telerik and Kendo UI release introduces AI-powered Coding Assistants for Blazor and React, natural language theme generation, and GenAI-based reporting enhancements—aimed at accelerating and simplifying enterprise app development. 06/05/2025

  • .NET 10 Preview 4 Focuses on ASP.NET Core, Including OpenAPI Work

    Microsoft this week shipped the fourth preview of .NET 10 without groundbreaking features but with much work devoted to ASP.NET Core & Blazor, where several work items were devoted to OpenAPI. 05/15/2025

  • Mastering Modern JavaScript

    Master the latest features of modern JavaScript in a hands-on workshop covering clean code techniques, async programming, templating, and full-stack development with Node.js. 04/22/2025

  • Creating Business Applications Using Blazor

    Expert Blazor programmer Michael Washington' will present an upcoming developer education session on building high-performance business applications using Blazor, focusing on core concepts, integration with .NET, and best practices for development. 04/08/2025

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization. 04/01/2025

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions. 03/26/2025

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality. 03/25/2025

Subscribe on YouTube