This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Modern Web Apps Azure Developers Changelog
Srushti Pasari94 edited this page Oct 19, 2023
·
4 revisions
*Reference commits : 6d10043, 6fde161, c2edb30, fee6226, ee4b0f1, b490fab
Contains following changes: :
migration to .net 7
remove temp memory database
adapt global.json .net 7
adapt Rich Code Navigation to .net 7
update and clean run for .net 7
update .net ef tool
Reference commits : 83dbd2b, 387f159, 951eb60, 61cca60, 5849579, b3089d4, ab8aed7, 68a3a58, 997fbcc
- Updates .NET 6 related content in the following pages :
Characteristics of modern web applications
Choose Between Traditional Web Apps and Single Page Apps (SPAs)
Architectural principles
Explicit dependencies
Common web application architectures
Traditional "N-Layer" architecture applications
Monolithic applications and containers
MVC and Razor Pages
Development process for Azure
Entity Framework Core (for relational databases)
Kinds of automated tests
Reference commits : 624b8ac, b7682e1, 9e1548b, e757423, ff6391f
Contains following changes:
- Removes absolute path
https://docs.microsoft.com/
from the links. - Updates the copyright year.
- Updates JavaScript framework reference links.
- Updates the architectural principle page.
Contributions :
We’d like to acknowledge and thank the following community members for their valuable contributions !
Reference commits : 3974f54, d09114e, e60fc34, a9b7949
- Updates .NET 5 related content in the following pages :
Characteristics of modern web applications
Choose Between Traditional Web Apps and Single Page Apps (SPAs)
Architectural principles
Azure hosting recommendations for ASP.NET Core web apps
Common web application architectures
Common client-side web technologies
Developing ASP.NET Core MVC apps
Development process for Azure
Working with Data in ASP.NET Core Apps
Test ASP.NET Core MVC apps
- Getting Started for Beginners (with video)
-
Walkthroughs
- Deploying to Azure App Service from Visual Studio
- Deploying to Azure App Service from Azure Portal
- Deploying to Azure App Service from Visual Studio for Mac
- Running as a Linux Container locally in Visual Studio
- Deploying as a Linux Container into Azure App Service
- Running in a Windows Container locally in Visual Studio
- Running as a Linux Container locally in Visual Studio for Mac
- Deploying as a Windows Container into a Windows Container host in Azure
- Working with the Project and Adding New Features using Visual Studio for Mac