Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Blazor for ASP NET Web Forms Developers changelog

Vaishali Raval edited this page Dec 20, 2021 · 7 revisions

eBook - Blazor for ASP.NET Web Forms Developers

Release 6.0 (2021-12-17)

Reference commits : 7475617, a227987, 56457d9, 0d2c8d7, 7da65f5, e25944b, 657431b, 3e67580, d588120, c12aeb1, 32fa1a7

  • Updates .NET 6 related content in the following pages :
    • An introduction to Blazor for ASP.NET Web Forms developers
    • Project structure for Blazor apps
    • App startup -Run the app with Hot Reload
    • Security: Authentication and Authorization in ASP.NET Web Forms and Blazor
    • Migrating security settings from web.config to app startup
    • Migrate from ASP.NET Web Forms to Blazor
    • Migrate static files
    • Important characteristics of value objects
    • Config
    • Interact with web services

Release 1.0.2 (2020-07-13)

Reference commits : 57a3b7e, 34e0edf, b14e128, b7682e1, b281456, 02ecbc2

Contains following changes :

  • Updates components page.
  • Fixes incomplete sentence.
  • Removes the absolute path of https://docs.microsoft.com from different pages.
  • Updates the correct Visual Studio version for .NET 5
  • Removes unclear hosting model language.
  • Fixes typo in the code snippet.

Contributions :

We’d like to acknowledge and thank the following community members for their valuable contributions !

@mrlife

Release 1.0.1 (2020-12-01)

Reference commits : b4c486f, fc720bb

  • Updates .NET 5 related content in the following pages :
    • An introduction to Blazor for ASP.NET Web Forms developers
    • Architecture comparison of ASP.NET Web Forms and Blazor
    • Blazor app hosting models
    • Project structure for Blazor apps
    • App startup
    • Work with data
    • App configuration
    • Security: Authentication and Authorization in ASP.NET Web Forms and Blazor
    • Migrate from ASP.NET Web Forms to Blazor