Popularity
8.5
Stable
Activity
7.6
-
3,311
162
484

Description

A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft. Find out more at RehanSaeed.com, the Visual Studio Gallery or at The Open Web Security Project (OWASP). You can also follow me on Twitter at @RehanSaeedUK.

Code Quality Rank: L5
Programming language: C#
License: MIT License
Latest version: v5.0.0

ASP.NET MVC Boilerplate alternatives and similar packages

Based on the "Application Templates" category.
Alternatively, view ASP.NET MVC Boilerplate alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ASP.NET MVC Boilerplate or a related project?

Add another 'Application Templates' Package

README

.NET Boxed Banner

Boilerplate.Templates NuGet Package Boxed.Templates package in dotnet-boxed feed in Azure Artifacts Boilerplate.Templates NuGet Package Downloads Twitter URL Twitter Follow

Project templates with batteries included, providing the minimum amount of code required to get you going.

Project Templates

ASP.NET Core API Boxed

ASP.NET Core API Boxed Preview Image

ASP.NET Core GraphQL Boxed

ASP.NET Core GraphQL Boxed Preview Image

Microsoft Orleans Boxed

Microsoft Orleans Boxed Preview Image

NuGet Package Boxed

NuGet Package Boxed Preview Image

Item Templates

  • .editorconfig - A very generic .editorconfig file supporting .NET, C#, VB and web technologies.
  • .gitattributes - A .gitattributes file supporting normalized line endings and Git Large File System (LFS).

How can I install it?

  1. Install the latest .NET Core SDK.
  2. Run dotnet new --install Boxed.Templates to install the project templates.

How can I use it?

Using Visual Studio:

  1. Select .NET Boxed from the project type drop down.
  2. Select the .NET Boxed template you want to install and follow the instructions. Visual Studio New Project Dialogue

Using the CLI:

  1. Choose a project template i.e. api, graphql, nuget, orleans.
  2. Run dotnet new api --help to see how to select the feature of the project.
  3. Run dotnet new api --name "MyProject" along with any other custom options to create a project from the template.

Release Notes and To-Do List

You can find release notes for each version here and a To-Do list of new features and enhancements coming soon in the projects tab.

Continuous Integration

Name Operating System Status History
Azure Pipelines Ubuntu Azure Pipelines Ubuntu Build Status
Azure Pipelines Mac Azure Pipelines Mac Build Status
Azure Pipelines Windows Azure Pipelines Windows Build Status
Azure Pipelines Overall Azure Pipelines Overall Build Status Azure Pipelines Build History
GitHub Actions Ubuntu, Mac & Windows GitHub Actions Status GitHub Actions Build History
AppVeyor Ubuntu, Mac & Windows AppVeyor Build Status AppVeyor Build History

Contributions and Thanks

Please view the [Contributing](/.github/CONTRIBUTING.md) guide for more information.