Skip to content

This repository contains a getting started project to create an Entity Framework application with Blazor ListView component.

Notifications You must be signed in to change notification settings

SyncfusionExamples/Blazor-ListView-Entity-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor-ListView-Entity-Framework

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.

pre-requisites

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.

How to run this application?

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");

Running application

Now, run the project in the Visual Studio. Then you will get the following output in the browser.

Entity Framework in ListView

Support

Product support is available for through following mediums.

License

Check the license detail here.

About

This repository contains a getting started project to create an Entity Framework application with Blazor ListView component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5