News

Microsoft Publishes New Documentation for Blazor, ASP.NET Core

Microsoft published new documentation for its .NET 6 web-dev component, ASP.NET Core, including the red-hot Blazor framework.

The company detailed new documentation and updated documentation added in October.

First and foremost in the post is Blazor, which allows for primarily using C# in browser-based web projects instead of having to rely so heavily on JavaScript. It comes in a client-side component based on WebAssembly (WASM) -- to which C# code is compiled for use in the browser -- and a server-side component, amounting to a full-stack web-dev framework that is also being pointed to other targets.

Blazor WebAssembly
[Click on image for larger view.] Blazor WebAssembly (source: Microsoft).

A new piece of documentation addresses WASM deployment layout in an article titled "Deployment layout for ASP.NET Core Blazor WebAssembly apps." That technical article addresses environments that block clients from downloading and executing DLLs, which are required to make Blazor WebAssembly function. A subset of those environments allows for changing the DLL files extension to bypass security restrictions, which is thwarted by some security products that can scan the content of files traversing the network and block or quarantine DLL files. The article "describes one approach for enabling Blazor WebAssembly apps in these environments, where a multipart bundle file is created from the app's DLLs so that the DLLs can be downloaded together bypassing security restrictions."

Several Blazor articles were also updated, including:

Other topics and their new articles include:

Updated article topics include security and more.

Twenty community contributors were recognized for their help in beefing up the documentation, which Microsoft has said is a good way to get started in contributing to the open source community.

Go here for more information.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube