A quick getting started project to create an Entity Framework application with Blazor ListView component. The Blazor ListView Component is a list-like interface that allows you to select an item or multiple items. It represents the data in an interactive hierarchical structure across different layouts or views.
To get started with the application, we need to ensure the following software to be installed on the machine.
Note: .NET Core SDK 3.1.3 requires Visual Studio 2019 16.6 or later.
To run this application, clone the Blazor-ListView-Entity-Framework
repository and then open the project or solution file in the Visual Studio 2019.
- You need to change the Database connection string in the Shared/DataAccess/DataContext.cs file.
optionsBuilder.UseSqlServer(@"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename='D:\Blazor-ListView-Entity-Framework\Shared\App_Data\NORTHWND.MDF';Integrated Security=True;Connect Timeout=30");
Now, run the project in the Visual Studio. Then you will get the following output in the browser.
Product support is available for through following mediums.
- Creating incident in Syncfusion Direct-trac support system or Community forum.
- New GitHub issue.
- Ask your query in Stack Overflow with tag
syncfusion
andej2
.
Check the license detail here.