All Projects → DevExpress → Bootstrap Aspnetcore Starter

DevExpress / Bootstrap Aspnetcore Starter

DevExpress ASP.NET Core Bootstrap starter

Projects that are alternatives of or similar to Bootstrap Aspnetcore Starter

React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (+122.37%)
Mutual labels:  aspnet-core, aspnet, bootstrap
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+13138.16%)
Mutual labels:  aspnet-core, aspnet
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+12978.95%)
Mutual labels:  aspnet-core, aspnet
Raygun4net
Raygun provider for .NET
Stars: ✭ 107 (+40.79%)
Mutual labels:  aspnet-core, aspnet
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (+7.89%)
Mutual labels:  aspnet-core, aspnet
Aspnet Core Identity
ASP.NET Core Identity Series
Stars: ✭ 216 (+184.21%)
Mutual labels:  aspnet-core, aspnet
Ej2 Javascript Ui Controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
Stars: ✭ 256 (+236.84%)
Mutual labels:  aspnet-core, bootstrap
abp-push
Push Notification System for ASP.NET Boilerplate
Stars: ✭ 16 (-78.95%)
Mutual labels:  aspnet, aspnet-core
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+180.26%)
Mutual labels:  aspnet, aspnet-core
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+207.89%)
Mutual labels:  aspnet-core, aspnet
mysql-dotnet-core
ASP.NET Core 5.0 Web Application using MySQL with Entity Framework
Stars: ✭ 95 (+25%)
Mutual labels:  aspnet, aspnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1038.16%)
Mutual labels:  aspnet-core, aspnet
Hepek
Web content generators in Scala. Intuitive, scalable, powerful.
Stars: ✭ 69 (-9.21%)
Mutual labels:  bootstrap
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1461.84%)
Mutual labels:  bootstrap
Diceware
Generate secure passwords you can actually remember!
Stars: ✭ 66 (-13.16%)
Mutual labels:  bootstrap
Jquery Calendar
A responsive jquery calendar scheduler built with bootstrap and moment.js
Stars: ✭ 67 (-11.84%)
Mutual labels:  bootstrap
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-2.63%)
Mutual labels:  bootstrap
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+1455.26%)
Mutual labels:  aspnet
Ng Dynamic Forms
Rapid form development library for Angular
Stars: ✭ 1,146 (+1407.89%)
Mutual labels:  bootstrap
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+1403.95%)
Mutual labels:  bootstrap

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

  1. Download and install .NET Core 2.1 SDK.
  2. Clone the demo project.
  3. Open the project's root folder.
  4. Open Console and type the following commands in it:
    • dotnet restore
    • dotnet run  

Run in Docker 

  1. Get Docker
  2. docker run --rm -ti -p 5000:5000 devexpress/bootstrap-aspnetcore-starter
  3. 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.  

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].