bootstrap-aspnetcore-starter
bootstrap-aspnetcore-starter copied to clipboard
This repository is obsolete. See README for details.
DevExpress ASP.NET Core Bootstrap starter project
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. If you are starting a new ASP.NET Core project, use our ASP.NET Core Controls instead.
This starter project demonstrates how to use this set of controls in the ASP.NET Core 2.1 framework. The project contains a simple Registration form and GridView that supports data editing. All required DevExpress references are already included.
There's also a docker image that contains this project running on Ubuntu!
Getting Started
- Download and install .NET Core 2.1 SDK.
- Clone the demo project.
- Open the project's root folder.
- Open Console and type the following commands in it:
dotnet restoredotnet run
Run in Docker
- Get Docker
docker run --rm -ti -p 5000:5000 devexpress/bootstrap-aspnetcore-starter- Navigate to http://localhost:5000
A Boilerplate-only Option
If you would prefer to delete sample data from this project, remove the following files and folders: Controllers/SampleController.cs, Data, Models/NorthwindContext.cs, Models/Person.cs, Views/Sample.
Online demos
Visit our ASP.NET Core Bootstrap demos to see what components are available. Use them in the attached sample project to see how they work on your side.
Provide feedback
Please provide us with feedback via the DevExpress Support Center.