Skip to content

Commit 4bb4dd6

Browse files
authored
Update README.md
1 parent 7d4006b commit 4bb4dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This project is an implementation of a CodeFactory automation template designed specifically to migrate an existing legacy .NET Webforms application to a Blazor Server application. This template is offered as open-source and anyone can download and alter it to suit the particular needs of any WebForms migration efforts that they are faced with.
44

55
## New to CodeFactory?
6-
In the simplest terms, CodeFactory is a real time software factory that is triggered from inside Visual Studio during the design and construction of software. CodeFactory allows for development staff to automate repetitive development tasks that take up developer’s time.
6+
In the simplest terms, CodeFactory is a real time software factory that is triggered from inside Visual Studio during the design and construction of software. CodeFactory allows for development staff to automate repetitive development tasks that take up developer’s time.
77

8-
Please see the following link for further information and guidance about the [CodeFactory Runtime](https://github.com/CodeFactoryLLC/CodeFactory) or the [CodeFactory SDK](https://www.nuget.org/packages/CodeFactorySDK/).
8+
Please see the following link for further information and guidance about the [CodeFactory Runtime](https://github.com/CodeFactoryLLC/CodeFactory) or the [CodeFactory SDK](https://www.nuget.org/packages/CodeFactorySDK/). Register here for a free trial license of [CodeFactory RT}(https://www.codefactory.software/freetrial).
99

1010
## Core purpose of the template
1111
This automation template was built using the [CodeFactory SDK](https://www.nuget.org/packages/CodeFactorySDK/) to make the task of migrating/converting a legacy .NET WebForms web application over to an updated Blazor Server-side application. The template has the following commands and features avaible to anyone who has a valid copy of [CodeFactory Runtime](http://www.codefactory.software) installed as an extension inside of their local copy of Visual Studio.
@@ -27,4 +27,4 @@ For technical explanations of each file/class/command in this Automation Templat
2727

2828
## Known Limitations of this Automation Template
2929
- Any logic found in the source *.aspx.cs code-behind file will get ported over to a new code-behind file for the blazor component, but in a commented-out format. This code will need to be manually edited to ensure that is complies with the Blazor framework.
30-
- Any business logic classes, `*.cs`, files that get moved over from the bulk migration option will *not* be modified beyond setting the new namespaces for the Target Blazor app. Please review the code to make certain that all dependencies and/or namespaces are valid.
30+
- Any business logic classes, `*.cs`, files that get moved over from the bulk migration option will *not* be modified beyond setting the new namespaces for the Target Blazor app. Please review the code to make certain that all dependencies and/or namespaces are valid.

0 commit comments

Comments
 (0)