You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guidance/Guidance.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# WebFormsToBlazorServer Guidance
2
-
This set of documentation goes into the details of the example CodeFactory Code Automation Template **WebFormsToBlazor**. If you need explainations of what a Code Automation Template is or how CodeFactory works please use the following link to that documentation. [CodeFactory Guidance](../../sdk/sdkdocumentation/guidance/toc.md)
2
+
This set of documentation goes into the details of the example CodeFactory Code Automation Template **WebFormsToBlazor**. If you need explainations of what a Code Automation Template is or how CodeFactory works please use the following link to that documentation. [CodeFactory Guidance](http://docs.codefactory.software/guidance/intro.html)
3
3
4
4
## Template Overview
5
5
In order to make use of this template you will need to have a target WebForms solution, in our examples below we reference the [*WingTipToys*]() project. This is an older reference project that is freely available to anyone who wished to download it and give this template a try. Once you have your project open inside of Visual Studio - go ahead and add a new Project to the solution of type Blazor - Server.
@@ -10,19 +10,19 @@ The compiled output of the WebFormsToBlazorServer project, a file called *WebFor
10
10
11
11

12
12
13
-
The next time that you open the WingTipToys solution the CodeFactory runtime will [load](../../sdk/sdkdocumentation/guidance/overview/howdoesitwork.md) the package and make the command available for use.
13
+
The next time that you open the WingTipToys solution the CodeFactory runtime will [load](http://docs.codefactory.software/guidance/usage-intro.html#consume-the-automation-template) the package and make the command available for use.
14
14
15
15
## Commands
16
16
There are currently two(2) commands that have been built inside of the project;
17
17
18
18
- SetupBlazorProject
19
19
- MigrateWebForm
20
20
21
-
The first command, *SetupBlazorProject*, is an implementation of a [Project Command](../../sdk/sdkdocumentation/guidance/overview/commands/project.md) type and can be found by right-clicking on the Blazor project in your solution. The command is found at the bottom of the context menu.
21
+
The first command, *SetupBlazorProject*, is an implementation of a [Project Command](http://docs.codefactory.software/guidance/overview-commands-intro.html) type and can be found by right-clicking on the Blazor project in your solution. The command is found at the bottom of the context menu.
22
22
23
23

24
24
25
-
The second command, *MigrateWebForm*, is an implementation of a [Project Document Command](../../sdk/sdkdocumentation/guidance/overview/commands/projectdocument.md) type and can be found by right-clicking on any *.aspx file that is found in the *WingTipToys* project.
25
+
The second command, *MigrateWebForm*, is an implementation of a [Project Document Command](http://docs.codefactory.software/guidance/overview-commands-intro.html) type and can be found by right-clicking on any *.aspx file that is found in the *WingTipToys* project.
26
26
27
27

28
28
@@ -34,12 +34,12 @@ This folder is further broken down into command type folders. Please click on e
34
34
#### Document
35
35
Name | Description
36
36
-----|-------
37
-
MigrateWebForm.cs | This is a [Project Document]() command type that is built to migrate a single *.aspx file from the source WebForms project into an equivalent Blazor Page Component file in the target Blazor Server project. Please click [here](MigrateWebFormCommand.md) for more details
37
+
MigrateWebForm.cs | This is a [Project Document](http://docs.codefactory.software/guidance/overview/commands/projectdocument.html) command type that is built to migrate a single *.aspx file from the source WebForms project into an equivalent Blazor Page Component file in the target Blazor Server project. Please click [here](MigrateWebFormCommand.md) for more details
38
38
39
39
#### Project
40
40
Name | Description
41
41
-----|-------
42
-
SetupBlazorProject.cs | This is a [Project]() command type that will allow a developer to bulk-migrate an **entire** WebForms appliction including all of its logic, configuration and static assets into a Blazor Server application. Please click [here](SetupBlazorProjectCommand.md) for more details.
42
+
SetupBlazorProject.cs | This is a [Project](http://docs.codefactory.software/guidance/overview/commands/project.html) command type that will allow a developer to bulk-migrate an **entire** WebForms appliction including all of its logic, configuration and static assets into a Blazor Server application. Please click [here](SetupBlazorProjectCommand.md) for more details.
0 commit comments