-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update index.yml and toc.yml to reference new Blazor guidance #2573
Conversation
Add Blazor link
@@ -88,7 +88,7 @@ additionalContent: | |||
text: "ASP.NET Core Razor Pages" | |||
- url: https://docs.microsoft.com/aspnet/core/data/ef-mvc/ | |||
text: "ASP.NET Core MVC" | |||
- url: https://docs.microsoft.com/aspnet/core/blazor/dependency-injection?#use-of-entity-framework-dbcontext-from-di | |||
- url: https://docs.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core |
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.
- url: https://docs.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core | |
- url: https://docs.microsoft.com/aspnet/core/blazor/blazor-server-ef-core |
@@ -66,6 +66,8 @@ | |||
href: core/get-started/install/index.md | |||
- name: ASP.NET Core tutorial >> | |||
href: /aspnet/core/data/ef-rp/intro | |||
- name: Blazor Server with EF Core reference app |
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.
- name: Blazor Server with EF Core reference app | |
- name: Blazor Server with EF Core tutorial >> |
@@ -66,6 +66,8 @@ | |||
href: core/get-started/install/index.md | |||
- name: ASP.NET Core tutorial >> | |||
href: /aspnet/core/data/ef-rp/intro | |||
- name: Blazor Server with EF Core reference app | |||
href: /aspnet/core/blazor/blazor-server-ef-core | |||
- name: WPF .NET Core Tutorial |
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.
- name: WPF .NET Core Tutorial | |
- name: WPF .NET Core tutorial |
Feedback wasn't incorporated. |
Applying suggestions from #2573.
Apply suggestions from #2573
* Update index.yml Applying suggestions from #2573. * Update toc.yml Apply suggestions from #2573 * Update entity-framework/toc.yml Applying suggestion Co-authored-by: Smit Patel <[email protected]> Co-authored-by: Smit Patel <[email protected]>
Add link to new Blazor Server guidance.