Skip to content

Commit 07df066

Browse files
nishaniltdykstragewarrenmairaw
authored
Desktop ebook toc (#17820)
* Add --ResultsDirectory (#17818) * Add --ResultsDirectory * fix typo * add globbing pattern for windows (#17816) * Placeholder for Modernize eBook * --list-runtimes fix and run .dll note (#17814) * Link to resources for filter expressions (#17817) * Link to resources for filter expressions * Update docs/core/tools/dotnet-vstest.md Co-Authored-By: Genevieve Warren <[email protected]> Co-authored-by: Genevieve Warren <[email protected]> * Acrolinx 4/13 (#17821) * acrolinx * Apply suggestions from Tom Co-Authored-By: Tom Dykstra <[email protected]> * Placeholder for Modernize eBook * Apply suggestions from code review Co-Authored-By: Genevieve Warren <[email protected]> * Update docs/architecture/toc.yml Co-Authored-By: Genevieve Warren <[email protected]> * Apply suggestions from code review Co-Authored-By: Maira Wenzel <[email protected]> * Update links Co-authored-by: Tom Dykstra <[email protected]> Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent e01cef4 commit 07df066

File tree

7 files changed

+86
-0
lines changed

7 files changed

+86
-0
lines changed

docs/architecture/index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ landingContent:
6060
url: containerized-lifecycle/index.md
6161
- text: ASP.NET Core DevOps with Azure
6262
url: /aspnet/core/azure/devops/
63+
64+
# Card
65+
- title: Modernize desktop apps
66+
linkLists:
67+
- linkListType: concept
68+
links:
69+
- text: Modernizing desktop apps on Windows 10 with .NET Core 3.0
70+
url: modernize-desktop/index.md
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Modernizing Desktop Apps on Windows 10 with .NET Core 3.0
3+
description: Learn how to modernize existing desktop apps with .NET Core 3.0
4+
author: nishanil
5+
ms.author: nanil
6+
ms.date: 09/16/2019
7+
---
8+
# Modernizing Desktop Apps on Windows 10 with .NET Core 3.0
9+
10+
![Screenshot that shows the modernize desktop apps e-book cover.](./media/modernizing-existing-desktop-apps-ebook-cover.png)
11+
12+
PUBLISHED BY
13+
14+
Microsoft Developer Division, .NET, and Visual Studio product teams
15+
16+
A division of Microsoft Corporation
17+
18+
One Microsoft Way
19+
20+
Redmond, Washington 98052-6399
21+
22+
Copyright © 2020 by Microsoft Corporation
23+
24+
All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher.
25+
26+
This book is provided "as-is" and expresses the author's views and opinions. The views, opinions and information expressed in this book, including URL and other Internet website references, may change without notice.
27+
28+
Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred.
29+
30+
Microsoft and the trademarks listed at <https://www.microsoft.com> on the "Trademarks" webpage are trademarks of the Microsoft group of companies.
31+
32+
Mac and macOS are trademarks of Apple Inc.
33+
34+
All other marks and logos are property of their respective owners.
35+
36+
Authors:
37+
38+
TODO: Add authors here.
39+
40+
## Introduction
41+
42+
TODO: Add intro
43+
44+
## Who should use the book
45+
46+
TODO: Add details
47+
48+
## How to use the book
49+
50+
TODO: Add details
51+
52+
## What this book doesn't cover
53+
54+
TODO: Add details here.
55+
56+
### Additional resources
57+
58+
TODO:
59+
60+
## Send your feedback
61+
62+
This book and related samples are constantly evolving, so your feedback is welcomed! If you have comments about how this book can be improved, use the feedback section at the bottom of any page built on [GitHub issues](https://github.com/dotnet/docs/issues).
63+
64+
>[!div class="step-by-step"]
65+
>[Next](why-modern-applications.md)
32 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: Modernizing desktop apps on Windows 10 with .NET Core 3.0
2+
href: index.md
3+
items:
4+
- name: Why modern desktop applications
5+
href: why-modern-applications.md
6+
- name: "What's new with .NET Core 3.0 for Desktop?"
7+
href: whats-new-dotnet-core.md

docs/architecture/modernize-desktop/why-modern-applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,5 @@ Also, on the GitHub repository for this book, you'll find the results of the pro
180180
We wrote this guide to help you understand your options for improving and modernizing existing .NET desktop applications. The guide and related sample applications are evolving. We welcome your feedback! If you have comments about how this guide might be more helpful, send them to [[email protected]](mailto:[email protected]).
181181

182182
>[!div class="step-by-step"]
183+
>[Previous](index.md)
183184
>[Next](whats-new-dotnet-core.md)

docs/architecture/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
href: microservices/
1616
- name: "Serverless apps: Architecture, patterns, and Azure implementation"
1717
href: serverless/
18+
- name: "Modernizing desktop apps on Windows 10 with .NET Core 3.0"
19+
href: modernize-desktop/
1820
- name: Preview e-books
1921
expanded: true
2022
items:

docs/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
- name: ASP.NET Core gRPC for WCF developers
3838
tocHref: /dotnet/architecture/grpc-for-wcf-developers/
3939
topicHref: /dotnet/architecture/grpc-for-wcf-developers/index
40+
- name: Modernizing desktop apps on Windows 10 with .NET Core 3.0
41+
tocHref: /dotnet/architecture/modernize-desktop/
42+
topicHref: /dotnet/architecture/modernize-desktop/index
4043
- name: .NET guide
4144
tocHref: /dotnet/standard/
4245
topicHref: /dotnet/standard/index

0 commit comments

Comments
 (0)