Skip to content

Commit ab9abd3

Browse files
authored
Update README.md
1 parent e889795 commit ab9abd3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# perform-crud-operations-in-blazor-treeview-using-entity-framework-and-web-api
1+
# Perform CRUD Operations in Blazor TreeView Using Entity framework and Web API
2+
3+
A quick-start project that helps you perform CRUD operations on a Syncfusion Blazor TreeView in a ASP.NET Core hosted WebAssembly application using Entity framework and Web API. You will learn how to add a context menu to the TreeView component and perform CRUD operations. You will also learn how to add new nodes by incrementing the TreeView node’s unique ID.
4+
5+
Watch the video now: Coming soon...
6+
7+
Documentation: https://blazor.syncfusion.com/documentation/treeview/data-binding/#entity-framework
8+
Online example: https://blazor.syncfusion.com/demos/treeview/remote-data
9+
10+
## Project prerequisites
11+
Make sure you have a compatible version of .NET Core on your machine before starting to work on this project. You will also need the following:
12+
* [Visual Studio 2019 (version 16.6+)]( https://visualstudio.microsoft.com/downloads)
13+
* [.NET Core SDK 3.1.3+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
14+
15+
## How to run this application
16+
To run this application, you need to first clone or download the ‘perform crud operations in blazor treeview using entity framework and web api’ repository and then open it in Visual Studio 2019. In the Server project, change the connection string path in the appsettings.json file. The NorthWind.MDF file is placed in the Shared project. Now, build and run your project to view the output.
17+
18+
## Further help
19+
To get more help, check the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).

0 commit comments

Comments
 (0)