Skip to content

Commit 1ca587b

Browse files
Merge pull request #2 from Backiaraj/master
Update README.md
2 parents b7cd38f + b660298 commit 1ca587b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
The [Blazor Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor/?utm_source=github&utm_medium=listing&utm_campaign=blazor-word-processor-github-samples) is a component with editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. This quick-start Blazor server app project will help you to learn how to add Blazor Document Editor component to the Blazor server application and demonstrate the working of prominent features like formatting, adding a table of contents, saving a document along with toolbar customization and open/save a document in Azure Cloud file storage.
44

5-
## Project prerequisites
6-
Make sure you have the compatible versions of .NET Core on your machine before starting to work on this project. You also need the following:
7-
* [Visual Studio 2019 (version 16.4+)]( https://visualstudio.microsoft.com/downloads)
8-
* [.NET Core SDK 3.1.201+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
5+
## Prerequisites
96

10-
## How to run this application
11-
To run this application, you need to first clone or download this ‘Create a Document Editor in a Blazor Server Application’ repository and then open it in Visual Studio 2019. Under Data folder, open the Connections file and change the ConnectionString property with your connection string for Azure. Now, build and run your project to view the output.
7+
* Visual Studio 2022
8+
9+
## How to run the project
10+
11+
* Checkout this project to a location in your disk.
12+
* Open the solution file using the Visual Studio 2022.
13+
* Restore the NuGet packages by rebuilding the solution.
14+
* Run the project.
1215

1316
## Further help
1417

0 commit comments

Comments
 (0)