-
Notifications
You must be signed in to change notification settings - Fork 6.1k
.net 6 updates to Architecting Modern Web Apps Azure eBook #27090
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
.net 6 updates to Architecting Modern Web Apps Azure eBook #27090
Conversation
...e-ddd-cqrs-patterns/infrastructure-persistence-layer-implementation-entity-framework-core.md
Outdated
Show resolved
Hide resolved
…/infrastructure-persistence-layer-implementation-entity-framework-core.md Co-authored-by: David Pine <david.pine@microsoft.com>
|
Thanks @IEvangelist - I went looking for a sample of the latest "note" syntax but couldn't find one. Good to |
|
I'm still reviewing it... hold my coffee. |
IEvangelist
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks of the PR @ardalis, I have some suggestions to help improve this a bit more.
docs/architecture/modern-web-apps-azure/architectural-principles.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/common-web-application-architectures.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/common-web-application-architectures.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Show resolved
Hide resolved
|
|
||
| ```csharp | ||
| [HttpPut("{id}")] | ||
| public async Task<IActionResult> Put(int id, [FromBody]Author author) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public async Task<IActionResult> Put(int id, [FromBody]Author author) | |
| public async Task<IActionResult> Put(int id, [FromBody] Author author) |
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Show resolved
Hide resolved
|
@IEvangelist can you go ahead and commit all of your suggestions? Thanks! |
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/work-with-data-in-asp-net-core-apps.md
Outdated
Show resolved
Hide resolved
…vc-apps.md Co-authored-by: David Pine <david.pine@microsoft.com>
|
Good to merge? |
For future PRs, we ask that you commit suggestions and update your branch / PR.
Hi @ardalis, we'll merge it when it's approved and finalized. Still reviewing a few bits, thank you for your patience. We'll let you know when that happens. Thanks again |
nishanil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ardalis A few suggestions to consider. A few statements looked more promotional than an official recommendation. I suggest moving those to eShop's wiki (wherever appropriate).
...e-ddd-cqrs-patterns/infrastructure-persistence-layer-implementation-entity-framework-core.md
Show resolved
Hide resolved
...e-ddd-cqrs-patterns/infrastructure-persistence-layer-implementation-entity-framework-core.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md
Outdated
Show resolved
Hide resolved
…vc-apps.md Co-authored-by: Nish Anil <nish@microsoft.com>
…vc-apps.md Co-authored-by: Nish Anil <nish@microsoft.com>
…ocs-1 into ardalis/modernwebapps6
|
Moved a lot of pattern implementation stuff to eShopOnWeb wiki which is still in progress but quickly coming together. |
IEvangelist
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, we'll
- thank you 🙏
* .net 6 updates to Architecting Modern Web Apps Azure eBook (#27090) * update index to 6.0 * update principles * update chapters to dotnet 6 * address issue #20187 by updating links/references * Updates for .net 6 * fix image transparency * Update docs/architecture/microservices/microservice-ddd-cqrs-patterns/infrastructure-persistence-layer-implementation-entity-framework-core.md Co-authored-by: David Pine <david.pine@microsoft.com> * respond to feedback; update formatting/indents * Apply suggestions from code review per @ardalis * Update docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md Co-authored-by: David Pine <david.pine@microsoft.com> * Update docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md Co-authored-by: Nish Anil <nish@microsoft.com> * Update docs/architecture/modern-web-apps-azure/develop-asp-net-core-mvc-apps.md Co-authored-by: Nish Anil <nish@microsoft.com> * update based on review Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: Nish Anil <nish@microsoft.com> * update ms.date (#27514) update VS screenshots * updating last startup references (#27518) * Update docs/architecture/modern-web-apps-azure/test-asp-net-core-mvc-apps.md * Update docs/architecture/modern-web-apps-azure/test-asp-net-core-mvc-apps.md Co-authored-by: Steve Smith <steve@kentsmiths.com> Co-authored-by: Nish Anil <nish@microsoft.com>
First pass of updates to the ebook to get it ready for net6.