Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add boilerplate ShipFast-ASP.NET to list #854

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 68 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,67 +10,72 @@ Check out my [blog](https://medium.com/@thangchung) or say hi on [Twitter](https

## Contents

* [General](#general)
* [Frameworks, Libraries and Tools](#frameworks-libraries-and-tools)
* [API](#api)
* [Application Frameworks](#application-frameworks)
* [Application Templates](#application-templates)
* [Authentication and Authorization](#authentication-and-authorization)
* [Blockchain](#blockchain)
* [Bot](#bot)
* [Build Automation](#build-automation)
* [Bundling and Minification](#bundling-and-minification)
* [Caching](#caching)
* [CMS](#cms)
* [Code Analysis and Metrics](#code-analysis-and-metrics)
* [Compression](#compression)
* [Compilers, Transpilers and Languages](#compilers-transpilers-and-languages)
* [Cryptography](#cryptography)
* [Database](#database)
* [Database Drivers](#database-drivers)
* [Database Tools and Utilities](#database-tools-and-utilities)
* [Date and Time](#date-and-time)
* [Distributed Computing](#distributed-computing)
* [E-Commerce and Payments](#e-commerce-and-payments)
* [Exceptions](#exceptions)
* [Functional Programming](#functional-programming)
* [Graphics](#graphics)
* [GUI](#gui)
* [IDE](#ide)
* [Internationalization](#internationalization)
* [IOC](#ioc)
* [Logging](#logging)
* [Machine Learning and Data Science](#machine-learning-and-data-science)
* [Mail](#mail)
* [Mathematics](#mathematics)
* [Media](#media)
* [Networking](#networking)
* [Misc](#misc)
* [Office](#office)
* [ORM](#orm)
* [Profiling](#profiling)
* [Queue and Messaging](#queue-and-messaging)
* [Query Builders](#query-builders)
* [Scheduler and Job](#scheduler-and-job)
* [SDKs](#sdks)
* [Security](#security)
* [Searching](#searching)
* [Serialization](#serialization)
* [Template Engine](#template-engine)
* [Testing](#testing)
* [Tools](#tools)
* [Web Framework](#web-framework)
* [Web Socket](#web-socket)
* [Windows Service](#windows-service)
* [Workflow](#workflow)
* [Roadmaps](#roadmaps)
* [Starter Kits](#starter-kits)
* [Sample Projects](#sample-projects)
* [Articles](#articles)
* [Books](#books)
* [Videos](#videos)
* [Podcasts](#podcasts)
* [Community](#community)
- [Awesome .NET Core ](#awesome-net-core-)
- [Contents](#contents)
- [General](#general)
- [Frameworks, Libraries and Tools](#frameworks-libraries-and-tools)
- [API](#api)
- [Application Frameworks](#application-frameworks)
- [Application Templates](#application-templates)
- [Authentication and Authorization](#authentication-and-authorization)
- [Blockchain](#blockchain)
- [Bot](#bot)
- [Build Automation](#build-automation)
- [Bundling and Minification](#bundling-and-minification)
- [Caching](#caching)
- [CMS](#cms)
- [Code Analysis and Metrics](#code-analysis-and-metrics)
- [Compression](#compression)
- [Compilers, Transpilers and Languages](#compilers-transpilers-and-languages)
- [Cryptography](#cryptography)
- [Database](#database)
- [Database Drivers](#database-drivers)
- [Database Tools and Utilities](#database-tools-and-utilities)
- [Date and Time](#date-and-time)
- [Distributed Computing](#distributed-computing)
- [E-Commerce and Payments](#e-commerce-and-payments)
- [Exceptions](#exceptions)
- [Functional Programming](#functional-programming)
- [Graphics](#graphics)
- [GUI](#gui)
- [IDE](#ide)
- [Internationalization](#internationalization)
- [IOC](#ioc)
- [Logging](#logging)
- [Machine Learning and Data Science](#machine-learning-and-data-science)
- [Mail](#mail)
- [Mathematics](#mathematics)
- [Media](#media)
- [Misc](#misc)
- [Networking](#networking)
- [Office](#office)
- [Operating System](#operating-system)
- [ORM](#orm)
- [Profiling](#profiling)
- [Query Builders](#query-builders)
- [Queue and Messaging](#queue-and-messaging)
- [Reporting](#reporting)
- [Scheduler and Job](#scheduler-and-job)
- [SDKs](#sdks)
- [Security](#security)
- [Searching](#searching)
- [Serialization](#serialization)
- [Template Engine](#template-engine)
- [Testing](#testing)
- [Tools](#tools)
- [Web Framework](#web-framework)
- [Web Socket](#web-socket)
- [Windows Service](#windows-service)
- [Workflow](#workflow)
- [Roadmaps](#roadmaps)
- [Starter Kits](#starter-kits)
- [Sample Projects](#sample-projects)
- [Articles](#articles)
- [Books](#books)
- [Videos](#videos)
- [Podcasts](#podcasts)
- [Community](#community)
- [License](#license)

## General

Expand Down Expand Up @@ -171,6 +176,7 @@ Follows best practices and conventions to provide you a SOLID development experi
* [X.PagedList](https://github.com/dncuug/X.PagedList) - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core.

### Application Templates
* [**ShipFast-ASP.NET**](https://shipfast-asp.net) - Blazor boilerplate come with necessary modules: Auth, Documentation, Blog, Landing page, Contact form, dashboard for Admin and user, Role and Permission.
* [.NET Boxed](https://github.com/Dotnet-Boxed/Templates) - Project templates with batteries included, providing the minimum amount of code required to get you going. Includes ASP.NET Core API and GraphQL Templates.
* [aspnet-core-react-template](https://github.com/bradymholt/aspnet-core-react-template) - ASP.NET Core 2.0 / React SPA Template App.
* [AspNetCoreSpa](https://github.com/asadsahi/AspNetCoreSpa) - Asp.Net Core 2+ & Angular 6 SPA with Angular CLI full featured application.
Expand Down Expand Up @@ -835,6 +841,7 @@ Follows best practices and conventions to provide you a SOLID development experi
* [ASP.NET Core Developer Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap) - Roadmap to becoming an ASP.NET Core developer in 2019.

## Starter Kits
* [**ShipFast-ASP.NET**](https://shipfast-asp.net) - Blazor boilerplate come with necessary modules: Auth, Documentation, Blog, Landing page, Contact form, dashboard for Admin and user, Role and Permission.
* [Arch](https://github.com/Arch) - The collection of .NET Core libraries that are created by software architects who embrace all the new stuff in .NET Core.
* [AutoHistory](https://github.com/Arch/AutoHistory) - A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
* [AspNetCore-Angular2-Universal](https://github.com/MarkPieszak/aspnetcore-angular2-universal) - Cross-platform - w/ server-side rendering for SEO, Bootstrap, i18n internationalization (ngx-translate), Webpack, TypeScript, unit testing w/ Karma, WebAPI REST setup, SignalR, Swagger docs, and more!
Expand Down