Skip to content

Commit to add download alert - modern-web-apps-azure ebook #29013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ms.date: 12/12/2021
---
# Architectural principles

[!INCLUDE [download-alert](includes/download-alert.md)]

> "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization."
> _\- Gerald Weinberg_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ms.date: 12/12/2021

# Azure hosting recommendations for ASP.NET Core web apps

[!INCLUDE [download-alert](includes/download-alert.md)]

> "Line-of-business leaders everywhere are bypassing IT departments to get applications from the cloud (also known as SaaS) and paying for them like they would a magazine subscription. And when the service is no longer required, they can cancel the subscription with no equipment left unused in the corner."
> _\- Daryl Plummer, Gartner analyst_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ms.date: 12/12/2021

# Choose Between Traditional Web Apps and Single Page Apps (SPAs)

[!INCLUDE [download-alert](includes/download-alert.md)]

> "Atwood's Law: Any application that can be written in JavaScript, will eventually be written in JavaScript."
> _\- Jeff Atwood_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ms.date: 12/12/2021
---
# Common client-side web technologies

[!INCLUDE [download-alert](includes/download-alert.md)]

> "Websites should look good from the inside and out."
> _- Paul Cookson_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ms.date: 12/12/2021
---
# Common web application architectures

[!INCLUDE [download-alert](includes/download-alert.md)]

> "If you think good architecture is expensive, try bad architecture."
> _- Brian Foote and Joseph Yoder_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ no-loc: [Blazor, WebAssembly]
---
# Develop ASP.NET Core MVC apps

[!INCLUDE [download-alert](includes/download-alert.md)]

> "It's not important to get it right the first time. It's vitally important to get it right the last time."
> _- Andrew Hunt and David Thomas_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ms.date: 12/12/2021
---
# Development process for Azure

[!INCLUDE [download-alert](includes/download-alert.md)]

> _"With the cloud, individuals and small businesses can snap their fingers and instantly set up enterprise-class services."_
> _- Roy Stephan_

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
author: erjain
ms.author: v-tjain
ms.date: 04/13/2022
ms.topic: include
---

> [!TIP]
> :::row:::
> :::column span="3":::
> This content is an excerpt from the eBook, Architect Modern Web Applications with ASP.NET Core and Azure, available on [.NET Docs](/dotnet/architecture/modern-web-apps-azure) or as a free downloadable PDF that can be read offline.
>
> > [!div class="nextstepaction"]
> > [Download PDF](https://dotnet.microsoft.com/en-us/download/e-book/aspnet/pdf)
> :::column-end:::
> :::column:::
> :::image type="content" source="../media/cover-thumbnail.png" alt-text="Architect Modern Web Applications with ASP.NET Core and Azure eBook cover thumbnail.":::
> :::column-end:::
> :::row-end:::
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ms.date: 12/12/2021

# Characteristics of Modern Web Applications

[!INCLUDE [download-alert](includes/download-alert.md)]

> "… with proper design, the features come cheaply. This approach is arduous, but continues to succeed."
> _\- Dennis Ritchie_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ms.date: 12/12/2021

# Test ASP.NET Core MVC apps

[!INCLUDE [download-alert](includes/download-alert.md)]

> *"If you don't like unit testing your product, most likely your customers won't like to test it, either."*
> \_- Anonymous-

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ no-loc: [Blazor, WebAssembly]
---
# Working with Data in ASP.NET Core Apps

[!INCLUDE [download-alert](includes/download-alert.md)]

> "Data is a precious thing and will last longer than the systems themselves."
>
> Tim Berners-Lee
Expand Down