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

Update WebFramework.md #1

Open
wants to merge 1 commit into
base: branch/default
Choose a base branch
from
Open
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
6 changes: 2 additions & 4 deletions Documentation/Guides/WebFramework.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Last updated for Enterprise Web Library version 65.

## Setup: creating a system and database

To follow along step by step with this guide, you’ll need our example system and database.

First follow the first two sections of the [Getting Started guide](GettingStarted.md): Creating a New System and Adding a Database. Name the system **Bicycle Service Manager** and use a base namespace of `ServiceManager`. Use SQL Server for the database.
To follow along step by step with this guide, you’ll need our example system and database. First follow the first two sections of the [Getting Started guide](GettingStarted.md): Creating a New System and Adding a Database. Name the system **Bicycle Service Manager** and use a base namespace of `ServiceManager`. Use SQL Server for the database.

Create a `Library/Configuration/Database Updates.sql` file, paste [this script](WebFrameworkSupplements/DatabaseScript.sql) into it, and save.

Expand Down Expand Up @@ -626,4 +624,4 @@ Put `ServiceOrders.aspx` back into the address bar. This time, on the Select Use

## Learning more

If you’ve made it this far, congratulations. You’ve developed a piece of enterprise software that adheres to best practices and is of sufficient quality that it could be used in production by a real business. At the moment this is the end of our Guide series but if you’d like to learn more please reach out to us in our [Community Forum](https://community.enterpriseweblibrary.org/).
If you’ve made it this far, congratulations. You’ve developed a piece of enterprise software that adheres to best practices and is of sufficient quality that it could be used in production by a real business. At the moment this is the end of our Guide series but if you’d like to learn more please reach out to us in our [Community Forum](https://community.enterpriseweblibrary.org/).