Skip to content
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

draft #26

Merged
merged 1 commit into from
Dec 19, 2024
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
12 changes: 12 additions & 0 deletions aspnetcore/books/controller-based-apis/chapter1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 1 controller-based APIs
description: Chapter 1 controller-based APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 1 controller-based APIs content

>[!div class="step-by-step"]
>[Next](chapter2.md)
12 changes: 12 additions & 0 deletions aspnetcore/books/controller-based-apis/chapter2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 2 controller-based APIs
description: Chapter 2 controller-based APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 2 controller-based APIs content

>[!div class="step-by-step"]
>[Next](chapter3.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/controller-based-apis/chapter3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Chapter 3 controller-based APIs
description: Chapter 3 controller-based APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 3 controller-based APIs content
12 changes: 12 additions & 0 deletions aspnetcore/books/controller-based-apis/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Getting started with ASP.NET Core controller-based APIs
description: A guide for learning how to develop ASP.NET Core controller-based web APIs.
author: tdykstra
ms.author: tdykstra
ms.date: 01/31/2023
---

# Getting started with ASP.NET Core controller-based APIs

>[!div class="step-by-step"]
>[Next](chapter1.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/controller-based-apis/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
items:
- name: ASP.NET Core controller-based-apis book
href: index.md
- name: Chapter 1
href: chapter1.md
- name: Chapter 2
href: chapter2.md
- name: Chapter 3
href: chapter3.md
12 changes: 12 additions & 0 deletions aspnetcore/books/grpc/chapter1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 1 gRPC
description: Chapter 1 gRPC
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 1 gRPC content

>[!div class="step-by-step"]
>[Next](chapter2.md)
12 changes: 12 additions & 0 deletions aspnetcore/books/grpc/chapter2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 2 gRPC
description: Chapter 2 gRPC
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 2 gRPC content

>[!div class="step-by-step"]
>[Next](chapter3.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/grpc/chapter3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Chapter 3 gRPC
description: Chapter 3 gRPC
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 3 gRPC content
12 changes: 12 additions & 0 deletions aspnetcore/books/grpc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Getting started with ASP.NET Core gRPC
description: A guide for learning how to develop ASP.NET Core gRPC applications.
author: tdykstra
ms.author: tdykstra
ms.date: 01/31/2023
---

# Getting started with ASP.NET Core gRPC

>[!div class="step-by-step"]
>[Next](chapter1.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/grpc/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
items:
- name: ASP.NET Core gRPC book
href: index.md
- name: Chapter 1
href: chapter1.md
- name: Chapter 2
href: chapter2.md
- name: Chapter 3
href: chapter3.md
31 changes: 31 additions & 0 deletions aspnetcore/books/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### YamlMime:Hub

title: ASP.NET Core books
summary: Learn how to develop ASP.NET Core apps
brand: dotnet

metadata:
title: Books for learning ASP.NET Core
description: Learn how to develop ASP.NET Core apps.
ms.topic: hub-page
ms.date: 02/01/2023
ms.product: dotnet
ms.collection: collection

conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
items:
- title: Develop ASP.NET Core grpc apps
links:
- text: Get started with ASP.NET Core gRPC
itemType: get-started
url: grpc/index.md

- title: Develop ASP.NET Core APIs
links:
- text: Get started with ASP.NET Core minimal APIs
itemType: get-started
url: minimal-apis/index.md
- text: Get started with ASP.NET Core controller-based APIs
itemType: get-started
url: controller-based-apis/index.md
12 changes: 12 additions & 0 deletions aspnetcore/books/minimal-apis/chapter1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 1 minimal APIs
description: Chapter 1 minimal APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 1 minimal APIs content

>[!div class="step-by-step"]
>[Next](chapter2.md)
12 changes: 12 additions & 0 deletions aspnetcore/books/minimal-apis/chapter2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Chapter 2 minimal APIs
description: Chapter 2 minimal APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 2 minimal APIs content

>[!div class="step-by-step"]
>[Next](chapter3.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/minimal-apis/chapter3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Chapter 3 minimal APIs
description: Chapter 3 minimal APIs
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Chapter 3 minimal APIs content
12 changes: 12 additions & 0 deletions aspnetcore/books/minimal-apis/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Getting started with ASP.NET Core minimal APIs
description: A guide for learning how to develop ASP.NET Core minimal APIs.
author: tdykstra
ms.author: tdykstra
ms.date: 02/01/2023
---

# Getting started with ASP.NET Core minimal APIs

>[!div class="step-by-step"]
>[Next](chapter1.md)
9 changes: 9 additions & 0 deletions aspnetcore/books/minimal-apis/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
items:
- name: ASP.NET Core minimal-apis book
href: index.md
- name: Chapter 1
href: chapter1.md
- name: Chapter 2
href: chapter2.md
- name: Chapter 3
href: chapter3.md
16 changes: 15 additions & 1 deletion aspnetcore/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@
tocHref: /ef/core/
topicHref: /aspnet/core/index

- name: ASP.NET Core
tocHref: /aspnet/core/books/
topicHref: /aspnet/core/index
items:
- name: ASP.NET Core books
tocHref: /aspnet/core/books/grpc
topicHref: /aspnet/core/books/index
- name: ASP.NET Core books
tocHref: /aspnet/core/books/controller-based-apis
topicHref: /aspnet/core/books/index
- name: ASP.NET Core books
tocHref: /aspnet/core/books/minimal-apis
topicHref: /aspnet/core/books/index

- name: ASP.NET
tocHref: /visualstudio/
topicHref: /aspnet/core/index
Expand Down Expand Up @@ -67,4 +81,4 @@
topicHref: /aspnet/core/index
- name: ASP.NET Core
tocHref: /azure/azure-monitor/app/
topicHref: /aspnet/core/index
topicHref: /aspnet/core/index
Loading